JEE Advanced Maths · Probability
Is P(at least one six) just n × 1/6?
No. Adding for each throw double-counts the outcomes where more than one six appears, and the sum is not capped at 1 — at seven throws it gives , a probability greater than 1, which is impossible. The clean route is the complement: count the single way it fails. There is one way to get no six at all, its probability is a tidy product across independent throws, and .
The clean statement to hold is: for "at least one", never sum the per-try chances — subtract from 1. JEE Advanced punishes the additive instinct through order statistics (2021 Paper 1 Q5 on the maximum, 2021 Paper 1 Q6 on the minimum) and reliability thresholds (2020 Paper 2 Q2, the missiles problem).
Ready to fix this? The Probability lesson works through this misconception and the others in Probability, one altitude at a time.
How to spot it in your own work
- You wrote "", adding the per-try probability once for each trial.
- Your answer for a probability came out greater than 1 and you did not stop.
- You tried to enumerate every way "at least one" can happen instead of the single way it cannot.
- You added probabilities for events that are not mutually exclusive (the trials can both succeed).
An exam question that triggers it
Here is a question that tests this misconception head-on, in the spirit of JEE Advanced 2021 Paper 1 Q5:
A fair die is thrown seven times. What is the probability of getting at least one six?
The misconception answer adds a per throw: . But a probability can never exceed 1, so the additive rule has refuted itself. The correct move is the complement — the one clean failure is no six on any throw:
About 72%, comfortably below 1 — the complement always gives a sensible probability exactly where the sum cannot.
Why students fall for this
Adding feels like the way to combine "chances of a six", and for two or three throws the result (, ) looks plausible enough to pass unchallenged. The rule only visibly breaks when stretched far enough to cross 1, by which point the student has long trusted it. Worse, the additive rule has no built-in cap, so a student can produce an impossible probability without noticing.
Fischbein's work on primary intuitions in probability, and Tversky and Kahneman's on disjunction-event misjudgement, both find that students under-use the complement rule even when it is the only tractable route. Being told the multiplication rule rarely dislodges the addition habit. What dislodges it is pushing the student's own rule to and letting them see it produce an impossible number — then offering as the repair.
The fix: For at-least-one, subtract P(none) from 1
The complement of "at least one" is "none". There is exactly one way to get none — every trial fails — so its probability is a clean product across independent trials, and . For independent trials each succeeding with probability :
This never climbs past 1, because always lies between 0 and 1. Adding the per-try probabilities is right only when the events are mutually exclusive, that is when they cannot both occur — which repeated trials are not. So whenever you read "at least one", flip to the complement instead of summing.
Worked example
Take a fair die thrown twice, and find both ways.
- The additive attempt. . It looks harmless at two throws, so the rule survives — but watch it at seven throws, where , which is impossible.
- The one failure path. The single way to get no six at all is "not a six" on both throws. On one throw .
- Multiply across independent throws. .
- Subtract from 1.
- Compare. The complement gives , while the additive rule gave — already too big by at two throws, exactly the double-counted "both sixes" outcome. The gap only widens, until the sum breaks past 1.
The same framework settles JEE Advanced 2020 Paper 2 Q2: to make when each missile hits with probability , solve , i.e. . Since and , the minimum is missiles — found through the complement, never a sum of per-missile chances.
Find out if this is costing you marks
The 10-minute diagnostic checks for this pattern (and four others) using AQA-style GCSE Higher items. Free, no signup, anonymous.
Common questions
- When is it fine to add probabilities?
Only when the events are mutually exclusive — they cannot both happen. Then with no overlap to subtract. Repeated trials are not mutually exclusive (you can get two sixes), so adding double-counts. For "at least one" across trials, reach for instead.
- Why is the complement so much easier than counting cases?
"At least one" has many cases — exactly one success, exactly two, and so on — but "none" has a single case: every trial fails. That one case is a clean product of independent factors. Subtracting it from 1 collapses the whole messy sum into one line, which is why the complement is the standard tool.
- How do I know my answer is sensible?
A probability must lie between 0 and 1. The complement form automatically does, because is between 0 and 1. If an additive method ever hands you a value above 1 — like — that is proof the method, not the arithmetic, is wrong.
- How does this trap show up in JEE counting questions?
JEE Advanced 2021 Paper 1 Q5 asks for , which is , and 2021 Paper 1 Q6 mirrors it with . Both are order statistics where direct enumeration is hopeless and the complement is the only clean route — add the per-draw chances and the question is unanswerable.
Related misconceptions
- Conditional probability transpositionP(A|B) ≠ P(B|A) — reading a test's accuracy as your chance of disease ignores the base rate; Bayes bridges them.
- Inclusion–exclusion (OR means add)P(A or B) = P(A) + P(B) − P(A ∩ B) — adding alone counts the overlap twice.
- Unwarranted independenceP(A and B) = P(A)·P(B|A) — you may multiply the plain probabilities only when the events are independent.