IB Maths AA SL
Topic 4 β Probability
Paper 1 & 2
~9 min read
Independent & Mutually Exclusive Events
Two events can either affect each other or be completely separate. Independent events don’t influence each other. Mutually exclusive events can’t both happen at once. Each one simplifies the probability formulas in a really useful way.
π What you need to know
- Independent events: one happening doesn’t change the probability of the other.
- For independent events: P(A β© B) = P(A) Γ P(B) (in the formula booklet)
- Mutually exclusive events: they can’t both happen at the same time.
- For mutually exclusive events: P(A β© B) = 0, so P(A βͺ B) = P(A) + P(B) (in the formula booklet)
- Test for independence: if P(A β© B) = P(A) Γ P(B), the events are independent. Otherwise, they’re not.
- Independent and mutually exclusive are different things β don’t mix them up!
The two key types of events
Two events have a relationship β and how they relate decides which formula you use. Let’s set them up side-by-side first:
Independent
One event happening doesn’t affect the other. Knowing about A tells you nothing about B.
P(A β© B) = P(A) Γ P(B)
e.g. flipping a coin twice β the second flip doesn’t care about the first.
Mutually exclusive
Both events can’t happen at the same time. If one occurs, the other can’t.
P(A β© B) = 0
e.g. on a single dice roll, you can’t get both a 6 AND a 3.
Independent and mutually exclusive sound similar but mean very different things. Independent = “they don’t influence each other”. Mutually exclusive = “they can’t both happen”. Two events can be one, the other, neither β but rarely both.
Mutually exclusive events
Two events are mutually exclusive if they cannot both happen on the same trial.
Examples:
- Rolling a 6 AND rolling a 3 on a single dice roll β can’t both happen.
- A coin landing on heads AND on tails β impossible to happen together.
- “Event A” and its complement “Event A'” β by definition, mutually exclusive.
The formulas for mutually exclusive events
π€ Why does this simplify the OR formula?
Recall from the last note: P(A βͺ B) = P(A) + P(B) β P(A β© B). Since the events are mutually exclusive, the overlap is 0. So you can just add the probabilities β no subtraction needed.
Independent events
Two events are independent if knowing one happened tells you nothing about whether the other did. Their probabilities don’t influence each other.
Examples:
- Flipping a coin twice β the result of flip 2 doesn’t depend on flip 1.
- Picking a card from one deck and rolling a dice β totally separate processes.
- Drawing a ball with replacement β the second draw “starts fresh”.
The formula for independent events
This is much simpler than the general AND formula because there’s no conditional probability to worry about β P(B|A) is just P(B) when events are independent.
πTwo equivalent ways to test independence
Method 1: Check if P(A β© B) = P(A) Γ P(B). Method 2: Check if P(A|B) = P(A) (the conditional probability of A equals the regular probability of A). Either method works β pick whichever has the values you’ve already got.
Independent vs Mutually exclusive β at a glance
| Independent | Mutually exclusive |
|---|
| Can both happen? | Yes | No |
| P(A β© B) = | P(A) Γ P(B) | 0 |
| P(A βͺ B) = | P(A) + P(B) β P(A) Γ P(B) | P(A) + P(B) |
| Typical example | Two coin flips | Rolling a 3 and a 6 on one dice |
π§ Memory trick: “Independent multiplies. Exclusive adds.”
Independent events for AND β multiply. (P(A) Γ P(B))
Mutually exclusive events for OR β just add. (P(A) + P(B))
These are the two simplest cases. If neither applies, you have to use the general formulas with the overlap.
One more useful identity
For any two events A and B, you can split A into two mutually exclusive pieces:
In words: “A happens” can be broken into “A happens AND B happens” or “A happens AND B doesn’t happen”. These two pieces are mutually exclusive, so they just add up to P(A).
This identity is super handy when you’re given partial information and need to fill in a gap. It also shows up a lot in Venn diagram and tree diagram problems.
Worked examples
WE 1Find the intersection from the union
A student is chosen at random from a class. The probability they have a dog is 0.8, the probability they have a cat is 0.6, and the probability they have a cat or a dog is 0.9. Find the probability the student has both a dog and a cat.
P(D) = 0.8, P(C) = 0.6, P(D βͺ C) = 0.9
Use the union formula and rearrange to find the intersection.
Use: P(D βͺ C) = P(D) + P(C) β P(D β© C)
Substitute: 0.9 = 0.8 + 0.6 β P(D β© C)
0.9 = 1.4 β P(D β© C)
P(D β© C) = 1.4 β 0.9 = 0.5
P(D β© C) = 0.5
always rearrange the union formula when you’re given 3 of the 4 values!
WE 2Find P(R) given Q and R are independent
Two events Q and R are such that P(Q) = 0.8 and P(Q β© R) = 0.1. Given that Q and R are independent, find P(R).
P(Q) = 0.8, P(Q β© R) = 0.1, Q and R independent
Independence β use P(A β© B) = P(A) Γ P(B). Rearrange for P(R).
Use: P(Q β© R) = P(Q) Γ P(R)
Substitute: 0.1 = 0.8 Γ P(R)
Solve: P(R) = 0.10.8 = 0.125
P(R) = 0.125 or 18
independence is the key β without it, you’d need conditional probability
WE 3Find probabilities of mutually exclusive events
Two events S and T are such that P(S) = 2P(T). Given that S and T are mutually exclusive and that P(S βͺ T) = 0.6, find P(S) and P(T).
P(S) = 2P(T), P(S βͺ T) = 0.6, mutually exclusive
Mutually exclusive β P(S βͺ T) = P(S) + P(T). Use the relation P(S) = 2P(T) to solve.
Use: P(S βͺ T) = P(S) + P(T)
0.6 = P(S) + P(T)
Substitute P(S) = 2P(T):
0.6 = 2P(T) + P(T) = 3P(T)
Solve for P(T): P(T) = 0.2
Then: P(S) = 2 Γ 0.2 = 0.4
P(S) = 0.4 and P(T) = 0.2
two unknowns, two equations β classic exam pattern
WE 4Test whether two events are independent
For two events A and B: P(A) = 0.4, P(B) = 0.3, P(A β© B) = 0.12. Are A and B independent?
Test: does P(A β© B) = P(A) Γ P(B)?
Calculate P(A) Γ P(B): 0.4 Γ 0.3 = 0.12
Compare with P(A β© B): P(A β© B) = 0.12 β
They match!
Yes β A and B are independent (since P(A β© B) = P(A) Γ P(B))
always justify your conclusion with the matching values
WE 5Use independence to find joint probabilities
A fair coin is flipped twice. Let H1 = “heads on first flip” and H2 = “heads on second flip”.
(a) Are H1 and H2 independent? (b) Find P(H1 β© H2). (c) Find P(H1 βͺ H2).
Each flip is its own experiment β they don’t affect each other.part (a)
First flip doesn’t affect second flip β independent.
Yes β independentpart (b) β both heads
Use multiplication for independent events:
P(Hβ β© Hβ) = P(Hβ) Γ P(Hβ) = 0.5 Γ 0.5 = 0.25
P(Hβ β© Hβ) = 14part (c) β at least one head
Use union formula (these aren’t mutually exclusive):
P(Hβ βͺ Hβ) = 0.5 + 0.5 β 0.25 = 0.75
P(Hβ βͺ Hβ) = 34
independent β mutually exclusive β the overlap (both heads) is 0.25, not 0!
π‘ Top tips
- Independent & mutually exclusive are NOT the same thing. Independent = no influence on each other. Mutually exclusive = can’t both happen.
- For independent events: P(A β© B) = P(A) Γ P(B) β multiply.
- For mutually exclusive events: P(A βͺ B) = P(A) + P(B) β just add.
- To test independence, check if P(A β© B) = P(A) Γ P(B). Calculate both sides and compare.
- If the question states “independent”, use the multiplication formula straight away β don’t try to derive it.
- “With replacement” usually means independent. “Without replacement” usually means NOT independent.
- If two events both have non-zero probability and are mutually exclusive, they CANNOT also be independent. Knowing one happened tells you the other didn’t!
- For “show that A and B are independent” questions, you must state the criterion (P(A β© B) = P(A) Γ P(B)) and verify with numbers.
β Common mistakes
- Confusing independent with mutually exclusive. They sound similar but mean opposite things β independent allows both events; mutually exclusive forbids both.
- Adding probabilities for AND. AND always involves multiplying (and possibly using P(B|A) if not independent).
- Multiplying probabilities for OR. OR involves adding (with subtraction of overlap when not mutually exclusive).
- Using P(A) Γ P(B) for non-independent events. Only valid when independence is stated or proven.
- Assuming mutually exclusive events are independent. They’re almost never both β knowing one happened tells you the other didn’t.
- Forgetting to subtract the overlap when events aren’t mutually exclusive in OR questions.
- Not justifying the conclusion when testing independence. You must state the criterion and verify with values.
- Treating “without replacement” as independent. The probability changes after each draw, so events are NOT independent.
Independent and mutually exclusive cover the two simplest cases. But what if events do affect each other and one already happened? That’s where the next note comes in: conditional probability β the maths of “given that⦔.
Need help with Independent & Mutually Exclusive Events?
Get 1-on-1 help from an IB examiner who knows exactly what Paper 1 & 2 are looking for.
Book Free Session β