← Back to FractionRush

Probability S1 Statistics

Grade 11 · Statistics 1 · Cambridge A-Level 9709 · Age 16–17

Welcome to Probability!

Probability is the mathematical study of uncertainty. In Cambridge A-Level Statistics 1 (9709), you build a rigorous framework for calculating the likelihood of events — from simple sample spaces to multi-stage tree diagrams, conditional probability, and counting arrangements. These ideas underpin statistical inference, which you will use throughout A-Level and beyond.

P(A) = favourable outcomes / total outcomes  |  P(A∪B) = P(A)+P(B)−P(A∩B)  |  P(A|B) = P(A∩B)/P(B)

Learning Objectives

  • Define probability and identify sample spaces with equally likely outcomes
  • Use complementary events: P(A') = 1 − P(A)
  • Apply the addition rule for combined events
  • Identify mutually exclusive and independent events
  • Calculate conditional probability from tables and Venn diagrams
  • Draw and interpret tree diagrams for multi-stage experiments
  • Use Bayes-style reverse conditioning along tree branches
  • Count arrangements using permutations and factorial notation
  • Handle identical objects and circular arrangements
  • Solve "at least one" problems using the complement method

Sample Space

List all equally likely outcomes; P = favourable/total

Complement

P(A') = 1 − P(A) — often the fastest route

Addition Rule

P(A∪B) = P(A)+P(B)−P(A∩B)

Independence

P(A∩B) = P(A)×P(B) iff A, B independent

Conditional

P(A|B) = P(A∩B) / P(B)

Tree Diagrams

Multiply along branches; add between branches

Permutations

ⁿPᵣ = n!/(n−r)! ordered selections

Arrangements

n!/p!q!... for identical objects

Learn 1 — Basic Probability

The Probability Scale

Probability is a number between 0 and 1 inclusive. P = 0 means impossible; P = 1 means certain. For any event A:

0 ≤ P(A) ≤ 1

Classical Definition — Equally Likely Outcomes

When every outcome in the sample space S is equally likely:

P(A) = number of favourable outcomes / total number of outcomes in S
Example: A fair die is rolled. S = {1,2,3,4,5,6}. Find P(even).
Favourable: {2,4,6} → 3 outcomes. Total: 6.
P(even) = 3/6 = 1/2

Sample Space

The sample space S is the set of all possible outcomes. For two dice, list pairs (a,b) where a is the first die and b the second — giving 36 equally likely outcomes.

Example: Two fair dice are rolled. Find P(sum = 7).
Favourable pairs: (1,6),(2,5),(3,4),(4,3),(5,2),(6,1) → 6 outcomes.
P(sum = 7) = 6/36 = 1/6

Complementary Events

The complement A' (read "A prime" or "not A") is the event that A does not occur. Since every outcome is either in A or not in A:

P(A') = 1 − P(A)
Example: P(it rains tomorrow) = 0.3. Find P(it does not rain).
P(rain') = 1 − 0.3 = 0.7

Example: A bag has 3 red, 5 blue, 2 green balls. Find P(not red).
P(red) = 3/10. P(not red) = 1 − 3/10 = 7/10

Venn Diagrams

A Venn diagram represents events as overlapping circles inside a rectangle (the sample space). The overlapping region is A∩B (both A and B). The total shaded area for A∪B covers everything in A or B.

Regions in a two-event Venn diagram (A and B):
• Only A: P(A) − P(A∩B)
• Only B: P(B) − P(A∩B)
• A and B: P(A∩B)
• Neither: 1 − P(A∪B)
All four regions must sum to 1.

Addition Rule for Two Events

P(A∪B) = P(A) + P(B) − P(A∩B)

We subtract P(A∩B) to avoid counting the overlap twice.

Example: P(A) = 0.4, P(B) = 0.5, P(A∩B) = 0.2. Find P(A∪B).
P(A∪B) = 0.4 + 0.5 − 0.2 = 0.7

Mutually Exclusive Events

Events A and B are mutually exclusive if they cannot both occur, so their intersection is empty:

A and B mutually exclusive ⟺ P(A∩B) = 0 ⟹ P(A∪B) = P(A) + P(B)
Example: Rolling a 2 and rolling an odd number on one die are mutually exclusive.
P(2 or odd) = P(2) + P(odd) = 1/6 + 3/6 = 4/6 = 2/3.
(No overlap because 2 is even, so these events cannot happen simultaneously.)
The biggest early mistake is applying P(A∪B) = P(A)+P(B) without checking mutual exclusivity. Always check whether events can overlap before using the simple addition. If in doubt, use the full rule P(A∪B) = P(A)+P(B)−P(A∩B).

Learn 2 — Combined Events

The Addition Rule (Revisited)

P(A∪B) = P(A) + P(B) − P(A∩B)

This holds for any two events. If they are mutually exclusive, P(A∩B) = 0 and the rule simplifies to P(A)+P(B).

Independent Events — Multiplication Rule

Events A and B are independent if knowledge that B occurred gives no information about whether A occurred:

A and B independent ⟺ P(A∩B) = P(A) × P(B)
Example: A coin is tossed and a die is rolled. Find P(Head and 6).
These are independent. P(H) = 1/2, P(6) = 1/6.
P(H and 6) = 1/2 × 1/6 = 1/12

Checking Independence

To verify whether two events are independent from a table or Venn diagram, check whether P(A∩B) = P(A) × P(B).

Example: From a group of 100 people: 60 drink coffee (C), 40 drink tea (T), 24 drink both.
P(C) = 0.6, P(T) = 0.4, P(C∩T) = 0.24.
P(C) × P(T) = 0.6 × 0.4 = 0.24 = P(C∩T). ∴ C and T are independent.

Two-Way Tables

A two-way (contingency) table shows frequencies for two categorical variables. Read off probabilities by dividing cell counts by the total.

MaleFemaleTotal
Left-handed101525
Right-handed453075
Total5545100
P(Left-handed) = 25/100 = 0.25. P(Male and Left-handed) = 10/100 = 0.1.
P(Male) × P(Left-handed) = 0.55 × 0.25 = 0.1375 ≠ 0.1 → not independent.

"At Least One" Problems — Using Complement

Calculating P(at least one) directly involves many cases. The complement method is almost always faster:

P(at least one A) = 1 − P(no A occurs)
Example: A fair coin is tossed 4 times. Find P(at least one Head).
P(no heads) = P(all tails) = (1/2)⁴ = 1/16.
P(at least one head) = 1 − 1/16 = 15/16
Example: A bag has 3 red and 5 blue balls. Two are drawn without replacement. Find P(at least one red).
P(no red) = P(both blue) = (5/8) × (4/7) = 20/56 = 5/14.
P(at least one red) = 1 − 5/14 = 9/14

Extending to Three Independent Events

P(A∩B∩C) = P(A) × P(B) × P(C)   (if A, B, C mutually independent)
Example: Three independent components each fail with probability 0.05. Find P(all three work).
P(works) = 0.95 for each. P(all work) = 0.95³ ≈ 0.857
Independence and mutual exclusivity are opposites in feel: independent events can both occur; mutually exclusive events cannot. If P(A) > 0 and P(B) > 0, the events cannot be both mutually exclusive AND independent (since mutual exclusivity forces P(A∩B)=0 but independence requires P(A∩B)=P(A)P(B)>0).

Learn 3 — Conditional Probability

Definition

The conditional probability of A given B is the probability that A occurs, knowing that B has already occurred:

P(A|B) = P(A∩B) / P(B)   provided P(B) > 0

Read P(A|B) as "probability of A given B". The vertical bar | means "given".

Intuition from Frequency

If we know B has occurred, we restrict the sample space to B. Then we ask: what fraction of B also belongs to A? That fraction is P(A∩B)/P(B).

Finding P(A|B) from a Venn Diagram

Example: P(A) = 0.5, P(B) = 0.4, P(A∩B) = 0.2.
P(A|B) = P(A∩B)/P(B) = 0.2/0.4 = 0.5
Interpretation: Given B has occurred, there is a 50% chance A also occurred.

Conditional Probability from Two-Way Tables

Using the table from Learn 2 (100 people, 55 male, 45 female, 25 left-handed):
P(Left-handed | Male) = P(L∩M) / P(M) = (10/100) / (55/100) = 10/55 = 2/11
Equivalently: of the 55 males, 10 are left-handed → 10/55 = 2/11. Same answer.

Dependent vs Independent Events

If A and B are independent, then knowing B occurred tells us nothing about A:

A and B independent ⟺ P(A|B) = P(A) ⟺ P(B|A) = P(B)
Check: From the table above, P(L|M) = 2/11 ≈ 0.182 but P(L) = 0.25. Since P(L|M) ≠ P(L), left-handedness and gender are dependent (not independent).

Using Conditional Probability to Find Missing Values

Example: P(A|B) = 0.6, P(B) = 0.3. Find P(A∩B).
From the definition: P(A∩B) = P(A|B) × P(B) = 0.6 × 0.3 = 0.18
Example: P(A∩B) = 0.12, P(A|B) = 0.4. Find P(B).
P(B) = P(A∩B) / P(A|B) = 0.12 / 0.4 = 0.3

Multiplication Rule (General)

P(A∩B) = P(A|B) × P(B) = P(B|A) × P(A)

This is just the conditional probability definition rearranged. It holds for any events (not just independent ones).

Never confuse P(A|B) with P(B|A). They can be very different. "P(disease | positive test)" is not the same as "P(positive test | disease)". This confusion is the basis of many real-world statistical errors and appears in exam questions deliberately.

Learn 4 — Bayes' Theorem & Tree Diagrams

Tree Diagrams — The Basics

A tree diagram represents a multi-stage experiment. Each branch shows an outcome and its probability. The rules are:

Multiply along branches  |  Add between branches (for mutually exclusive paths)
Structure:
Stage 1 branches come from the root. At each node, the branch probabilities must sum to 1.
To find P(a particular path), multiply the probabilities along every branch in that path.
To find P(an event that spans multiple paths), add the path probabilities.

Two-Stage Tree Diagram Example (With Replacement)

A bag has 4 red (R) and 6 blue (B) balls. Two draws are made with replacement.

Stage 1: P(R) = 4/10 = 0.4, P(B) = 6/10 = 0.6.
Stage 2: Same probabilities (bag unchanged).

Paths and probabilities:
RR: 0.4 × 0.4 = 0.16
RB: 0.4 × 0.6 = 0.24
BR: 0.6 × 0.4 = 0.24
BB: 0.6 × 0.6 = 0.36
Total: 0.16+0.24+0.24+0.36 = 1 ✓

P(one of each colour) = P(RB) + P(BR) = 0.24 + 0.24 = 0.48

Without Replacement

Same bag, but now draws are without replacement.
Stage 1: P(R) = 4/10, P(B) = 6/10.
Stage 2 given R first: P(R|R) = 3/9, P(B|R) = 6/9.
Stage 2 given B first: P(R|B) = 4/9, P(B|B) = 5/9.

P(both red) = (4/10)(3/9) = 12/90 = 2/15.
P(one of each) = (4/10)(6/9) + (6/10)(4/9) = 24/90 + 24/90 = 48/90 = 8/15

Bayes-Style Reverse Conditioning

Sometimes we know the result and want to work backwards to find the cause. This uses the law of total probability plus the definition of conditional probability.

P(A|outcome) = P(A and outcome) / P(outcome) = P(A∩outcome) / [P(A∩outcome) + P(A'∩outcome)]
Example: Box 1 has 3R, 2B. Box 2 has 1R, 4B. A box is chosen at random (P = 1/2 each), then one ball is drawn.
Given the ball is Red, find P(Box 1 was chosen).

P(R | Box 1) = 3/5. P(R | Box 2) = 1/5.
P(Box1 ∩ R) = (1/2)(3/5) = 3/10.
P(Box2 ∩ R) = (1/2)(1/5) = 1/10.
P(R) = 3/10 + 1/10 = 4/10 = 2/5.
P(Box1 | R) = (3/10) / (2/5) = (3/10) × (5/2) = 15/20 = 3/4

Multiple-Stage Experiments

For three or more stages, extend the tree. The method is identical:
— Each set of branches from one node sums to 1.
— Multiply along the path for joint probabilities.
— Add paths that satisfy the event you want.

Example: A test is 90% reliable (correct positive/negative). A disease affects 1% of the population. Given a positive test, what is P(has disease)?
P(D∩Pos) = 0.01 × 0.90 = 0.009.
P(D'∩Pos) = 0.99 × 0.10 = 0.099.
P(Pos) = 0.009 + 0.099 = 0.108.
P(D|Pos) = 0.009/0.108 ≈ 0.083 (only 8.3%!)
Always check that all branches from a single node sum to 1. If they do not, you have made an arithmetic error. Write out the tree fully even for simple problems — it prevents missing cases and makes the structure transparent to examiners.

Learn 5 — Permutations & Arrangements

Factorial Notation

n factorial (written n!) is the product of all positive integers from 1 to n:

n! = n × (n−1) × (n−2) × ... × 2 × 1    with 0! = 1
5! = 5 × 4 × 3 × 2 × 1 = 120
4! = 24    3! = 6    2! = 2    1! = 1

Arrangements of n Distinct Objects

The number of ways to arrange n distinct objects in a line is n!.

Arrangements of n distinct objects = n!
Example: How many ways can 5 students line up?
5! = 120 ways.

Permutations — Choosing r from n

The number of ordered selections of r objects from n distinct objects:

ⁿPᵣ = n! / (n−r)! = n × (n−1) × ... × (n−r+1)
Example: From 8 athletes, how many ways can 1st, 2nd, 3rd be awarded?
⁸P₃ = 8 × 7 × 6 = 336 ways.

Example: How many 3-letter codes from {A,B,C,D,E} with no repeats?
⁵P₃ = 5!/2! = 5 × 4 × 3 = 60.

Circular Arrangements

For arrangements in a circle, one object is fixed to remove rotational equivalences:

Circular arrangements of n distinct objects = (n−1)!
Example: 6 people sit around a circular table. How many distinct arrangements?
(6−1)! = 5! = 120 arrangements.

Arrangements with Identical Objects

When some objects are identical, divide by the factorial of the count of each repeated object to avoid overcounting:

Arrangements of n objects with p identical of one type, q of another... = n! / (p! × q! × ...)
Example: How many arrangements of the letters in STATISTICS?
S:3, T:3, A:1, I:2, C:1 → total 10 letters.
Arrangements = 10! / (3! × 3! × 1! × 2! × 1!) = 3628800 / (6 × 6 × 1 × 2 × 1) = 3628800/72 = 50400

Restrictions on Arrangements

Case 1 — Two specific people must be adjacent:
Treat the pair as one unit. Arrange (n−1) units in (n−1)! ways, then the pair can be in 2 internal orders. Total = 2 × (n−1)!

Case 2 — Two specific people must NOT be adjacent:
Total arrangements − adjacent arrangements = n! − 2(n−1)!

Example: 5 people, A and B must be adjacent.
Treat AB as 1 unit → 4 units → 4! arrangements × 2 (AB or BA) = 24 × 2 = 48

Selecting and Arranging

Example: A committee of 3 is chosen from 7 people, then a Chair, Secretary, Treasurer are assigned from the 3. How many outcomes?
Select 3 from 7 (order matters for roles): ⁷P₃ = 7 × 6 × 5 = 210
Always clarify whether order matters. If order matters, use permutations (or factorial arrangements). If order does not matter, use combinations (ⁿCᵣ = n! / r!(n−r)!). In S1 probability, both appear — read questions carefully for clues like "arranged", "lined up" (order matters) vs "chosen", "selected" (order may not matter).

Worked Examples

Eight fully worked examples covering all key probability topics for Cambridge A-Level 9709 Statistics 1.

Example 1 — Venn Diagram Probability

Q: P(A) = 0.55, P(B) = 0.40, P(A∪B) = 0.70. Find P(A∩B) and P(A'∩B).
M1: Use the addition rule: P(A∩B) = P(A) + P(B) − P(A∪B) = 0.55 + 0.40 − 0.70 = 0.25
M1: P(A'∩B) = P(B) − P(A∩B) = 0.40 − 0.25 = 0.15
A1: P(A∩B) = 0.25, P(A'∩B) = 0.15 3 marks

Example 2 — Mutually Exclusive Check

Q: P(A) = 0.3, P(B) = 0.5, P(A∪B) = 0.8. Are A and B mutually exclusive? Are they independent?
M1: P(A∩B) = P(A)+P(B)−P(A∪B) = 0.3+0.5−0.8 = 0
A1: P(A∩B) = 0 → A and B ARE mutually exclusive.
M1: For independence: P(A)×P(B) = 0.3×0.5 = 0.15 ≠ 0 = P(A∩B). NOT independent. 4 marks

Example 3 — Conditional Probability from a Table

Q: 200 students: 80 study Maths (M), 60 study Physics (P), 30 study both. A student is chosen. Find P(M|P).
M1: P(M∩P) = 30/200 = 0.15. P(P) = 60/200 = 0.3.
A1: P(M|P) = P(M∩P)/P(P) = 0.15/0.3 = 0.5 3 marks

Example 4 — Tree Diagram (Two Stage, Without Replacement)

Q: A box has 5 white (W) and 3 black (B) balls. Two are drawn without replacement. Find P(different colours).
M1: P(WB) = (5/8)(3/7) = 15/56. P(BW) = (3/8)(5/7) = 15/56.
M1: P(different) = 15/56 + 15/56 = 30/56
A1: P(different) = 15/28 3 marks

Example 5 — Arrangement with Restriction

Q: 4 boys and 3 girls stand in a line. How many arrangements have all girls together?
M1: Treat the 3 girls as one block → 5 units (4 boys + 1 block). Arrange in 5! = 120 ways.
M1: Girls within the block can be arranged in 3! = 6 ways.
A1: Total = 5! × 3! = 120 × 6 = 720 3 marks

Example 6 — At-Least-One Using Complement

Q: A biased coin has P(Head) = 0.6. It is tossed 5 times. Find P(at least 2 heads).
M1: P(0 heads) = 0.4⁵ = 0.01024. P(exactly 1 head) = 5 × 0.6 × 0.4⁴ = 5 × 0.6 × 0.0256 = 0.0768.
M1: P(fewer than 2) = 0.01024 + 0.07680 = 0.08704.
A1: P(at least 2) = 1 − 0.08704 = 0.913 (3sf) 4 marks

Example 7 — Checking Independence

Q: Events A and B satisfy P(A) = 0.4, P(B) = 0.25, P(A∩B) = 0.1. Are A and B independent?
M1: Calculate P(A) × P(B) = 0.4 × 0.25 = 0.10.
A1: P(A∩B) = 0.1 = P(A) × P(B). A and B are independent. 2 marks

Example 8 — Bayes-Style Reverse Conditioning

Q: Factory A makes 60% of bolts, factory B makes 40%. Defect rates: A → 2%, B → 5%. A bolt is defective. Find P(from A).
M1: P(A∩D) = 0.60 × 0.02 = 0.012. P(B∩D) = 0.40 × 0.05 = 0.020.
M1: P(D) = 0.012 + 0.020 = 0.032.
A1: P(A|D) = 0.012/0.032 = 3/8 = 0.375 4 marks

Common Mistakes in Probability

These are the errors Cambridge examiners see most frequently. Knowing why they are wrong helps you avoid them under time pressure.

Mistake 1 — Confusing P(A|B) with P(B|A)

✗ "P(rain | cloud) is the same as P(cloud | rain)"
✓ P(A|B) = P(A∩B)/P(B) and P(B|A) = P(A∩B)/P(A). Unless P(A) = P(B), these are different. Always identify which event is given (the one after the vertical bar) and which is the one you want.

Mistake 2 — Adding when you should multiply (independent events)

✗ P(A and B) = P(A) + P(B) for independent events
✓ P(A and B) = P(A) × P(B) for independent events. The addition rule gives P(A OR B). AND means multiply (for independence); OR means add (and subtract the overlap).

Mistake 3 — Forgetting to subtract P(A∩B) in the addition rule

✗ P(A∪B) = P(A) + P(B) for non-mutually-exclusive events
✓ P(A∪B) = P(A) + P(B) − P(A∩B). Always check whether the events can overlap. If they can, you must subtract the intersection to avoid double-counting.

Mistake 4 — Forgetting the complement for "at least one" problems

✗ Listing all cases with at least one success directly (tedious and error-prone)
✓ Use P(at least one) = 1 − P(none). The complement approach reduces a multi-case calculation to a single term. Always use this method unless explicitly told otherwise.

Mistake 5 — Using the same probabilities for draws without replacement

✗ Second draw from bag (no replacement): P(Red) = 4/10 again
✓ After one ball is removed, both the numerator and denominator change. If the first was red: P(Red second) = 3/9. If the first was not red: P(Red second) = 4/9. Update the sample space at each stage.

Mistake 6 — Claiming mutually exclusive events are independent

✗ "A and B can't happen together, so they must be independent"
✓ If P(A) > 0 and P(B) > 0, mutually exclusive events are always DEPENDENT. P(A∩B) = 0 but P(A)×P(B) > 0, so the independence condition fails. Knowing B happened tells you A definitely didn't — that is the definition of dependence.

Mistake 7 — Circular arrangement overcounting

✗ Arrangements of 6 people around a table = 6! = 720
✓ In circular arrangements, rotations of the same arrangement are identical. Fix one person's position, then arrange the remaining 5: (6−1)! = 5! = 120.

Mistake 8 — Ignoring identical objects in arrangements

✗ Arrangements of AABBC = 5! = 120
✓ Divide by the factorial of each repeated count: 5!/(2!×2!×1!) = 120/4 = 30. Swapping identical letters gives the same arrangement, so we overcounted by dividing out those swaps.

Mistake 9 — Multiplying probabilities that are not independent

✗ P(A∩B) = P(A) × P(B) always
✓ This formula is valid ONLY if A and B are independent. In general: P(A∩B) = P(A|B) × P(B). Always check independence before multiplying unconditional probabilities.

Key Formulas — Probability (Statistics 1)

ConceptFormulaNotes / When to Use
Classical probabilityP(A) = favourable / totalEqually likely outcomes only
ComplementP(A') = 1 − P(A)Use for "not A" or "at least one"
Addition ruleP(A∪B) = P(A)+P(B)−P(A∩B)Always valid for two events
Mutually exclusiveP(A∩B) = 0 → P(A∪B) = P(A)+P(B)Cannot both occur simultaneously
Independence (condition)P(A∩B) = P(A)×P(B)Verify by checking this equation
Independence (conditional)P(A|B) = P(A) and P(B|A) = P(B)Alternative independence check
Conditional probabilityP(A|B) = P(A∩B) / P(B)Requires P(B) > 0
Multiplication rule (general)P(A∩B) = P(A|B)×P(B)Works for any events (dependent or independent)
Law of total probabilityP(A) = P(A|B)P(B) + P(A|B')P(B')When B partitions the sample space
Bayes-style reversalP(B|A) = P(A|B)P(B) / P(A)Reverse conditioning
At least oneP(≥1) = 1 − P(none)Complement is almost always faster
Tree: multiply alongP(path) = product of branch probsFor joint probability of a sequence
Tree: add betweenP(event) = sum of path probs satisfying itFor mutually exclusive paths
Factorialn! = n(n−1)(n−2)···1, 0!=1Fundamental counting
Arrangements (line)n!All n objects distinct
PermutationsⁿPᵣ = n!/(n−r)!Ordered selection of r from n
Circular arrangements(n−1)!Fix one object; arrange rest
Identical objectsn! / (p!q!r!...)Divide by repeated object factorials
CombinationsⁿCᵣ = n! / r!(n−r)!Unordered selection; often needed with probability

Proof Bank

Three proofs that build rigorous understanding and may appear in deeper exam questions or A-Level interviews.

Proof 1 — Deriving P(A|B) from a Frequency Argument

Suppose we run an experiment N times (large N). Let:
n(A∩B) = number of times both A and B occur.
n(B) = number of times B occurs.

Given B occurred, the proportion of those trials in which A also occurred is:
n(A∩B) / n(B) = [n(A∩B)/N] / [n(B)/N]

As N → ∞, n(A∩B)/N → P(A∩B) and n(B)/N → P(B). Therefore:
P(A|B) = P(A∩B) / P(B)   Q.E.D.

This derivation justifies the definition — it is not arbitrary but follows from the frequency interpretation of probability.

Proof 2 — Mutually Exclusive Events Imply P(A∩B) = 0

By definition, events A and B are mutually exclusive if they share no outcomes: A∩B = ∅ (the empty set).

Since ∅ contains no outcomes, the probability of the empty set is 0 (this is the third axiom of probability: P(∅) = 0).

Therefore: A∩B = ∅ ⟹ P(A∩B) = P(∅) = 0.

The addition rule then simplifies:
P(A∪B) = P(A) + P(B) − P(A∩B) = P(A) + P(B) − 0 = P(A) + P(B)   Q.E.D.

Proof 3 — Independence Is Symmetric: P(A|B) = P(A) ⟺ P(B|A) = P(B)

Assume P(A|B) = P(A). Then:
P(A∩B) / P(B) = P(A)   [definition of conditional probability]
P(A∩B) = P(A)·P(B)   [multiply both sides by P(B)]

Now compute P(B|A):
P(B|A) = P(A∩B) / P(A) = [P(A)·P(B)] / P(A) = P(B).

Therefore P(A|B) = P(A) ⟹ P(B|A) = P(B).

The converse follows by symmetry (swap A and B in the argument above).
Conclusion: the independence condition P(A∩B) = P(A)P(B) is equivalent to both:
  (i) P(A|B) = P(A) and (ii) P(B|A) = P(B).   Q.E.D.

Interactive Venn Diagram Visualiser

Enter values for P(A), P(B) and P(A∩B) — then click Compute to see P(A∪B), P(A|B), P(B|A) and a live Venn diagram.

Enter values above and click Compute.

Exercise 1 — Basic Probability & Complement (10 Questions)

Exercise 2 — Combined Events: Addition & Multiplication Rules (10 Questions)

Exercise 3 — Conditional Probability from Tables (10 Questions)

Exercise 4 — Tree Diagrams (10 Questions)

Exercise 5 — Arrangements & Permutations (10 Questions)

Practice — 30 Mixed Questions

Challenge — 15 Harder Questions

Exam Style Questions

8 Cambridge S1-style questions with mark schemes. Attempt each before revealing the solution.

Q1 [3 marks]

Events A and B are such that P(A) = 0.45, P(B) = 0.30, P(A∪B) = 0.60. Find P(A∩B) and state, with a reason, whether A and B are mutually exclusive.

P(A∩B) = P(A)+P(B)−P(A∪B) = 0.45+0.30−0.60 = 0.15 [M1 A1]
P(A∩B) = 0.15 ≠ 0, so A and B are not mutually exclusive. [A1 with reason]

Q2 [4 marks]

A bag contains 6 red and 4 green balls. Two balls are drawn at random without replacement. Find the probability that both are the same colour.

P(both red) = (6/10)(5/9) = 30/90 [M1]
P(both green) = (4/10)(3/9) = 12/90 [M1]
P(same colour) = 30/90 + 12/90 = 42/90 = 7/15 [M1 A1]

Q3 [4 marks]

In a class of 30 students, 18 play football (F) and 12 play tennis (T), and 5 play both. A student is selected at random. Find P(F|T') — the probability that the student plays football given they do not play tennis.

P(T') = 1 − 12/30 = 18/30 [M1]
Students who play F but not T: 18 − 5 = 13 [M1]
P(F∩T') = 13/30 [A1]
P(F|T') = P(F∩T')/P(T') = (13/30)/(18/30) = 13/18 [A1]

Q4 [5 marks]

Box A contains 3 red and 2 white counters. Box B contains 1 red and 4 white counters. A box is chosen at random, and then a counter is drawn. Given the counter is white, find the probability it came from Box B.

P(A∩W) = (1/2)(2/5) = 2/10 = 1/5 [M1]
P(B∩W) = (1/2)(4/5) = 4/10 = 2/5 [M1]
P(W) = 1/5 + 2/5 = 3/5 [M1]
P(B|W) = P(B∩W)/P(W) = (2/5)/(3/5) = 2/3 [M1 A1]

Q5 [4 marks]

Five letters from the word CHANCE are arranged in a row (all six letters: C,H,A,N,C,E). How many distinct arrangements are there of all six letters?

CHANCE: C appears twice, all others once. Total 6 letters. [B1]
Arrangements = 6! / 2! [M1 A1]
= 720 / 2 = 360 [A1]

Q6 [5 marks]

Three cards are drawn without replacement from a standard pack of 52. Find the probability that exactly two are hearts.

P(exactly 2 hearts) = P(HHN) + P(HNH) + P(NHH) [M1 — three ordered arrangements]
Each path: (13/52)(12/51)(39/50) = 6084/132600 [M1 A1 for one path]
Total = 3 × 6084/132600 = 18252/132600 [M1]
= 858/6175 ≈ 0.1388 [A1]

Q7 [4 marks]

Events A and B are independent with P(A) = 0.3 and P(B) = 0.4. Find P(A∪B) and P(A'∩B').

P(A∩B) = P(A)×P(B) = 0.3×0.4 = 0.12 [M1 — using independence]
P(A∪B) = 0.3+0.4−0.12 = 0.58 [A1]
P(A'∩B') = P((A∪B)') = 1−0.58 = 0.42 [M1 A1 — De Morgan's law]

Q8 [6 marks]

In a group of 80 people, each likes tea (T) or coffee (C) or both. 50 like tea, 40 like coffee, and x like both. (i) Find x. (ii) A person is chosen at random. Find P(T|C). (iii) Determine whether T and C are independent.

(i) 50 + 40 − x = 80 → x = 10. x = 10 [M1 A1]
(ii) P(T|C) = P(T∩C)/P(C) = (10/80)/(40/80) = 10/40 = 1/4 [M1 A1]
(iii) P(T) = 50/80 = 5/8. P(T|C) = 1/4 ≠ 5/8. T and C are not independent. [M1 A1 with reason]

Past Paper Questions

5 questions drawn from Cambridge A-Level 9709 Statistics 1 past papers on Probability. Attempt under timed conditions before revealing the mark scheme.

Past Paper Q1 — 9709/61/O/N/20 Q3 [5 marks]

Events A and B are such that P(A) = 0.6, P(B|A) = 0.3, and P(B|A') = 0.5. Find P(A|B).

P(A∩B) = P(B|A)×P(A) = 0.3×0.6 = 0.18 [M1 A1]
P(A'∩B) = P(B|A')×P(A') = 0.5×0.4 = 0.20 [M1]
P(B) = 0.18+0.20 = 0.38 [A1]
P(A|B) = 0.18/0.38 = 9/19 ≈ 0.474 [A1]

Past Paper Q2 — 9709/62/M/J/19 Q4 [6 marks]

A bag contains 5 blue and 3 yellow counters. Three counters are drawn without replacement. Find the probability that (i) all three are blue, (ii) at least one is yellow.

(i) P(BBB) = (5/8)(4/7)(3/6) = 60/336 = 5/28 [M1 A1]
(ii) P(at least one Y) = 1 − P(BBB) = 1 − 5/28 = 23/28 [M1 A1]
[Award M1 for complement approach, A1 for correct answer]

Past Paper Q3 — 9709/63/O/N/18 Q5 [6 marks]

The letters of the word PROBABLE are arranged in a random order. Find the probability that the two letters B are not next to each other.

PROBABLE has 8 letters with B appearing twice. [B1]
Total arrangements = 8!/2! = 20160 [M1 A1]
Arrangements with both B together: treat BB as 1 unit → 7! = 5040 [M1]
P(B together) = 5040/20160 = 1/4
P(B not together) = 1 − 1/4 = 3/4 [M1 A1]

Past Paper Q4 — 9709/61/M/J/17 Q3 [5 marks]

A fair six-sided die is thrown twice. Find the probability that the sum of the two scores is greater than 9.

Total outcomes = 36 [B1]
Favourable (sum > 9): sum = 10: (4,6),(5,5),(6,4) → 3. Sum=11: (5,6),(6,5) → 2. Sum=12: (6,6) → 1. Total: 6 [M1 A1]
P(sum > 9) = 6/36 = 1/6 [M1 A1]

Past Paper Q5 — 9709/62/O/N/16 Q6 [7 marks]

A committee of 5 is chosen from 9 people: 4 men and 5 women. Find the number of ways the committee can be formed if it must include at least 3 women. Hence find the probability that a randomly formed committee of 5 includes at least 3 women.

Total committees = C(9,5) = 126 [B1]
Exactly 3 women: C(5,3)×C(4,2) = 10×6 = 60 [M1 A1]
Exactly 4 women: C(5,4)×C(4,1) = 5×4 = 20 [M1]
Exactly 5 women: C(5,5)×C(4,0) = 1×1 = 1 [A1]
Total with at least 3 women: 60+20+1 = 81 [M1]
P(at least 3 women) = 81/126 = 9/14 [A1]