JEE Advanced Maths

JEE Advanced Maths · Probability

Does P(A or B) just mean P(A) + P(B)?

No. The word "or" maps neatly onto a plus sign in everyday language, but adding P(A)P(A) and P(B)P(B) counts the overlap P(AB)P(A \cap B) twice — once inside each set. The correct rule is inclusion–exclusion: include both sets by adding, then exclude the part you double-counted by subtracting it once: P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B).

The clean statement to hold is: for "or", add the two then subtract what they share — and only drop the last term once you have checked the events cannot both happen. JEE Advanced punishes the additive instinct through OR-probability questions (2021 Paper 2 Q17, multiples of 3 or 7), at-most-one questions (2022 Paper 1 Q3), and the overlap-bound reasoning behind 2021 Paper 1 Q13.

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(A or B)=P(A)+P(B)P(A \text{ or } B) = P(A) + P(B)" without subtracting the shared part.
  • You counted a value that lives in both sets twice (a multiple of both 3 and 7, say) and never removed the duplicate.
  • Your "or" probability came out larger than it should — possibly above 1 — and you did not check the overlap.
  • You assumed two events were mutually exclusive (P(AB)=0P(A \cap B) = 0) without confirming they cannot co-occur.

An exam question that triggers it

Here is a question that tests this misconception head-on, in the spirit of JEE Advanced 2021 Paper 2 Q17:

A whole number from 1 to 100 is chosen at random. What is the probability it is a multiple of 3 or a multiple of 7?

The misconception answer adds the two counts: 33 multiples of 3, 14 multiples of 7, so 33100+14100=47100\tfrac{33}{100} + \tfrac{14}{100} = \tfrac{47}{100}. But the multiples of 2121 — namely 21,42,63,8421, 42, 63, 84 — sit in both lists, so each has been counted twice. The correct move subtracts that overlap once:

P(mult. of 3 or 7)=33+144100=43100.P(\text{mult. of } 3 \text{ or } 7) = \frac{33 + 14 - 4}{100} = \frac{43}{100}.

The answer is 43100\tfrac{43}{100}, not 47100\tfrac{47}{100} — smaller by exactly the four double-counted multiples of 21.

Why students fall for this

"Or" reads as "add" in plain English, and for sets that happen not to overlap the additive rule even gives the right answer, so it survives unchallenged for a long time. Because nothing in the rule caps the total, two large overlapping sets can push the "probability" above 1 — a result the student often does not notice they have produced.

Garfield and Ahlgren, and Fischbein, document this additivity-overextension error: students extend the disjoint-additivity axiom P(AB)=P(A)+P(B)P(A \cup B) = P(A) + P(B) to events that are not disjoint. Being shown the inclusion–exclusion formula rarely dislodges it, because adding still feels like what "or" means. What dislodges it is handing the student one specific number — 2121 — and letting them watch it sit in both counts, so the double-counting becomes a thing they see rather than a principle they are told.

The fix: Add the two, then subtract what they share

Include both sets by adding them, then exclude the overlap you counted twice by subtracting it once: P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B). The P(AB)-\,P(A \cap B) is exactly the part that lives in both, removed the one extra time it was tallied.

Adding alone is correct only when the events are mutually exclusive, that is when P(AB)=0P(A \cap B) = 0 and they cannot both occur. For three events the principle extends with alternating signs,

P(ABC)=P(A)+P(B)+P(C)P(AB)P(AC)P(BC)+P(ABC),P(A \cup B \cup C) = P(A) + P(B) + P(C) - P(A \cap B) - P(A \cap C) - P(B \cap C) + P(A \cap B \cap C),
so every region is counted exactly once. Whenever you see "or", reach for the subtraction and only drop it after checking the events cannot overlap.

Worked example

Count the numbers from 11 to 100100 that are a multiple of 3 or 7, watching the overlap.

  1. Multiples of 3. 100/3=33\lfloor 100/3 \rfloor = 33 of them.
  2. Multiples of 7. 100/7=14\lfloor 100/7 \rfloor = 14 of them.
  3. The overlap. A number in both lists is a multiple of 3×7=213 \times 7 = 21. From 1 to 100 these are 21,42,63,8421, 42, 63, 84 100/21=4\lfloor 100/21 \rfloor = 4 of them. Each was counted once among the 33 and again among the 14.
  4. Subtract the overlap once.
    33+144=43P=43100.33 + 14 - 4 = 43 \quad\Rightarrow\quad P = \tfrac{43}{100}.
  5. Compare. The additive rule gave 47100\tfrac{47}{100}; the correct answer is 43100\tfrac{43}{100}, smaller by exactly 4100\tfrac{4}{100} — the four multiples of 21 that were tallied twice. The error is the size of the overlap, nothing mysterious.

The same framework settles JEE Advanced 2022 Paper 1 Q3, which asks for P(at most one symptom)P(\text{at most one symptom}): this is the complement of a union, and unpacking the union needs inclusion–exclusion so that students sharing two symptoms are not counted twice. And on a class with P(football)=0.5P(\text{football}) = 0.5, P(tennis)=0.4P(\text{tennis}) = 0.4, P(both)=0.2P(\text{both}) = 0.2, the chance of football or tennis is 0.5+0.40.2=0.70.5 + 0.4 - 0.2 = 0.7, not the additive 0.90.9.

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 P(AB)=P(A)+P(B)P(A \cup B) = P(A) + P(B) actually correct?

When the events are mutually exclusive — they cannot both happen, so P(AB)=0P(A \cap B) = 0 and the overlap term vanishes. Rolling a 3 or a 5 on one die is mutually exclusive, so adding is fine. Being a multiple of 3 or 7 is not, because multiples of 21 satisfy both — there you must subtract.

How do I find the overlap P(AB)P(A \cap B)?

Count or compute the outcomes that satisfy both conditions. For multiples of 3 and 7 that is the multiples of their product, 21. In a worded problem the overlap is often given directly ("20% play both sports") or read from a two-way table or Venn diagram. Subtract whatever that shared probability is, once.

What about three or more events?

Inclusion–exclusion extends with alternating signs: P(ABC)=P(A)P(AB)+P(ABC)P(A \cup B \cup C) = \sum P(A) - \sum P(A \cap B) + P(A \cap B \cap C). You add the singles, subtract the pairwise overlaps, then add back the triple overlap — which was removed one too many times — so every region ends up counted exactly once.

How does this trap show up in JEE counting questions?

JEE Advanced 2021 Paper 2 Q17 asks for P(multiple of 3 or 7)P(\text{multiple of } 3 \text{ or } 7) over a range, where forgetting the multiples of 21 overcounts; 2022 Paper 1 Q3 asks for P(at most one symptom)P(\text{at most one symptom}), the complement of a union that only unpacks correctly through inclusion–exclusion. The shared-region reasoning also underpins the intersection bounds in 2021 Paper 1 Q13.

Related misconceptions

← All GCSE Maths Higher misconceptions

Does P(A or B) = P(A) + P(B)? The inclusion–exclusion trap in JEE Advanced | JEE Advanced Maths