Probability — A-Level Mathematics Stats Study Guide
For: A-Level Mathematics candidates sitting Paper 5 (Probability & Statistics 1).
Covers: Sample spaces with equally likely outcomes, conditional probability, independent vs mutually exclusive events, tree and Venn diagrams, and Bayes-style reverse conditioning for A-Level Mathematics Paper 5.
You should already know: Basic probability, summation, integration (Pure 1 calculus).
A note on the practice questions: All worked questions in the "Practice Questions" section below are original problems written by us in the A-Level Mathematics style for educational use. They are not reproductions of past Cambridge International examination papers and may differ in wording, numerical values, or context. Use them to practise the technique; cross-check with official Cambridge mark schemes for grading conventions.
1. What Is Probability?
Probability is the numerical measure of the likelihood that a specific event occurs, ranging from 0 (impossible) to 1 (certain). It is used across the A-Level Mathematics Statistics 1 syllabus to model real-world random processes, from dice rolls to survey sampling, and forms the foundation for all later statistics topics including permutations, combinations, and probability distributions. The standard notation denotes the probability of event occurring, with the complement rule giving the probability that does not occur.
2. Sample space and equally likely outcomes
The sample space of a random experiment is the set of all possible distinct outcomes of the experiment, while an event is any subset of . For experiments where all outcomes are equally likely (e.g., fair dice, random selection from a group), the probability of an event is calculated as the ratio of favorable outcomes to total possible outcomes: where is the number of outcomes in event , and is the total number of outcomes in the sample space. This formula only applies when outcomes are equally likely; it cannot be used for weighted dice, biased coins, or non-random selection.
Worked example
You roll two fair 6-sided dice. What is the probability the sum of the two numbers is 7?
- Total outcomes: (each die is independent, so multiply outcomes)
- Favorable outcomes (sum = 7): , so
Exam tip: Examiners often pair this rule with counting problems; always confirm outcomes are equally likely before using the ratio formula, and avoid double-counting ordered outcomes (e.g., and are distinct for two separate dice).
3. Conditional probability —
Conditional probability is the probability of event occurring given that we already know event has occurred. Knowing is true reduces the effective sample space to only outcomes where occurs, hence we divide by (which must be greater than 0 for the formula to be valid). Rearranging the formula gives the multiplication rule for joint probability: where denotes the intersection of events and (both and occur).
Worked example
A bag has 5 red balls and 3 blue balls. You draw two balls without replacement. What is the probability the second ball is red given the first is red?
- Let = second ball red, = first ball red
- ,
- This matches the intuitive result: after drawing one red ball, 4 red balls remain out of 7 total balls.
Exam tip: Always explicitly label which event is the condition first; mixing up and is the most common error on conditional probability questions.
4. Independent vs mutually exclusive events
These two properties describe entirely different relationships between events, and are almost never true at the same time (unless one event has probability 0):
- Mutually exclusive (disjoint) events: and cannot occur simultaneously, so , and . For mutually exclusive events, the addition rule simplifies to , where is the union of and (either or or both occur).
- Independent events: The occurrence of one event does not affect the probability of the other, so . Substituting into the conditional probability formula gives the independence test: .
Worked example
You roll one fair 6-sided die. Let = roll an even number, = roll a 3, = roll a number greater than 2.
- and are mutually exclusive: you cannot roll an even number and a 3 at the same time, so .
- and are independent: , , . They are not mutually exclusive, as rolling a 4 satisfies both events.
Exam tip: Examiners almost always ask you to distinguish these two properties; you will lose marks if you state independent events cannot occur together.
5. Tree diagrams and Venn diagrams
These visual tools simplify probability calculations by organizing outcomes and event relationships explicitly, and examiners award marks for correctly labeled diagrams even if your final answer is incorrect.
- Tree diagrams: Best for sequential, multi-stage events (e.g., drawing without replacement, repeated trials). Each branch represents an outcome, with the probability of the outcome written on the branch. Multiply probabilities along connected branches to get joint probabilities, and add probabilities across branches to get total probabilities for composite events.
- Venn diagrams: Best for visualizing relationships between 2-3 events. Each circle represents an event, with overlaps representing intersections, and the area outside all circles representing the complement of the union of all events. They are particularly useful for solving problems involving survey data or grouped event probabilities.
Worked example (tree diagram)
A biased coin has . Flip the coin twice. What is the probability of getting at least one head?
- Tree structure: First flip heads () → second flip heads () or tails (); first flip tails () → second flip heads () or tails ()
- Joint probabilities: , , ,
Worked example (Venn diagram)
100 students are surveyed: 40 study Maths, 30 study Physics, 15 study both. What is the probability a randomly selected student studies Physics given they study Maths?
- Venn circle for Maths: 15 in the overlap with Physics, 25 study only Maths
- Venn circle for Physics: 15 in the overlap, 15 study only Physics
- 45 students study neither subject
6. Bayes-style reverse conditioning
Bayes' rule lets you calculate when you only have conditional probabilities in the reverse direction ( and ). It is derived directly from rearranging the conditional probability formula, combined with the law of total probability to calculate : where is the complement of event . These questions are labeled "reverse conditioning" because they ask you to work backwards from an observed outcome to find the probability of an earlier cause.
Worked example
A disease test has a 95% true positive rate () and a 2% false positive rate (). 1% of the population has the disease. What is the probability you are sick if you test positive?
- Let = sick, = test positive
- , , ,
- (32.4% chance of being sick despite a positive test)
Exam tip: Reverse conditioning questions always give you conditional probabilities in the opposite direction of what is asked; list out all given probabilities first to confirm it is a Bayes' rule question, and never skip calculating the full term.
7. Common Pitfalls (and how to avoid them)
- Wrong move: Using the equally likely outcome ratio formula for biased events (e.g., weighted dice, biased coins). Why: Students assume all outcomes are equally likely by default. Correct move: Only use if the question explicitly states outcomes are equally likely (fair dice, random selection, etc.).
- Wrong move: Confusing independent and mutually exclusive events, using for mutually exclusive events. Why: Students mix up the two properties because both describe relationships between events. Correct move: First check if events can occur at the same time: if no, they are mutually exclusive, . If they can occur together, test for independence with the product rule.
- Wrong move: Forgetting to reduce the sample space for conditional probability in without replacement problems. Why: Students use the original total number of items for both draws. Correct move: Always adjust the denominator and numerator for sequential draws without replacement, or use the conditional probability formula explicitly.
- Wrong move: Omitting the complement term when calculating for Bayes' rule questions. Why: Students only use the term and forget to add . Correct move: Write out the full law of total probability for before substituting into Bayes' formula.
- Wrong move: Double-counting unordered outcomes in sample space calculations. Why: Students count and as the same outcome for two distinct dice. Correct move: If items are distinguishable (separate dice, different balls), ordered outcomes are distinct, so count both.
8. Practice Questions (A-Level Mathematics Paper 5 Style)
Question 1
A fair 8-sided die is rolled twice. (a) Find the probability that the sum of the two rolls is greater than 12. (b) Find the probability that the first roll is a 5 given that the sum is greater than 12.
Solution
(a) Total outcomes . Favorable outcomes (sum > 12): Sum = 13: ; Sum =14: ; Sum=15: ; Sum=16: . Total . (b) Let = first roll is 5, = sum >12. .
Question 2
Events and are such that , , . (a) Find . (b) Determine whether and are independent. (c) Determine whether and are mutually exclusive.
Solution
(a) Use the general addition rule: (b) Test independence: , so and are independent. (c) , so and are not mutually exclusive.
Question 3
A factory has two machines producing light bulbs. Machine X produces 60% of the bulbs, and 2% of its output is defective. Machine Y produces 40% of the bulbs, and 5% of its output is defective. A bulb is selected at random and found to be defective. Find the probability it was produced by Machine X.
Solution
Let = bulb produced by X, = bulb is defective. , , , . First calculate total using the law of total probability: Apply Bayes' rule:
9. Quick Reference Cheatsheet
| Rule | Formula | Notes |
|---|---|---|
| Equally likely outcomes | Only valid if all outcomes have equal probability | |
| Conditional probability | $P(A | B) = \frac{P(A \cap B)}{P(B)}$ |
| Multiplication rule | $P(A \cap B) = P(A | B)P(B) = P(B |
| General addition rule | Applies to all events | |
| Mutually exclusive events | , | Events cannot occur simultaneously |
| Independent events | , $P(A | B) = P(A)$ |
| Law of total probability | $P(B) = P(B | A)P(A) + P(B |
| Bayes' rule | $P(A | B) = \frac{P(B |
10. What's Next
Probability is the foundational topic for all remaining content in A-Level Mathematics Paper 5: you will use these rules to solve permutation and combination counting problems, model discrete probability distributions including the binomial and geometric distributions, and calculate expected values for random variables. A strong grasp of conditional probability and Bayes' rule is also required for more advanced statistics topics in Paper 6 if you are taking the full A Level, including hypothesis testing and continuous probability distributions.
If you struggle with any of the concepts, practice questions, or worked examples in this guide, you can ask Ollie, our AI tutor, for personalized explanations, additional practice problems, or step-by-step walkthroughs tailored to your learning pace at any time on the homepage. You can also access our full library of A-Level Mathematics Paper 5 study guides and topic quizzes to test your mastery before your exam.
Aligned with the Cambridge International AS & A Level Mathematics 9709 syllabus. OwlsAi is not affiliated with Cambridge Assessment International Education.