Probability
🎯What you need to be able to do
- Use the addition law, and recognise mutually exclusive events.
- Use the multiplication law, and recognise independent events.
- Calculate and use conditional probabilities.
- Test formally whether two events are independent.
- Use tree diagrams, including sampling without replacement.
- Use Venn diagrams and two-way tables.
- Use the complement to shorten “at least one” calculations.
📚The mathematics
The laws
Worth knowing where this sits: the syllabus says explicit use of the addition formula is not required for Paper 5, and most questions can be answered from a tree diagram or a Venn diagram instead. It is included here because it is short, it makes several standard questions immediate, and a Venn diagram is really just this formula drawn. Nothing is lost by reasoning through the diagram instead if you prefer.
Read \( \cup \) as “or” and \( \cap \) as “and”. The subtraction in the addition law exists because anything in both events would otherwise be counted twice.
Mutually exclusive and independent
These are different ideas, and confusing them is the most damaging error in this topic.
- Mutually exclusive: \( \mathrm{P}(A \cap B) = 0 \). The events cannot both happen. Then the addition law simplifies to \( \mathrm{P}(A \cup B) = \mathrm{P}(A) + \mathrm{P}(B) \).
- Independent: \( \mathrm{P}(A \cap B) = \mathrm{P}(A)\mathrm{P}(B) \). Knowing that one occurred tells you nothing about the other. Equivalently \( \mathrm{P}(B \mid A) = \mathrm{P}(B) \).
To test for independence, compute \( \mathrm{P}(A)\mathrm{P}(B) \) and compare it with \( \mathrm{P}(A \cap B) \). Show both numbers and state the conclusion — the comparison is the answer, and a bare “they are independent” earns nothing.
Conditional probability
Read \( \mathrm{P}(B \mid A) \) as “the probability of \(B\) given that \(A\) has happened”. Conditioning restricts the sample space: you are no longer looking at everything, only at the part where \(A\) is true. That is why \(\mathrm{P}(A)\) sits on the bottom.
Order matters enormously: \( \mathrm{P}(B \mid A) \) and \( \mathrm{P}(A \mid B) \) are generally very different numbers. In a two-way table, the condition tells you which row or column to restrict to, and the denominator is that row or column total rather than the grand total.
Tree diagrams
The workhorse for sequences of events. The rules:
- Multiply along a path to get the probability of that whole sequence.
- Add between paths that both satisfy the condition.
- Each set of branches from a single node must sum to 1 — a free check at every stage.
Watch whether sampling is with or without replacement. Without replacement, the second set of branches has different probabilities and a denominator one smaller, and the events are not independent. Questions signal this with phrases like “two balls are taken without replacement” or “a second card is drawn”.
“At least one”
Almost always faster through the complement:
Because “none” is a single case while “at least one” is several. This is worth looking for the moment you see the phrase.
✏️Worked example
(a) There are 12 counters initially, 11 after one is removed:
(b) Different colours means red-then-blue or blue-then-red. These are separate paths, so add:
(c) This is conditional, with the condition on the second draw. First find \( \mathrm{P}(\text{2nd is blue}) \), which happens via red-then-blue or blue-then-blue:
Then
(d) From the addition law, \( 0.61 = 0.4 + 0.35 - \mathrm{P}(A \cap B) \), so \( \mathrm{P}(A \cap B) = 0.14 \).
Now compare: \( \mathrm{P}(A)\mathrm{P}(B) = 0.4 \times 0.35 = 0.14 \). Since this equals \( \mathrm{P}(A \cap B) \), the events are independent.
📝Practise
Work through these, then reveal the answer.
1. \( \mathrm{P}(A) = 0.5 \), \( \mathrm{P}(B) = 0.3 \), \( \mathrm{P}(A \cap B) = 0.2 \). Find \( \mathrm{P}(A \cup B) \) and \( \mathrm{P}(A \mid B) \).
2. A fair die is thrown 4 times. Find the probability of at least one six.
3. In a group, 60% study French, 40% study German, and 25% study both. Find the probability that a randomly chosen student studies neither.
4. Two machines produce 60% and 40% of output, with defect rates 3% and 5% respectively. An item is found to be defective. Find the probability it came from the first machine.
5. A box has 4 white and 6 black balls. Three are drawn without replacement. Find the probability that exactly two are white.
6. \( \mathrm{P}(A) = 0.45 \), \( \mathrm{P}(B) = 0.6 \), \( \mathrm{P}(A \cup B) = 0.78 \). Determine whether \(A\) and \(B\) are independent.
🔗Go deeper — other people’s work
These are external resources, not mine. If one stops working, tell me and everything above it on this page still stands.
- Seeing Theory (Brown University) — interactive conditional probability
- 3Blue1Brown — the Bayes’ theorem video, for why conditioning reverses so counter-intuitively
- Khan Academy — tree diagrams and independence