JEE Advanced Maths

JEE Advanced Maths · Probability

Is P(both aces) just (4/52)²?

No. Multiplying 452\tfrac{4}{52} by 452\tfrac{4}{52} 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 351\tfrac{3}{51}, not 452\tfrac{4}{52}. You may multiply P(A)P(A) by P(B)P(B) only when the events are independent; otherwise the second factor is the conditional P(BA)P(B \mid A).

The clean statement to hold is: P(AB)=P(A)P(BA)P(A \cap B) = P(A)\,P(B \mid A), and only independence collapses this to P(A)P(B)P(A)\,P(B). JEE Advanced punishes the unwarranted product when only a joint or conditional value is given: 2021 Paper 1 Q13 (events E,F,GE, F, G 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 "P(AB)=P(A)P(B)P(A \cap B) = P(A)\,P(B)" without anything telling you the events are independent.
  • You reused the same probability for a second draw without replacement (a 452\tfrac{4}{52} that should have been 351\tfrac{3}{51}).
  • You were given a joint or conditional value yet still multiplied the individual probabilities to "check" it.
  • You confused independent (P(AB)=P(A)P(B)P(A \cap B) = P(A)P(B)) with mutually exclusive (P(AB)=0P(A \cap B) = 0).

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: (452)2=1169\left(\tfrac{4}{52}\right)^2 = \tfrac{1}{169}. 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 351\tfrac{3}{51}:

P(both aces)=452×351=122652=1221.P(\text{both aces}) = \frac{4}{52} \times \frac{3}{51} = \frac{12}{2652} = \frac{1}{221}.

About 0.45%, smaller than the 11690.59%\tfrac{1}{169} \approx 0.59\% the plain product gives — because removing the first ace makes the second one rarer.

Why students fall for this

Multiplying P(A)P(A) by P(B)P(B) 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 452\tfrac{4}{52} 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 P(AB)=P(A)P(BA)P(A \cap B) = P(A)\,P(B \mid A) — the chance of the first times the chance of the second given the first has happened. Only when BB does not depend on AA, so P(BA)=P(B)P(B \mid A) = P(B), does this collapse to the plain product P(A)P(B)P(A)\,P(B).

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 P(BA)P(B \mid A), 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 P(both aces)P(\text{both aces}) properly.

  1. First draw. Four aces in 52 cards, so P(first ace)=452P(\text{first ace}) = \tfrac{4}{52}.
  2. Look at the deck for the second draw. One ace is in your hand and not put back, so the deck now holds 5151 cards and 33 aces. The second draw is P(second acefirst ace)=351P(\text{second ace} \mid \text{first ace}) = \tfrac{3}{51}, not 452\tfrac{4}{52}.
  3. Multiply, with the conditional second factor.
    P(both aces)=452×351=122652=12210.45%.P(\text{both aces}) = \frac{4}{52} \times \frac{3}{51} = \frac{12}{2652} = \frac{1}{221} \approx 0.45\%.
  4. Compare with the unwarranted product. Assuming independence gives (452)2=11690.59%\left(\tfrac{4}{52}\right)^2 = \tfrac{1}{169} \approx 0.59\% — larger, because it pretends the second ace is as likely as the first when in fact one ace has already gone.
  5. Conclude. The independence assumption inflated the answer by a definite amount. Use P(A)P(BA)P(A)\,P(B \mid A), and only drop to P(A)P(B)P(A)\,P(B) when the first draw leaves the second untouched.

The same framework settles JEE Advanced 2021 Paper 1 Q13: with only the joint P(EFG)P(E \cap F \cap G) given, a student who assumes independence and multiplies P(E)P(F)P(G)P(E)P(F)P(G) 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 P(both red)=25×14=110P(\text{both red}) = \tfrac{2}{5} \times \tfrac{1}{4} = \tfrac{1}{10}, not (25)2=425\left(\tfrac{2}{5}\right)^2 = \tfrac{4}{25}.

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. P(BA)=P(B)P(B \mid A) = P(B). 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 P(BA)P(B \mid A) directly and see whether it equals P(B)P(B).

What is the difference between independent and mutually exclusive?

Independent means P(AB)=P(A)P(B)P(A \cap B) = P(A)P(B) — they do not influence each other. Mutually exclusive means P(AB)=0P(A \cap B) = 0 — 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 P(EFG)P(E \cap F \cap G) and punishes anyone who multiplies P(E)P(F)P(G)P(E)P(F)P(G) 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

← All GCSE Maths Higher misconceptions

Is P(both aces) = (4/52)²? The unwarranted-independence trap in JEE Advanced | JEE Advanced Maths