Mathematics Β· AQA 8300 Β§S2

Tree Diagrams

πŸ“Œ Spec: AQA 8300 Β§S2 ⭐⭐⭐⭐ ⏱ 45 mins πŸ“‹ AQA Β· Edexcel Β· OCR Grade 9
  • Construct tree diagrams for two-event experiments (independent and dependent)
  • Calculate probabilities using the multiply-along, add-branches method
  • Handle without-replacement problems where probabilities change on the second draw
  • Use the complement rule to find P(at least one) = 1 βˆ’ P(none)
  • Extract conditional probabilities from completed tree diagrams

πŸ”‘ Core Concepts

A. Structure of a Tree Diagram

A tree diagram maps every possible sequence of outcomes from a multi-stage experiment. Each branch represents one possible outcome; the probability of that outcome labels the branch. Reading left-to-right traces a single scenario through the experiment.

πŸ“–
DEFINITION β€” Tree Diagram
A branching diagram showing all possible outcomes of two or more successive events. Each branch is labelled with the probability of that outcome occurring, and all branches from a single node must sum to 1.
βœ—
COMMON MISTAKE β€” Branches Not Summing to 1
At every branch point the probabilities must add to exactly 1. If you write P(Red) = 3/8 on the first set of branches, the complementary branch must be P(Not Red) = 5/8 β€” not 5/9 or any other value.
🎯
EXAM TIP β€” Label Every Branch
Always write the probability on every branch β€” even the complementary one. Examiners award a mark for correctly labelling branches, so a missing label loses an easy mark.

B. Independent Events (With Replacement)

Two events are independent if the outcome of the first does not affect the probability of the second. This happens whenever you replace a selected item before making a second selection. On the tree diagram, every second-stage branch carries the same probability regardless of which first-stage branch you are on.

πŸ“–
DEFINITION β€” Independent Events
Events A and B are independent if $P(A \cap B) = P(A) \times P(B)$. The occurrence of A does not change the probability of B.
AND Rule β€” Multiply Along Branches
$$P(A \text{ and } B) = P(A) \times P(B)$$
$P(A)$ = probability of first event $P(B)$ = probability of second event
OR Rule β€” Add Result Branches
$$P(A \text{ or } B) = P(A) + P(B) \quad \text{(mutually exclusive outcomes)}$$
Add the end-of-branch probabilities for all routes that give the desired outcome
🎯
EXAM TIP β€” AND = Γ— , OR = +
"The probability it rains on both days" β†’ multiply. "The probability it rains on at least one day" β†’ identify all routes that satisfy the condition, multiply along each, then add the results together.

C. Dependent Events (Without Replacement)

When items are not replaced, the pool from which the second item is drawn is smaller. Both the numerator and denominator of the probability fraction may change depending on which branch you took on the first draw.

πŸ“–
DEFINITION β€” Dependent Events (Without Replacement)
Events are dependent when the outcome of the first event changes the sample space for the second event. If a bag contains $n$ items and one is removed without replacement, the second draw comes from $n - 1$ items.
Without Replacement β€” Second Draw Probability
$$P(\text{2nd draw} \mid \text{1st draw}) = \frac{\text{remaining items of that type}}{n - 1}$$
$n$ = total items in the bag before any draw After drawing one item, total becomes $n-1$ If the same type was drawn first, its count drops by 1
βœ—
COMMON MISTAKE β€” Forgetting to Reduce the Denominator
Students often write P(Red 2nd | Red 1st) = 3/8 instead of 2/7 (from a bag of 3 red, 5 blue, total 8). After removing a red ball, there are only 7 left. The denominator must be 7, not 8.
🎯
EXAM TIP β€” Write the Reduced Fraction Correctly
Write fractions on the second-stage branches as reduced totals. Each branch from a single node must still sum to 1 β€” this is your check. For example, after drawing Red from {3R, 5B}: P(R|R)=2/7 and P(B|R)=5/7, which sum to 7/7 = 1. βœ“

D. Complement Rule β€” P(at least one)

Finding "at least one" directly often means adding many separate routes. The complement method is almost always faster: P(at least one success) = 1 βˆ’ P(zero successes). P(none) is a single path along the tree β€” multiply its branches.

Complement Rule
$$P(\text{at least one}) = 1 - P(\text{none})$$
$P(\text{none})$ = probability of every event failing = multiply the "failure" branches
🧠
MEMORY TRICK β€” "Everything Left Over"
Think of probability as a full pie (value 1). If you take away the slice that represents "none", everything left in the pie represents "at least one". So slice off P(none) and keep the rest.

E. Conditional Probability from Tree Diagrams

Conditional probability $P(B \mid A)$ asks: "Given that A has already happened, what is the probability of B?" On a tree diagram, you restrict your view to the branches where A occurred, then look at B's sub-branches.

Conditional Probability Formula
$$P(B \mid A) = \frac{P(A \cap B)}{P(A)}$$
$P(A \cap B)$ = probability of both A and B (multiply along branch) $P(A)$ = total probability of A occurring (sum all branches where A occurs)
🎯
EXAM TIP β€” Reading Conditional Probability from a Tree
For $P(B \mid A)$: (1) Identify all outcomes where A happened. (2) Of those, identify which also have B. (3) Divide P(A and B) by P(A). You can often read the conditional probability directly off the second-stage branch β€” if the tree was drawn as a dependent/conditional structure.

F. Three-Event Tree Diagrams

For three-stage experiments, the tree gains a third set of branches. The rules are identical: multiply along branches for AND, add across branches for OR. The total number of end-paths = (branches at stage 1) Γ— (branches at stage 2) Γ— (branches at stage 3). All end-path probabilities must sum to 1.

⚠️
IMPORTANT β€” Check: All Ends Sum to 1
With a fair coin flipped three times there are $2^3 = 8$ end-paths, each with probability $\frac{1}{8}$, summing to 1. Always verify your tree by totalling all end-path probabilities β€” if you don't get 1, an error exists.

G. Frequency Trees vs Probability Trees

A frequency tree (also called a tree diagram with frequencies) uses actual counts rather than probabilities on branches. They are read differently: divide a node's branch-count by the node's total to find a probability.

πŸ“–
DEFINITION β€” Frequency Tree
A tree diagram where branch labels are counts (frequencies) rather than probabilities. The counts at each node must add up to the parent node's count. To convert to a probability tree, divide each branch count by its parent node count.
Feature Probability Tree Frequency Tree
Branch labelsFractions/decimals (0–1)Integer counts
Node values sumSum of branches = 1Sum of branches = parent count
Finding probabilityMultiply along branchesDivide branch count by root total
Typical useGiven probabilitiesGiven survey/experiment data
AQA exam useMain tree questionsSometimes in data/statistics context

H. Algebraic Probabilities in Trees (Grade 9)

At Grade 9, the probability on a branch may be given as an algebraic expression such as $x$ or $\frac{x}{10}$. Since all branches from a node sum to 1, you can form an equation to find $x$, then substitute back to read off all probabilities.

✏️
WORKED EXAMPLE β€” Algebraic Setup
A bag contains only red and blue counters. P(red) = $x$, P(blue) = $3x - 0.2$. Since the branches sum to 1: $x + (3x - 0.2) = 1 \Rightarrow 4x = 1.2 \Rightarrow x = 0.3$. So P(red) = 0.3 and P(blue) = 0.7.

πŸ—ΊοΈ Visual Notes

Tree Diagrams
🌿 Structure Rules
  • Branch from each node for every outcome
  • All branches at a node sum to 1
  • Label every branch with its probability
  • Total end-paths must also sum to 1
βœ–οΈ AND β€” Multiply
  • Multiply along a single path
  • Gives P(sequence of outcomes)
  • Works for both independent & dependent
  • Denominator changes without replacement
βž• OR β€” Add
  • Add end-path probabilities
  • Identify all paths meeting the condition
  • End-paths are mutually exclusive
  • So simple addition is valid
πŸ”„ Without Replacement
  • Denominator becomes $n-1$ on 2nd draw
  • Numerator decreases if same type drawn
  • Different 2nd-stage fractions on each branch
  • Check: each node's branches still sum to 1
πŸ” Complement
  • P(at least 1) = 1 βˆ’ P(none)
  • P(none) = single path (all failures)
  • Saves adding multiple paths
  • Most efficient for Grade 9 questions
πŸŽ“ Grade 9 Extensions
  • Three-event trees
  • Conditional probability $P(B|A)$
  • Algebraic probabilities on branches
  • P(exactly $k$ successes)

Decision Process: Solving Any Tree Diagram Problem

Read the question: How many events? With or without replacement?
β†’
Draw the tree: branches for each outcome at every stage, label every branch
β†’
Check: do all branches at each node sum to 1?
β†’
Identify which end-paths satisfy the condition asked
β†’
Multiply along each qualifying path
β†’
Add the path-probabilities together for OR / "at least" (or use complement)
β†’
State answer clearly, simplified fraction or decimal as required

Annotated Two-Event Tree (With Replacement)

Start Β³β„β‚ˆ Red β΅β„β‚ˆ Blue Β³β„β‚ˆ RR = ⁹⁄₆₄ β΅β„β‚ˆ RB = ¹⁡⁄₆₄ Β³β„β‚ˆ BR = ¹⁡⁄₆₄ β΅β„β‚ˆ BB = ²⁡⁄₆₄ Sum = ⁢⁴⁄₆₄ = 1 βœ“ Label each branch with P Multiply along path

With vs Without Replacement β€” Probability Comparison

Bag: 3 red, 5 blue (8 total). Two draws.

Outcome With Replacement Without Replacement
P(Red, Red)$\frac{3}{8} \times \frac{3}{8} = \frac{9}{64}$$\frac{3}{8} \times \frac{2}{7} = \frac{6}{56} = \frac{3}{28}$
P(Red, Blue)$\frac{3}{8} \times \frac{5}{8} = \frac{15}{64}$$\frac{3}{8} \times \frac{5}{7} = \frac{15}{56}$
P(Blue, Red)$\frac{5}{8} \times \frac{3}{8} = \frac{15}{64}$$\frac{5}{8} \times \frac{3}{7} = \frac{15}{56}$
P(Blue, Blue)$\frac{5}{8} \times \frac{5}{8} = \frac{25}{64}$$\frac{5}{8} \times \frac{4}{7} = \frac{20}{56} = \frac{5}{14}$
Sum$\frac{64}{64} = 1$ βœ“$\frac{56}{56} = 1$ βœ“

✏️ Worked Examples

Grade 4–5 Β· Independent Events
Question: A fair coin is flipped twice. Draw a tree diagram and find the probability of getting exactly one Head.
1
Identify the experiment
Two flips, each with outcomes H or T. Since the coin is fair and each flip is independent (one flip doesn't affect the next), every branch probability is $\frac{1}{2}$.
2
Draw and label the tree
First flip: two branches H ($\frac{1}{2}$) and T ($\frac{1}{2}$). From each, two more branches H ($\frac{1}{2}$) and T ($\frac{1}{2}$). Four end-paths: HH, HT, TH, TT.
3
Identify qualifying paths
"Exactly one Head" means HT or TH (one H and one T in either order).
4
Multiply along each qualifying path
$$P(\text{HT}) = \frac{1}{2} \times \frac{1}{2} = \frac{1}{4}$$ $$P(\text{TH}) = \frac{1}{2} \times \frac{1}{2} = \frac{1}{4}$$
5
Add the two paths (OR)
$$P(\text{exactly one Head}) = \frac{1}{4} + \frac{1}{4} = \frac{1}{2}$$
Answer: $P(\text{exactly one Head}) = \dfrac{1}{2}$
Grade 6–7 Β· Without Replacement
Question: A bag contains 4 green and 6 yellow counters. Two counters are selected without replacement. Find the probability that both counters are the same colour.
1
Set up first-draw probabilities
Total = 10 counters. $P(\text{Green 1st}) = \frac{4}{10}$, $P(\text{Yellow 1st}) = \frac{6}{10}$.
2
Set up second-draw probabilities (without replacement β†’ denominator 9)
  • If Green drawn 1st: 3G, 6Y remain. $P(G|G) = \frac{3}{9}$, $P(Y|G) = \frac{6}{9}$.
  • If Yellow drawn 1st: 4G, 5Y remain. $P(G|Y) = \frac{4}{9}$, $P(Y|Y) = \frac{5}{9}$.
Check: $\frac{3}{9} + \frac{6}{9} = 1$ βœ“ and $\frac{4}{9} + \frac{5}{9} = 1$ βœ“
3
Identify "same colour" paths: GG and YY
$$P(\text{GG}) = \frac{4}{10} \times \frac{3}{9} = \frac{12}{90}$$ $$P(\text{YY}) = \frac{6}{10} \times \frac{5}{9} = \frac{30}{90}$$
4
Add the two paths
$$P(\text{same colour}) = \frac{12}{90} + \frac{30}{90} = \frac{42}{90} = \frac{7}{15}$$
Answer: $P(\text{same colour}) = \dfrac{7}{15}$
Grade 9 Β· Three Events + Complement
Question: The probability that a student passes a driving theory test on any single attempt is 0.7, independently each time. The student attempts the test up to three times. Find the probability that the student passes on at least one of the three attempts.
1
Recognise the complement method is most efficient
"At least one pass" = 1 βˆ’ P(fail all three). Finding P(fail all three) requires just one path multiplication.
2
State the probability of failure on each attempt
P(pass) = 0.7, so P(fail) = 1 βˆ’ 0.7 = 0.3 on each attempt.
3
Multiply along the "fail all three" path
$$P(\text{fail all 3}) = 0.3 \times 0.3 \times 0.3 = 0.3^3 = 0.027$$
4
Apply the complement
$$P(\text{at least one pass}) = 1 - 0.027 = 0.973$$
5
Verify by direct method (synoptic check)
The full three-event tree has $2^3 = 8$ end-paths. Paths with at least one P: PPP, PPF, PFP, FPP, PFF, FPF, FFP (7 paths). $$\sum = 0.343 + 0.063 + 0.063 + 0.063 + 0.021 + 0.021 + 0.021 + ... \text{ sum all 7} = 0.973$$ βœ“
Answer: $P(\text{at least one pass}) = 0.973$
The complement method is far quicker than listing all 7 paths β€” this is the Grade 9 approach examiners expect.

❓ Exam Questions

Q1 1 mark

A spinner has three equal sections labelled 1, 2, 3. It is spun once. Write down the probability that the spinner lands on 2.

Answer: $P(2) = \dfrac{1}{3}$
Mark scheme: B1 for $\frac{1}{3}$ (or equivalent decimal 0.33… or percentage 33.3%).
Q2 2 marks

A fair coin is flipped and a fair six-sided die is rolled. Using a tree diagram or otherwise, find the probability of getting a Head and a 6.

Method: Events are independent. $P(\text{Head}) = \frac{1}{2}$, $P(6) = \frac{1}{6}$.
$$P(\text{Head and 6}) = \frac{1}{2} \times \frac{1}{6} = \frac{1}{12}$$ Mark scheme: M1 for multiplying the two probabilities. A1 for $\frac{1}{12}$.
Q3 3 marks

A bag contains 5 red balls and 3 white balls. One ball is picked at random, its colour noted, and it is not replaced. A second ball is then picked. Complete the tree diagram and find the probability that the two balls are different colours.

First draw: P(Red) = $\frac{5}{8}$, P(White) = $\frac{3}{8}$.
Second draw (dependent):
After Red: P(R|R) = $\frac{4}{7}$, P(W|R) = $\frac{3}{7}$.
After White: P(R|W) = $\frac{5}{7}$, P(W|W) = $\frac{2}{7}$.
Different colours = RW or WR:
$$P(\text{RW}) = \frac{5}{8} \times \frac{3}{7} = \frac{15}{56}$$ $$P(\text{WR}) = \frac{3}{8} \times \frac{5}{7} = \frac{15}{56}$$ $$P(\text{different}) = \frac{15}{56} + \frac{15}{56} = \frac{30}{56} = \frac{15}{28}$$ Mark scheme: B1 for correct second-stage probabilities (denominators of 7). M1 for identifying and multiplying both paths. A1 for $\frac{15}{28}$.
Q4 4 marks

The probability that Amara is late to school on any given day is 0.15, independently. Find the probability that Amara is late on at least one day in a two-day period (Monday and Tuesday).

Method 1 β€” Complement (efficient):
P(not late on one day) = 1 βˆ’ 0.15 = 0.85
P(not late on either day) = 0.85 Γ— 0.85 = 0.7225
P(at least one day late) = 1 βˆ’ 0.7225 = 0.2775

Method 2 β€” Direct (all 3 qualifying paths):
P(Late, Not late) = 0.15 Γ— 0.85 = 0.1275
P(Not late, Late) = 0.85 Γ— 0.15 = 0.1275
P(Late, Late) = 0.15 Γ— 0.15 = 0.0225
Total = 0.1275 + 0.1275 + 0.0225 = 0.2775 βœ“

Mark scheme: M1 for P(not late) = 0.85. M1 for 0.85Β² or equivalent. M1 for 1 βˆ’ their P(none). A1 for 0.2775.
Q5 6 marks

A box contains $n$ chocolates: 4 are dark chocolate and the rest are milk chocolate. Two chocolates are taken at random without replacement. The probability that both chocolates are dark is $\dfrac{2}{15}$. Find the value of $n$.

Step 1 β€” Write an expression for P(both dark):
$$P(\text{dark 1st}) = \frac{4}{n}, \quad P(\text{dark 2nd} \mid \text{dark 1st}) = \frac{3}{n-1}$$ $$P(\text{both dark}) = \frac{4}{n} \times \frac{3}{n-1} = \frac{12}{n(n-1)}$$
Step 2 β€” Set equal to $\frac{2}{15}$:
$$\frac{12}{n(n-1)} = \frac{2}{15}$$
Step 3 β€” Cross-multiply and solve:
$$12 \times 15 = 2 \times n(n-1)$$ $$180 = 2n(n-1)$$ $$n(n-1) = 90$$ $$n^2 - n - 90 = 0$$ $$(n-10)(n+9) = 0$$ $$n = 10 \quad (\text{since } n > 0)$$
Mark scheme: M1 setting up $\frac{4}{n} \times \frac{3}{n-1}$. M1 equating to $\frac{2}{15}$. M1 forming quadratic. M1 factorising. A1 for $n = 10$. B1 for rejecting negative root with reason.
Q6 4 marks

In a school survey, 200 students were asked whether they study Maths (M) and whether they study a Science (S). 130 study Maths; of those, 90 also study a Science. 30 students study neither. Use a frequency tree to find the probability that a randomly chosen student studies a Science but not Maths.

Build the frequency tree:
Total = 200. Study Maths: 130. Don't study Maths: 70.
Study Maths AND Science: 90. Study Maths only: 40.
Study neither: 30. So study Science but not Maths: 200 βˆ’ 130 βˆ’ 30 = 40.
(Check: Science only = 40. Total studying Science = 90 + 40 = 130.)

$$P(\text{Science but not Maths}) = \frac{40}{200} = \frac{1}{5}$$
Mark scheme: M1 setting up frequency tree correctly. B1 Science not Maths = 40. M1 forming probability. A1 $\frac{1}{5}$.

⭐ Grade 9 Model Answers

⚠️
Full Annotated Solution β€” Q5 (Algebraic Without Replacement)

This question requires forming a probability expression with algebra, solving a quadratic, and justifying the rejection of a negative root. These are the hallmarks of a Grade 9 question.

Grade 9 Full Model Answer β€” Q5
A box contains $n$ chocolates: 4 are dark chocolate and the rest are milk chocolate. Two chocolates are taken without replacement. $P(\text{both dark}) = \frac{2}{15}$. Find $n$.
1
Identify: dependent events, algebraic numerators and denominators
Because items are removed without replacement, each draw changes the available pool. Since the total is $n$ (unknown), every probability contains $n$ as the denominator. This signals an algebraic equation is needed.
2
Write the probability expression
The first dark chocolate is chosen from $n$ items, 4 of which are dark: $$P(\text{dark 1st}) = \frac{4}{n}$$ After one dark chocolate is removed, 3 dark remain from $n-1$ total: $$P(\text{dark 2nd} \mid \text{dark 1st}) = \frac{3}{n-1}$$ Multiply along the branch (AND rule): $$P(\text{both dark}) = \frac{4}{n} \cdot \frac{3}{n-1} = \frac{12}{n(n-1)}$$
3
Form and solve the equation
Set equal to the given probability: $$\frac{12}{n(n-1)} = \frac{2}{15}$$ Cross-multiply: $$12 \times 15 = 2 \times n(n-1)$$ $$180 = 2n^2 - 2n$$ $$n^2 - n - 90 = 0$$
4
Factorise the quadratic
Find two numbers that multiply to $-90$ and add to $-1$: these are $-10$ and $+9$. $$(n - 10)(n + 9) = 0$$ $$n = 10 \quad \text{or} \quad n = -9$$
5
Reject the negative root with a clear reason
Since $n$ represents a count of chocolates, $n$ must be a positive integer. Therefore $n = -9$ is rejected.
$n = 10$

Why each part earns marks:
β€’ Setting up $\frac{4}{n} \times \frac{3}{n-1}$ correctly β†’ demonstrates understanding of without-replacement AND the multiply rule (M1).
β€’ Equating to $\frac{2}{15}$ β†’ shows equation-forming skill (M1).
β€’ Correct expansion and rearrangement to $n^2 - n - 90 = 0$ β†’ algebraic manipulation (M1).
β€’ Correct factorisation β†’ quadratic solving (M1).
β€’ $n = 10$ β†’ final answer (A1).
β€’ Explicit rejection of $n = -9$ with reason β†’ shows mathematical rigour, the mark that separates Grade 8 from Grade 9 (B1).

πŸ“‹ Revision Sheet

Key Definitions
Tree DiagramBranching diagram showing all outcome sequences
Independent EventsP(A) unchanged by whether B occurred
Dependent EventsOne event's outcome changes P of the next
Without ReplacementItem removed; pool shrinks for next draw
Conditional ProbabilityP(B|A) β€” probability of B given A has occurred
Frequency TreeTree with counts rather than probabilities
ComplementP(event) = 1 βˆ’ P(event does not happen)
Essential Formulae

AND (multiply along branch):

$P(A \cap B) = P(A) \times P(B \mid A)$

OR (add qualifying paths):

$P(A \cup B) = \sum P(\text{qualifying paths})$

Complement:

$P(\text{at least 1}) = 1 - P(\text{none})$

Conditional Probability:

$P(B \mid A) = \dfrac{P(A \cap B)}{P(A)}$

Without Replacement (2nd draw):

denominator $= n - 1$

Memory Hooks
  • AND β†’ Γ— β€” "and" sounds like multiplication
  • OR β†’ + β€” "or" sounds like addition
  • All branches from a node β†’ sum to 1
  • All end-paths β†’ sum to 1
  • Without replacement: βˆ’1 downstairs
  • At least one = 1 βˆ’ none ("Everything but the failure path")
  • Conditional: restrict to A, then look at B
  • Frequency tree: divide count by parent to get P
Exam Tips
  • Label every single branch β€” marks are given for correct labels
  • Check all branch-sets sum to 1 before calculating
  • For "at least one" problems, always consider the complement first
  • State your method clearly β€” examiners award method marks
  • For "without replacement", write $\frac{k}{n-1}$ not $\frac{k}{n}$ on second stage
  • For algebraic trees, set up an equation and solve properly
  • Reject negative/impossible solutions with a stated reason
  • Final answers: simplify fractions unless told otherwise

πŸ”„ Flashcards

Click each card to flip it and reveal the answer.

βœ— Common Mistakes

βœ—
MISTAKE 1 β€” Adding Instead of Multiplying Along a Branch

What students do wrong: They write P(A and B) = P(A) + P(B), getting a value greater than 1 for common probabilities.

Why marks are lost: The answer is wrong and the method mark for "multiply along branch" is lost.

How to avoid it: AND = Γ— (along branch). You only add when combining separate path results (OR). Memorise: "walk along the branch, multiply; collect separate paths, add."

βœ—
MISTAKE 2 β€” Not Reducing the Denominator Without Replacement

What students do wrong: Writing $\frac{3}{8}$ on every second-stage branch even in a without-replacement problem (keeping the denominator as 8 instead of 7).

Why marks are lost: Both the method mark for correct second-stage branches and the accuracy mark are lost.

How to avoid it: Without replacement β†’ write "βˆ’1 downstairs" on the 2nd draw. Also check: after Green from {3G,5B}, the remaining total is 7, not 8.

βœ—
MISTAKE 3 β€” Forgetting to Update the Numerator as Well

What students do wrong: They reduce the denominator to $n-1$ but leave the numerator the same for the branch where the same type was drawn. For example, after drawing Red from {3R, 5B}, they write P(R|R) = 3/7 instead of 2/7.

Why marks are lost: Incorrect probabilities cascade through the entire calculation, losing all subsequent accuracy marks.

How to avoid it: Ask yourself: "Has the type I drew first decreased in the bag?" If yes, subtract 1 from the numerator too.

βœ—
MISTAKE 4 β€” Trying to Add All Paths for "At Least One" Problems

What students do wrong: They list all 7 out of 8 paths (in a three-event tree) and try to add them all, often making arithmetic errors or missing a path.

Why marks are lost: Even if the method is correct, an arithmetic slip means the final accuracy mark is dropped.

How to avoid it: Use the complement: P(at least one) = 1 βˆ’ P(none). "None" is always just one single path. Faster, cleaner, fewer errors.

βœ—
MISTAKE 5 β€” Leaving an Unsimplified Fraction

What students do wrong: They get $\frac{30}{56}$ and leave it unsimplified, or they give a decimal when a fraction is required.

Why marks are lost: The accuracy mark often requires "correct and simplified" form. AQA exam papers typically say "give your answer as a fraction in its simplest form."

How to avoid it: Always check whether the fraction simplifies (find HCF of numerator and denominator). $\frac{30}{56} = \frac{15}{28}$ since HCF(30, 56) = 2.

βœ—
MISTAKE 6 β€” Not Rejecting the Negative Root in Algebraic Problems

What students do wrong: They solve the quadratic, find $n = 10$ or $n = -9$, and circle both answers or simply write $n = 10$ without mentioning the negative root.

Why marks are lost: There is often a dedicated mark (B1) for stating that the negative root is rejected because $n$ must be positive (as a count or probability).

How to avoid it: Always write "reject $n = -9$ since $n$ is a number of items and must be positive." One sentence earns the mark.

βœ… Final Checklist

Click each item to mark it as complete. Your progress is saved automatically.

0 / 14
  • I can draw a two-event tree diagram, labelling all branches correctly
  • I can verify that all branches from each node sum to 1
  • I understand what "independent events" means and when it applies
  • I can set up a without-replacement tree, reducing the denominator to $n-1$
  • I remember to reduce the numerator when the same type is drawn again
  • I can multiply along branches to find P(A AND B)
  • I can identify all qualifying paths and add them to find P(A OR B)
  • I can use the complement to find P(at least one) = 1 βˆ’ P(none)
  • I can draw and read a three-event tree diagram
  • I can find conditional probability P(B|A) from a completed tree
  • I can set up an equation when branch probabilities are given algebraically
  • I know how to reject impossible solutions (negative counts) with a reason
  • I can read and complete a frequency tree, converting counts to probabilities
  • I can simplify all probability fractions and check my final answer is between 0 and 1