NDA Maths · Probability

Event Algebra & the Addition Rule

Combining events with set operations — the addition rule for unions, complements for 'neither', and what mutually exclusive and exhaustive really mean.

Why this matters

Once you can count outcomes, the next step is combining events: 'A or B', 'A and B', 'neither'. The addition rule P(A or B) = P(A) + P(B) - P(A and B) is the workhorse of this 21-question subtopic, and the same diagram answers 'neither', 'exactly one', and 'at least one'. Get the inclusion-exclusion subtraction and the mutually-exclusive vs independent distinction right and these are reliable marks.

Concept 1 of 5

Events as sets: union, intersection, complement

Intuition

Events are subsets of the sample space, so the language of sets applies directly. ABA \cup B is "A or B (or both)"; ABA \cap B is "A and B together"; AA' is "A does not happen". A Venn diagram turns every two-event question into filling in regions.

Definition

For events A,BSA, B \subseteq S:

  • Union ABA \cup B — occurs when at least one of them occurs.
  • Intersection ABA \cap B — occurs when both occur.
  • Complement AA' (or Aˉ\bar{A}) — occurs when AA does not.
  • Exactly one of A,BA, B is (AB)(AB)(A \cap B') \cup (A' \cap B); neither is ABA' \cap B'.
  • De Morgan: (AB)=AB(A \cup B)' = A' \cap B' and (AB)=AB(A \cap B)' = A' \cup B'.

Diagram · union, intersection, complement

ABA ∪ Bin A or BABA ∩ Bin bothAA′not in A

Union (A ∪ B) is everything in A or B; intersection (A ∩ B) is the lens in both; complement (A′) is everything outside A. These map "or / and / not" straight onto regions.

Worked example

In a group, AA is the event "likes tea" and BB is "likes coffee". Express in set notation: (i) likes both, (ii) likes at least one, (iii) likes neither.
  1. (i) Both: ABA \cap B.
  2. (ii) At least one: ABA \cup B.
  3. (iii) Neither: AB=(AB)A' \cap B' = (A \cup B)' by De Morgan.
Answer:(i) ABA \cap B; (ii) ABA \cup B; (iii) ABA' \cap B'.
Practice this concept4 quick reps

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    Which event is "A and B both occur"?
  2. 2.
    Which event is "at least one of A, B"?
  3. 3.
    Write "neither A nor B" two ways.
  4. 4.
    (AB)(A \cap B)' equals? (De Morgan)

ABA \cup B is INCLUSIVE "or" — it contains the overlap

"A or B" in probability always means "A, or B, or both". The exclusive "exactly one" is a different event, (AB)(AB)(A \cap B') \cup (A' \cap B).

Read "and" as intersection, "or" as union — do not swap

ABA \cap B is the smaller event (both must hold); ABA \cup B is the larger (one suffices). Mixing them up flips the whole calculation.

Concept 2 of 5

The addition rule (inclusion-exclusion)

Intuition

To find P(A or B)P(A \text{ or } B) you add P(A)P(A) and P(B)P(B) — but the overlap ABA \cap B has now been counted twice, so subtract it once.

Definition

For any two events, P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B). For three events the pattern continues: 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) — add singles, subtract pairs, add the triple.

Addition rule

P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B)
  • P(AB)P(A \cap B)probability both occur — subtracted to undo double-counting

Visualization · two events in the sample space

SAB0.30.20.20.3
P(A∪B) = 0.7neither = 0.3exactly one = 0.5

P(A∪B) = P(A) + P(B) − P(A∩B): the lens is counted once, not twice. "Neither" is everything outside both circles, 1 − P(A∪B). The overlap is held inside its feasible range, so it never claims more than the smaller event or less than the forced minimum.

Worked example

The probability a family owns a car is 0.60.6, owns a bike is 0.50.5, and owns both is 0.30.3. What is the probability it owns at least one?
  1. "At least one" is the union: P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B).
  2. =0.6+0.50.3=0.8= 0.6 + 0.5 - 0.3 = 0.8.
Answer:0.80.8
Practice this conceptself-check · 4 quick reps

Try it yourself

For two events, P(A)=12P(A) = \dfrac{1}{2}, P(B)=13P(B) = \dfrac{1}{3}, P(AB)=14P(A \cap B) = \dfrac{1}{4}. Find P(AB)P(A \cup B).

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    P(A)=0.4,P(B)=0.5,P(AB)=0.2P(A)=0.4, P(B)=0.5, P(A\cap B)=0.2. Find P(AB)P(A\cup B).
  2. 2.
    P(A)=0.5,P(B)=0.6,P(AB)=0.9P(A)=0.5, P(B)=0.6, P(A\cup B)=0.9. Find P(AB)P(A\cap B).
  3. 3.
    If P(AB)=0P(A\cap B)=0, then P(AB)=P(A\cup B)=?
  4. 4.
    P(A)=12,P(B)=13,P(AB)=16P(A)=\tfrac{1}{2}, P(B)=\tfrac{1}{3}, P(A\cap B)=\tfrac{1}{6}. P(AB)P(A\cup B)?

From the bank · past-year question

Example 2ProbabilityEASY
The probability that a family owns a laptop is 0.68; that it also owns a desktop is 0.56. If the probability that it owns both is 0.48, then what is the probability that a randomly selected family owns a laptop or a desktop?

[Q103 · Sep · 2025]

Do not forget to subtract P(AB)P(A \cap B)

P(A)+P(B)P(A) + P(B) alone overcounts the overlap. The only time you may skip the subtraction is when AA and BB are mutually exclusive (overlap =0= 0).

Three events need the full inclusion-exclusion, not just three single terms

Subtract all three pairwise intersections, then add back the triple intersection. Stopping after the singles or after the pairs gives a wrong answer.

Concept 3 of 5

"Neither" and the complement of a union

Intuition

"Neither A nor B" is just the complement of "A or B". So compute the union, then subtract from 1. De Morgan's law makes this exact: the outside of ABA \cup B is ABA' \cap B'.

Definition

P(neither A nor B)=P(AB)=1P(AB)P(\text{neither } A \text{ nor } B) = P(A' \cap B') = 1 - P(A \cup B). Equivalently 1(P(A)+P(B)P(AB))1 - \big(P(A) + P(B) - P(A \cap B)\big). This is the fastest route for percentage "how many do neither" word problems.

Complement of a union (De Morgan)

P(AB)=1P(AB)=1P(A)P(B)+P(AB)P(A' \cap B') = 1 - P(A \cup B) = 1 - P(A) - P(B) + P(A \cap B)
  • ABA' \cap B'the "neither" region — outside both circles

Diagram · "neither" = (A ∪ B)′

ABSneither

Everything shaded lies outside both circles — that's "neither A nor B", the complement of the union: P(neither) = 1 − P(A ∪ B). By De Morgan's law it's the same as A′ ∩ B′.

Worked example

In a town, 70% of households take a newspaper and 50% take a magazine; 30% take both. What percentage take neither?
  1. Take at least one: P(NM)=0.70+0.500.30=0.90P(N \cup M) = 0.70 + 0.50 - 0.30 = 0.90.
  2. Take neither: 10.90=0.10=10%1 - 0.90 = 0.10 = 10\%.
Answer:10%10\%
Practice this conceptself-check · 4 quick reps

Try it yourself

P(A)=13P(A) = \dfrac{1}{3}, P(B)=12P(B) = \dfrac{1}{2}, P(AB)=14P(A \cap B) = \dfrac{1}{4}. Find P(AB)P(A' \cap B').

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    P(AB)=0.7P(A\cup B)=0.7. Find P(AB)P(A'\cap B').
  2. 2.
    60% like tea, 30% like coffee, 20% both. % who like neither?
  3. 3.
    (AB)(A\cup B)' equals (De Morgan)?
  4. 4.
    P(A)=0.5,P(B)=0.5,P(AB)=0.25P(A)=0.5,P(B)=0.5,P(A\cap B)=0.25. P(neither)P(\text{neither})?

From the bank · past-year question

Example 3ProbabilityEASY
In a school, 50% students play cricket and 40% play football. If 10% of students play both the games, then what per cent of students play neither cricket nor football ?

[Q19 · Sep · 2019]

"Neither" is 1P(AB)1 - P(A \cup B), not 1P(A)P(B)1 - P(A) - P(B)

Skipping the +P(AB)+P(A \cap B) term double-subtracts the overlap and understates the answer. Compute the union correctly first, then take the complement.

De Morgan flips the operation: complement of a union is an intersection

(AB)=AB(A \cup B)' = A' \cap B' (neither), while (AB)=AB(A \cap B)' = A' \cup B' (not both). Using the wrong one swaps two different events.

Concept 4 of 5

Mutually exclusive (disjoint) events

Intuition

Two events are mutually exclusive when they cannot both happen — their intersection is empty. Then the overlap term vanishes and the addition rule simplifies to plain addition.

Definition

AA and BB are mutually exclusive (disjoint) if AB=A \cap B = \varnothing, so P(AB)=0P(A \cap B) = 0. Then P(AB)=P(A)+P(B)P(A \cup B) = P(A) + P(B). Mutually exclusive is NOT the same as independent: if two events with positive probability are mutually exclusive, the occurrence of one rules out the other, so they are in fact dependent.

Addition rule for mutually exclusive events

AB=    P(AB)=P(A)+P(B)A \cap B = \varnothing \;\Rightarrow\; P(A \cup B) = P(A) + P(B)
  • \varnothingthe impossible event — the two cannot co-occur

Worked example

Two mutually exclusive events have P(A)=0.3P(A) = 0.3 and P(B)=0.5P(B) = 0.5. Find P(AB)P(A \cup B) and P(AB)P(A' \cap B').
  1. Mutually exclusive, so P(AB)=P(A)+P(B)=0.3+0.5=0.8P(A \cup B) = P(A) + P(B) = 0.3 + 0.5 = 0.8.
  2. Neither: P(AB)=10.8=0.2P(A' \cap B') = 1 - 0.8 = 0.2.
Answer:P(AB)=0.8P(A \cup B) = 0.8, P(AB)=0.2P(A' \cap B') = 0.2.
Practice this conceptself-check · 4 quick reps

Try it yourself

AA and BB are mutually exclusive with P(A)=14P(A) = \dfrac{1}{4} and P(B)=12P(B) = \dfrac{1}{2}. Find P(AB)P(A \cup B).

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    Mutually exclusive P(A)=0.2,P(B)=0.5P(A)=0.2,P(B)=0.5. P(AB)P(A\cup B)?
  2. 2.
    For mutually exclusive events, P(AB)=P(A\cap B)=?
  3. 3.
    Can two mutually exclusive events (positive prob) be independent?
  4. 4.
    ME events P(A)=13,P(B)=13P(A)=\tfrac{1}{3},P(B)=\tfrac{1}{3}. P(AB)P(A\cup B)?

From the bank · past-year question

Example 4ProbabilityMODERATE
Let AA and BB are two mutually exclusive events with P(A)=13P(A)=\dfrac{1}{3} and P(B)=14P(B)=\dfrac{1}{4}. What is the value of P(AˉBˉ)P(\bar{A}\cap\bar{B})?

[Q119 · Apr · 2017]

Mutually exclusive \ne independent — opposite ideas

Mutually exclusive means P(AB)=0P(A \cap B) = 0; independent means P(AB)=P(A)P(B)P(A \cap B) = P(A)P(B). For events with positive probability these cannot hold at once. Questions often test exactly this confusion.

Only drop the overlap term when you are TOLD the events are mutually exclusive

If a problem does not state disjointness (or give P(AB)=0P(A \cap B) = 0), you must keep the P(AB)-P(A \cap B) term in the addition rule.

Concept 5 of 5

Exhaustive events (and probabilities that sum to 1)

Intuition

A set of events is exhaustive when together they cover the whole sample space — one of them must occur. If they are also mutually exclusive, their probabilities add up to exactly 1, which turns a ratio between them into a solvable equation.

Definition

Events A1,,AnA_1, \dots, A_n are exhaustive if A1An=SA_1 \cup \dots \cup A_n = S. If they are also mutually exclusive (a partition of SS), then P(A1)++P(An)=1P(A_1) + \dots + P(A_n) = 1. Most PYQs give the probabilities as a ratio (e.g. 2P(A)=3P(B)=4P(C)2P(A) = 3P(B) = 4P(C)) and use the sum-to-1 condition to solve.

Mutually exclusive AND exhaustive

A1An=S   and disjoint    iP(Ai)=1A_1 \cup \dots \cup A_n = S \;\text{ and disjoint} \;\Rightarrow\; \sum_{i} P(A_i) = 1
  • partitionmutually exclusive + exhaustive: exactly one event occurs

Diagram · exhaustive events tile the sample space

SE₁0.5E₂0.3E₃0.2

The three events leave no gap and no overlap — they exhaust S. When events are both exhaustive and mutually exclusive (a partition), their probabilities add to exactly 1: 0.5 + 0.3 + 0.2 = 1. This is the backbone of the total-probability rule.

Worked example

A,B,CA, B, C are mutually exclusive and exhaustive with P(A)=2P(B)=3P(C)P(A) = 2P(B) = 3P(C). Find P(A)P(A).
  1. Write BB and CC in terms of AA: from P(A)=2P(B)P(A) = 2P(B), P(B)=P(A)2P(B) = \dfrac{P(A)}{2}; from P(A)=3P(C)P(A) = 3P(C), P(C)=P(A)3P(C) = \dfrac{P(A)}{3}.
  2. Sum to 1: P(A)+P(A)2+P(A)3=1P(A)116=1P(A) + \dfrac{P(A)}{2} + \dfrac{P(A)}{3} = 1 \Rightarrow P(A)\cdot\dfrac{11}{6} = 1.
  3. So P(A)=611P(A) = \dfrac{6}{11}.
Answer:611\dfrac{6}{11}
Practice this conceptself-check · 4 quick reps

Try it yourself

A,B,CA, B, C are mutually exclusive and exhaustive with P(A)=P(B)=2P(C)P(A) = P(B) = 2P(C). Find P(C)P(C).

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    ME & exhaustive A,BA,B: if P(A)=0.7P(A)=0.7, P(B)P(B)?
  2. 2.
    ME & exhaustive A,B,CA,B,C, equal probs. P(A)P(A)?
  3. 3.
    ME & exhaustive, P(A)=2P(B)P(A)=2P(B), two events. P(B)P(B)?
  4. 4.
    Do exhaustive events alone force the sum to be 1?

From the bank · past-year question

Example 5ProbabilityMODERATE
A, B, C, D are mutually exclusive and exhaustive. If 2P(A)=3P(B)=4P(C)=5P(D)2P(A)=3P(B)=4P(C)=5P(D), then what is 77P(A)77P(A) equal to?

[Q105 · Sep · 2023]

Exhaustive alone does not give sum =1= 1

If the events overlap, P(Ai)\sum P(A_i) exceeds 1 by the overlaps. The probabilities add to exactly 1 only when the events are BOTH exhaustive AND mutually exclusive (a partition).

Turn a chained ratio into one variable before summing

2P(A)=3P(B)=4P(C)=k2P(A) = 3P(B) = 4P(C) = k means P(A)=k2P(A) = \tfrac{k}{2}, P(B)=k3P(B) = \tfrac{k}{3}, P(C)=k4P(C) = \tfrac{k}{4}. Set the sum to 1 to find kk; a common slip is reading the ratio as P(A):P(B):P(C)=2:3:4P(A):P(B):P(C) = 2:3:4 (it is actually the reciprocals).

Summary — formulas & gotchas at a glance

A revision cheat-sheet for the formulas and gotchas above. Click any concept name to jump back to its full explanation.

Formulas (4)

  • The addition rule (inclusion-exclusion)

    Addition rule

    P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B)
  • "Neither" and the complement of a union

    Complement of a union (De Morgan)

    P(AB)=1P(AB)=1P(A)P(B)+P(AB)P(A' \cap B') = 1 - P(A \cup B) = 1 - P(A) - P(B) + P(A \cap B)
  • Mutually exclusive (disjoint) events

    Addition rule for mutually exclusive events

    AB=    P(AB)=P(A)+P(B)A \cap B = \varnothing \;\Rightarrow\; P(A \cup B) = P(A) + P(B)
  • Exhaustive events (and probabilities that sum to 1)

    Mutually exclusive AND exhaustive

    A1An=S   and disjoint    iP(Ai)=1A_1 \cup \dots \cup A_n = S \;\text{ and disjoint} \;\Rightarrow\; \sum_{i} P(A_i) = 1

Watch out for (10)

Mastery check — 5 interleaved questions

Try each one before clicking. Questions are interleaved across the concepts above, not grouped — interleaving sharpens transfer.

Example 1ProbabilityMODERATE
Consider the following statements in respect of the events A, B, C: I. (ABC)(AˉBˉCˉ)(A\cup B\cup C)\cap(\bar{A}\cap\bar{B}\cap\bar{C}) is an impossible event. II. (ABC)(AˉBˉCˉ)(A\cap B\cap C)\cap(\bar{A}\cup\bar{B}\cup\bar{C}) is a possible event. Which of the statements given above is/are correct?

[Q114 · Apr · 2026]

Example 2ProbabilityEASY
If A and B are two events, then what is the probability of occurrence of either event A or event B?

[Q120 · Apr · 2019]

Example 3ProbabilityEASY
If P(A)=13,P(B)=12P(A)=\frac{1}{3}, P(B)=\frac{1}{2} and P(AB)=14P(A\cap B)=\frac{1}{4}, then what is the value of P(AcBc)P(A^c\cap B^c)?

[Q116 · Apr · 2025]

Example 4ProbabilityEASY
Consider the following statements: 1. Two events are mutually exclusive if the occurrence of one event prevents the occurrence of the other. 2. The probability of the union of two mutually exclusive events is the sum of their individual probabilities. Which of the above statements is/are correct?

[Q115 · Apr · 2017]

Example 5ProbabilityHARD
for the items that follow: Let A, B, C and D be mutually exclusive and exhaustive events and P(A)2=P(B)3=P(C)5=P(D)8\dfrac{P(A)}{2}=\dfrac{P(B)}{3}=\dfrac{P(C)}{5}=\dfrac{P(D)}{8}.
If G is the geometric mean of P(A), P(B), P(C) and P(D), then what is 9G equal to?

[Q108 · Apr · 2026]

Drill every past-year question on this subtopic

21 questions from the bank — paginated, with cart and Word-export support.

Related notes