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

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:

The formulas for mutually exclusive events

Mutually exclusive β€” intersection
P(A ∩ B) = 0
Mutually exclusive β€” union (in formula booklet)
P(A βˆͺ B) = P(A) + P(B)

πŸ€” 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:

The formula for independent events

Independent β€” intersection (in formula booklet)
P(A ∩ B) = P(A) Γ— P(B)

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

IndependentMutually exclusive
Can both happen?YesNo
P(A ∩ B) =P(A) Γ— P(B)0
P(A βˆͺ B) =P(A) + P(B) βˆ’ P(A) Γ— P(B)P(A) + P(B)
Typical exampleTwo coin flipsRolling 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:

Splitting A using B
P(A) = P(A ∩ B) + P(A ∩ B‘)

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 1

Find 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 2

Find 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 3

Find 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 4

Test 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 5

Use 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

⚠ Common mistakes

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 β†’