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
Definition
For events :
- Union — occurs when at least one of them occurs.
- Intersection — occurs when both occur.
- Complement (or ) — occurs when does not.
- Exactly one of is ; neither is .
- De Morgan: and .
Diagram · union, intersection, complement
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
- (i) Both: .
- (ii) At least one: .
- (iii) Neither: by De Morgan.
Practice this concept4 quick reps
Practice — Level 1 (4 reps)
Quick reps to lock in the method. Try each, then check.
- 1.Which event is "A and B both occur"?
- 2.Which event is "at least one of A, B"?
- 3.Write "neither A nor B" two ways.
- 4.equals? (De Morgan)
is INCLUSIVE "or" — it contains the overlap
Read "and" as intersection, "or" as union — do not swap
Concept 2 of 5
The addition rule (inclusion-exclusion)
Intuition
Definition
For any two events, . For three events the pattern continues: — add singles, subtract pairs, add the triple.
Addition rule
- probability both occur — subtracted to undo double-counting
Visualization · two events in the sample space
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
- "At least one" is the union: .
- .
Practice this conceptself-check · 4 quick reps
Try it yourself
Practice — Level 1 (4 reps)
Quick reps to lock in the method. Try each, then check.
- 1.. Find .
- 2.. Find .
- 3.If , then ?
- 4.. ?
From the bank · past-year question
[Q103 · Sep · 2025]
Do not forget to subtract
Three events need the full inclusion-exclusion, not just three single terms
Concept 3 of 5
"Neither" and the complement of a union
Intuition
Definition
. Equivalently . This is the fastest route for percentage "how many do neither" word problems.
Complement of a union (De Morgan)
- the "neither" region — outside both circles
Diagram · "neither" = (A ∪ B)′
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
- Take at least one: .
- Take neither: .
Practice this conceptself-check · 4 quick reps
Try it yourself
Practice — Level 1 (4 reps)
Quick reps to lock in the method. Try each, then check.
- 1.. Find .
- 2.60% like tea, 30% like coffee, 20% both. % who like neither?
- 3.equals (De Morgan)?
- 4.. ?
From the bank · past-year question
[Q19 · Sep · 2019]
"Neither" is , not
De Morgan flips the operation: complement of a union is an intersection
Concept 4 of 5
Mutually exclusive (disjoint) events
Intuition
Definition
and are mutually exclusive (disjoint) if , so . Then . 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
- the impossible event — the two cannot co-occur
Worked example
- Mutually exclusive, so .
- Neither: .
Practice this conceptself-check · 4 quick reps
Try it yourself
Practice — Level 1 (4 reps)
Quick reps to lock in the method. Try each, then check.
- 1.Mutually exclusive . ?
- 2.For mutually exclusive events, ?
- 3.Can two mutually exclusive events (positive prob) be independent?
- 4.ME events . ?
From the bank · past-year question
[Q119 · Apr · 2017]
Mutually exclusive independent — opposite ideas
Only drop the overlap term when you are TOLD the events are mutually exclusive
Concept 5 of 5
Exhaustive events (and probabilities that sum to 1)
Intuition
Definition
Events are exhaustive if . If they are also mutually exclusive (a partition of ), then . Most PYQs give the probabilities as a ratio (e.g. ) and use the sum-to-1 condition to solve.
Mutually exclusive AND exhaustive
- partitionmutually exclusive + exhaustive: exactly one event occurs
Diagram · exhaustive events tile the sample space
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
- Write and in terms of : from , ; from , .
- Sum to 1: .
- So .
Practice this conceptself-check · 4 quick reps
Try it yourself
Practice — Level 1 (4 reps)
Quick reps to lock in the method. Try each, then check.
- 1.ME & exhaustive : if , ?
- 2.ME & exhaustive , equal probs. ?
- 3.ME & exhaustive, , two events. ?
- 4.Do exhaustive events alone force the sum to be 1?
From the bank · past-year question
[Q105 · Sep · 2023]
Exhaustive alone does not give sum
Turn a chained ratio into one variable before summing
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
- "Neither" and the complement of a union
Complement of a union (De Morgan)
- Mutually exclusive (disjoint) events
Addition rule for mutually exclusive events
- Exhaustive events (and probabilities that sum to 1)
Mutually exclusive AND exhaustive
Watch out for (10)
- is INCLUSIVE "or" — it contains the overlap→ Events as sets: union, intersection, complement
- Read "and" as intersection, "or" as union — do not swap→ Events as sets: union, intersection, complement
- Do not forget to subtract→ The addition rule (inclusion-exclusion)
- Three events need the full inclusion-exclusion, not just three single terms→ The addition rule (inclusion-exclusion)
- "Neither" is , not→ "Neither" and the complement of a union
- De Morgan flips the operation: complement of a union is an intersection→ "Neither" and the complement of a union
- Mutually exclusive independent — opposite ideas→ Mutually exclusive (disjoint) events
- Only drop the overlap term when you are TOLD the events are mutually exclusive→ Mutually exclusive (disjoint) events
- Exhaustive alone does not give sum→ Exhaustive events (and probabilities that sum to 1)
- Turn a chained ratio into one variable before summing→ Exhaustive events (and probabilities that sum to 1)
Mastery check — 5 interleaved questions
Try each one before clicking. Questions are interleaved across the concepts above, not grouped — interleaving sharpens transfer.
[Q114 · Apr · 2026]
[Q120 · Apr · 2019]
[Q116 · Apr · 2025]
[Q115 · Apr · 2017]
[Q108 · Apr · 2026]
Drill every past-year question on this subtopic
21 questions from the bank — paginated, with cart and Word-export support.