IB Maths AA HL
Topic 4 β Statistics & Probability
Paper 1 & 2
~7 min read
Independent & Mutually Exclusive Events
Two events can be mutually exclusive (can’t both happen) or independent (one doesn’t affect the other). Spotting which applies tells you exactly which shortcut formula to reach for β and getting that wrong is the single biggest source of lost marks in this sub-section.
π What you need to know
- Mutually exclusive: P(A β© B) = 0 β they share no outcomes.
- Mutually exclusive union: P(A βͺ B) = P(A) + P(B).
- Independent: P(A | B) = P(A) β knowing B tells you nothing about A.
- Independent intersection: P(A β© B) = P(A) Β· P(B).
- Test for independence: check whether P(A) Β· P(B) equals P(A β© B).
- Mutually exclusive β independent β they are different ideas, not the same thing.
- Without replacement βΉ events are not independent (probabilities change after each draw).
- “At least one” + independent βΉ use the complement: 1 β P(neither happens).
The two relationships at a glance
Mutually exclusive
P(A β© B) = 0
can’t both happen β Venn circles don’t overlap
Independent
P(A β© B) = P(A) Β· P(B)
one tells you nothing about the other
Quick gut-check: mutually exclusive is about shape (no overlap on a Venn). Independent is about information (one outcome gives no clue about the other). Different ideas β never blur them.
Mutually exclusive events
Two events are mutually exclusive if they share no outcomes. On a six-sided die, “rolled a 1” and “rolled a 4” are mutually exclusive β but “rolled a 1” and “rolled an odd number” are not, because the outcome 1 sits in both.
Mutually exclusive β intersection & union
P(A β© B) = 0 βΉ P(A βͺ B) = P(A) + P(B)
The βP(A β© B) term in the general union formula vanishes β there’s no overlap to subtract.
Independent events
Two events are independent if knowing one happened gives you no information about the other. Two coin flips, two die rolls, drawing with replacement β these are the standard setups.
Independence β multiplication rule (also the test)
P(A β© B) = P(A) Β· P(B)
This formula does double duty: use it to compute the intersection when you already know events are independent, and use it to test independence by checking whether both sides match.
| Property | Mutually exclusive | Independent |
|---|
| Definition | can’t both happen | don’t influence each other |
| P(A β© B) | = 0 | = P(A) Β· P(B) |
| Useful for | adding probabilities (union) | multiplying probabilities (intersection) |
| Venn picture | circles don’t overlap | circles may overlap |
π§ Recipe β testing independence
- Find P(A) and P(B) from the question.
- Find P(A β© B) β given directly, or from a Venn / table / tree.
- Compute P(A) Β· P(B).
- Compare the two values: equal βΉ independent; not equal βΉ not independent.
- State your conclusion with both numbers shown β examiners want the comparison written out.
Worked examples
WE 1Mutually exclusive β union
At a random moment, a traffic light shows red with probability 0.42, amber with probability 0.08, and green otherwise. Find the probability that the light is showing red or amber.
A light shows ONE colour at a time β red and amber mutually exclusive
P(red β© amber) = 0
Apply the mutually exclusive union formula
P(red βͺ amber) = P(red) + P(amber)
= 0.42 + 0.08 = 0.50
P(red or amber) = 0.50
single-attribute outcomes (one colour, one face of a die) are nearly always mutually exclusive
WE 2Independent β multiplication rule
A spinner is divided into 5 equal sectors numbered 1 to 5. The spinner is spun, and a card is drawn from a standard 52-card deck. Find the probability that the spinner lands on 3 AND the card drawn is a heart.
Two physically separate experiments β independent
P(spinner = 3) = 1/5
P(heart) = 13/52 = 1/4
Apply the multiplication rule
P(3 β© heart) = (1/5) Γ (1/4) = 1/20
P(3 and heart) = 1/20 = 0.05
two unrelated experiments (different objects) are almost always independent
WE 3Find the intersection from the union
In a school survey, the probability a student plays an instrument is 0.65, the probability they do a sport is 0.50, and the probability they do at least one of the two is 0.90. Find the probability a randomly chosen student does both.
Use the general union formula
P(I βͺ S) = P(I) + P(S) β P(I β© S)
Substitute and rearrange
0.90 = 0.65 + 0.50 β P(I β© S)
P(I β© S) = 1.15 β 0.90 = 0.25
P(does both) = 0.25
because P(I β© S) β 0, the events are NOT mutually exclusive
WE 4Test whether two events are independent
In a city survey, P(uses phone for navigation) = 0.6, P(uses public transit) = 0.25, and P(does both) = 0.15. Determine whether the two events are independent.
Compute P(A) Β· P(B)
0.6 Γ 0.25 = 0.15
Compare with P(A β© B)
P(A β© B) = 0.15 (given)
P(A) Β· P(B) = 0.15 = P(A β© B) β
The events ARE independent
always SHOW the comparison β both numbers, then the conclusion
WE 5Find a probability when events are independent
The probability it rains in city M on a given day is 0.45. The events “rain in M” and “rain in city N” are independent, and the probability it rains in both cities is 0.18. Find the probability it rains in city N.
Independent β use the multiplication rule
P(M β© N) = P(M) Β· P(N)
Substitute and solve
0.18 = 0.45 Γ P(N)
P(N) = 0.18 / 0.45 = 0.4
P(N) = 0.4
if you’re TOLD events are independent, use the multiplication rule directly
WE 6“At least one” with independent events
An archer hits the target with probability 0.75 on her first arrow and 0.60 on her second arrow. The two shots are independent. Find the probability she hits the target with at least one arrow.
“At least one” β use the complement
P(at least one hit) = 1 β P(misses both)
Find P(miss) for each shot
P(miss 1) = 1 β 0.75 = 0.25
P(miss 2) = 1 β 0.60 = 0.40
Multiply (independent) for P(misses both)
P(miss both) = 0.25 Γ 0.40 = 0.10
Subtract from 1
P(at least one hit) = 1 β 0.10 = 0.90
P(at least one hit) = 0.90
complement + independence is one of the highest-yield combos in the topic
π‘ Top tips
- Read for keywords: “with replacement” / “two unrelated experiments” β independent. “Eitherβ¦or” (one option only) β mutually exclusive.
- Test independence numerically β never assume it. Always compute P(A) Β· P(B) and compare to P(A β© B).
- “Without replacement” kills independence β use conditional probability instead.
- Show your comparison β examiners want both numbers written out before your conclusion.
- Combine independence with the complement for “at least one” questions β far cleaner than summing every case.
β Common mistakes
- Treating mutually exclusive and independent as the same thing β they’re almost opposites for non-zero probabilities.
- Multiplying P(A) Β· P(B) without checking independence β only valid if events truly are independent.
- Adding P(A) + P(B) without subtracting the overlap β only valid if mutually exclusive.
- Forgetting “without replacement” makes events dependent β leads to wrong answers in marble/card questions.
- Stating “independent” without numerical justification β examiners require the P(A)Β·P(B) vs P(A β© B) comparison.
Next: Conditional Probability. The formal version of P(A | B) β the gateway to tree diagrams, Bayes’ theorem, and most of the harder probability questions on Paper 2.
Need help with Statistics & Probability?
Get 1-on-1 help from an IB examiner who knows exactly what Paper 1 & 2 are looking for.
Book Free Session β