Probability
CIE A-Level Mathematics· Unit 4: Probability & Statistics 1, Topic 3: Probability· 25 min read
1. Core Definitions and Basic Probability★★☆☆☆⏱ 15 min
Probability
A measure of the likelihood of an event occurring, ranging from 0 (impossible) to 1 (certain). For equally likely outcomes, .
Example:
Rolling a fair 6-sided die, the probability of rolling an even number is .
When working with probability, the sample space describes all possible outcomes of an experiment, and an event is any subset of this sample space. A key basic concept is complementary probability: the complement of event (written ) is all outcomes not in , so .
A bag contains 5 red, 3 blue and 2 green identical balls. A ball is drawn at random. What is the probability that the ball is not green?
- 1
Count the total number of balls in the bag:
- 2
- 3
Calculate the probability of drawing a green ball:
- 4
- 5
We want the probability of not drawing green, which is the complement of the event 'green':
- 6
2. Addition Rule and Mutually Exclusive Events★★☆☆☆⏱ 20 min
Mutually Exclusive Events
Two events and are mutually exclusive (disjoint) if they cannot occur at the same time, meaning their intersection is empty: .
Example:
Drawing one card from a standard deck: getting a heart and getting a club are mutually exclusive.
The addition rule for two mutually exclusive events is simply , because they share no outcomes. This, together with reasoning on a Venn diagram, is the approach CIE expects: split the sample space into non-overlapping regions ('only ', 'only ', 'both', 'neither') and add the parts you need. The same Venn-diagram partition also handles events that overlap, without double-counting the intersection. As optional enrichment, an overlap can instead be dealt with in one line by the general addition rule , but the 9709 syllabus does not require this formula — a Venn-diagram partition is always sufficient.
A single card is drawn from a standard 52-card deck. Find the probability that it is a king or a queen.
- 1
Let be the event 'the card is a king' and the event 'the card is a queen'. A single card cannot be both a king and a queen, so the events are mutually exclusive:
- 2
- 3
There are 4 kings and 4 queens in the deck:
- 4
- 5
Because the events are mutually exclusive, the addition rule reduces to a direct sum:
- 6
In a group of 50 students, 25 play hockey, 20 play football, and 10 play both sports. Using a Venn diagram, find the probability that a randomly selected student plays neither sport.
- 1
Let be 'plays hockey' and be 'plays football'. Fill a Venn diagram from the centre outwards, starting with the overlap (students who play both):
- 2
- 3
Subtract the overlap from each total to get the 'only' regions:
- 4
- 5
The three filled regions account for students, so the remaining students play neither sport:
- 6
- 7
Convert the count to a probability:
- 8
Test your understanding:
For two mutually exclusive events A and B, what is the value of ?
0
1
Reveal answer
0 —Correct! Mutually exclusive events cannot overlap, so their intersection has probability 0.
3. Multiplication Rule and Independent Events★★★☆☆⏱ 20 min
Independent Events
Two events and are independent if the occurrence of one does not affect the probability of the other. This means and , where is the conditional probability of given (defined fully in the next section).
Example:
Rolling two fair dice: the outcome of the first die does not affect the outcome of the second die.
The multiplication rule states that for any two events, . If and are independent, , so the rule simplifies to . In CIE exams, this formula is the standard test for independence: if , then and are independent.
A bag contains 4 red and 6 blue balls. Two balls are drawn at random with replacement. Show that the events 'first ball is red' and 'second ball is red' are independent, and find the probability both are red.
- 1
Define first ball is red, second ball is red. With replacement, the total number of balls stays the same, so:
- 2
- 3
Calculate the probability both are red using the multiplication rule:
- 4
- 5
Check the independence condition: , so the events are independent.
4. Conditional Probability and Tree Diagrams★★★☆☆⏱ 20 min
Conditional Probability
The probability that event occurs given that event has already occurred, defined by for . Rearranging recovers the multiplication rule .
Example:
If a card drawn from a standard deck is known to be red, the probability it is a heart is , since 13 of the 26 red cards are hearts.
Conditional probability measures how the likelihood of one event changes once we know that another has occurred. For independent events the extra information makes no difference, so ; for dependent events it does. Tree diagrams are the standard CIE tool: label each branch with a probability, make sure the branches leaving any point sum to 1, multiply along a path to reach a particular outcome, and add the paths that satisfy the condition. When sampling without replacement, the probabilities on the second set of branches are conditional on the first draw.
A box contains 7 white and 3 black counters. Two counters are drawn at random without replacement. (a) Find the probability that both counters are black. (b) Given that the second counter is black, find the probability that the first counter was also black.
- 1
First draw: and — the first pair of branches on the tree.
- 2
The second draw depends on the first because there is no replacement. If the first counter was black, then 2 black and 7 white remain out of 9:
- 3
- 4
(a) Multiply the probabilities along the 'black then black' path:
- 5
- 6
(b) Use with = '1st black' and = '2nd black'. First find by adding the two paths that end in a black second counter ('white then black' and 'black then black'):
- 7
- 8
Then divide, using the 'both black' probability from part (a) as the numerator:
- 9
5. Common Pitfalls
Wrong move:
Confusing mutually exclusive and independent events
Why:
Students often assume these terms are interchangeable, but they describe completely different properties of events
Correct move:
Remember: mutually exclusive means (cannot occur together), independent means (one does not affect the other). Two events with non-zero probability cannot be both.
Wrong move:
Adding and directly when the two events can occur together
Why:
For events that overlap, adding the raw probabilities counts the shared outcomes twice and overstates .
Correct move:
By default, reason on a Venn diagram: split the sample space into non-overlapping regions ('only ', 'only ', 'both', 'neither') and add only the parts you need. Substitute into the general formula only when a value of is actually given — the 9709 syllabus does not require this formula.
Wrong move:
Multiplying unadjusted probabilities when sampling without replacement
Why:
Students assume all combined events are independent and multiply raw probabilities, ignoring the changed sample space
Correct move:
For without replacement sampling, reduce the numerator and denominator of the second probability by 1 after drawing the first item.
Wrong move:
Double-counting the intersection region in Venn diagrams
Why:
Students add the full intersection value to both individual event regions instead of only counting it once in the union
Correct move:
When filling a Venn diagram, enter the intersection value first, then subtract the intersection from each individual event to get the 'only A' and 'only B' regions.
Wrong move:
Failing to check that a probability is between 0 and 1
Why:
Rushing through calculations leads to arithmetic errors that are easily caught
Correct move:
Always verify your final probability is between 0 and 1, and re-calculate if it is outside this range.
6. Quick Reference Cheatsheet
Concept | Formula |
|---|---|
Complement rule | |
Addition rule (mutually exclusive) | |
General addition rule (optional enrichment) | |
Conditional probability | |
General multiplication rule | |
Multiplication rule (independent) | |
Test for independence | |
Mutually exclusive events |
7. Frequently Asked
What is the difference between mutually exclusive and independent events?
Mutually exclusive events cannot occur at the same time, so . Independent events do not affect each other's probability, so . Two events with non-zero probability cannot be both mutually exclusive and independent.
Going deeper
What's Next
This foundational probability topic is required for all subsequent statistics topics in CIE A-Level 9709. The rules developed here — the addition and multiplication rules, mutually exclusive and independent events, and conditional probability with tree diagrams — are applied directly when you study the common probability distributions such as the binomial and normal distribution, which make up a large portion of the S1 exam. A solid understanding of the key rules and distinctions here will prevent common errors in almost all statistics questions you encounter.
