JEE Advanced Maths · Probability
Is P(both aces) just (4/52)²?
No. Multiplying by reuses the same chance for both draws, as if the first card left the deck untouched. But drawing without replacement changes the deck: after one ace is taken and kept, there are 51 cards and 3 aces, so the second draw is , not . You may multiply by only when the events are independent; otherwise the second factor is the conditional .
The clean statement to hold is: , and only independence collapses this to . JEE Advanced punishes the unwarranted product when only a joint or conditional value is given: 2021 Paper 1 Q13 (events with a known intersection), 2025 Paper 1 Q2 (conditioning conflated with independence of three students' events).
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 "" without anything telling you the events are independent.
- You reused the same probability for a second draw without replacement (a that should have been ).
- You were given a joint or conditional value yet still multiplied the individual probabilities to "check" it.
- You confused independent () with mutually exclusive ().
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 Q13:
Two cards are drawn from a standard 52-card deck, without replacing the first. What is the probability that both are aces?
The misconception answer multiplies the same chance twice: . The correct move is to look at the deck the second card is drawn from — after one ace is gone there are 51 cards and 3 aces — so the second factor is the conditional :
About 0.45%, smaller than the the plain product gives — because removing the first ace makes the second one rarer.
Why students fall for this
Multiplying by for "and" is a genuine rule, and students apply it reflexively whenever they see "both", even when nothing has told them the events are independent. The product rule for independent events has quietly become, in their head, the product rule for any two events. They are already using a multiplication rule; what they have lost is the condition attached to it.
Kelly and Zwiers, and Sánchez and Hernández, document this independence misconception: students over-apply the product rule, conflating "I have several events" with "they are independent". Restating the multiplication rule does not help, because they are already multiplying. What dislodges it is looking at the deck after the first card has gone — 51 cards, 3 aces — so the changed sample space becomes a thing they see, and the they reused is visibly the probability for a deck that no longer exists.
The fix: Multiply plain probabilities only when independent
For "and", the general rule is — the chance of the first times the chance of the second given the first has happened. Only when does not depend on , so , does this collapse to the plain product .
So before multiplying the individual probabilities, ask one question: does the first event change the second? Drawing with replacement leaves the deck unchanged, so the draws are independent and the plain product is fine. Drawing without replacement — or being handed only a joint or conditional value — means the second factor is , read off the situation after the first event. Independence must be given or structurally true, never assumed.
Worked example
Draw two cards without replacement and find properly.
- First draw. Four aces in 52 cards, so .
- Look at the deck for the second draw. One ace is in your hand and not put back, so the deck now holds cards and aces. The second draw is , not .
- Multiply, with the conditional second factor.
- Compare with the unwarranted product. Assuming independence gives — larger, because it pretends the second ace is as likely as the first when in fact one ace has already gone.
- Conclude. The independence assumption inflated the answer by a definite amount. Use , and only drop to when the first draw leaves the second untouched.
The same framework settles JEE Advanced 2021 Paper 1 Q13: with only the joint given, a student who assumes independence and multiplies contradicts the data — the correct route bounds the intersection via inclusion–exclusion (Boole's inequality), never the unwarranted product. And a box of 5 balls, 2 red, drawn without replacement gives , not .
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
- How do I know whether two events are independent?
They are independent when one occurring does not change the other's probability, i.e. . Drawing with replacement, separate dice, and successive coin tosses are independent. Drawing without replacement, or any setup where the first outcome alters what is available, is not. If in doubt, work out directly and see whether it equals .
- What is the difference between independent and mutually exclusive?
Independent means — they do not influence each other. Mutually exclusive means — they cannot both happen. They are opposites: two events with non-zero probability cannot be both, because if one occurring rules the other out, the events are maximally dependent, not independent.
- What if I am only given the joint probability?
Then do not reconstruct it by multiplying the marginals — that would assume an independence you were not granted. Use the joint value as given. If you need bounds on an intersection from only the singles, use Boole's inequality and inclusion–exclusion, not the product rule. This is exactly the trap in JEE Advanced 2021 Paper 1 Q13.
- How does this trap show up in JEE counting questions?
JEE Advanced 2021 Paper 1 Q13 gives a joint and punishes anyone who multiplies as if independent; 2025 Paper 1 Q2 conflates a conditional event with the independence of three students' events. Both reward checking whether independence is actually licensed before reaching for the product rule.
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.
- Complement neglect (the at-least-one trap)P(at least one) = 1 − P(none) — adding the per-case probabilities double-counts and can shoot past 1.
- Inclusion–exclusion (OR means add)P(A or B) = P(A) + P(B) − P(A ∩ B) — adding alone counts the overlap twice.