Skip to main content

Worked Solutions

Statistics & Probability — Worked Solutions (Year 10 Maths)

By Keshav · Intuition tutor 1 min read

Created with Intu AI

Studying this? See our Year 10 Maths course →

Worked examples for Year 10 Maths Statistics & Probability. Each shows where the marks are awarded, the key idea, and the full solution explained by your choice of tutor — Stella, Ella or Cassie.

How to use these

Try each question first, then check your working. Use the tutor tabs to read the full solution in the style that suits you: Stella is direct and challenging, Ella is warm and explains the why, and Cassie is concise and analytical.

Example 1 — Box plots and the IQR

Standard 4 marks

Question

The reaction times (in seconds) of $11$ students are: $4, 5, 5, 6, 7, 8, 8, 9, 10, 12, 18$. Find the five-number summary and the interquartile range, then determine whether $18$ is an outlier using the $1.5 \times \text{IQR}$ rule.

Solution

The data is already in order, and there are $11$ values, so the median is the $6$th: $Q_2 = 8$.

Split off the median. The lower half is the first five values $4, 5, 5, 6, 7$, so $Q_1$ is the middle one $= 5$. The upper half is $8, 9, 10, 12, 18$, so $Q_3 = 10$. Minimum $= 4$, maximum $= 18$.

Five-number summary: $4,\ 5,\ 8,\ 10,\ 18$. IQR $= Q_3 - Q_1 = 10 - 5 = 5$.

Outlier test: upper fence $= Q_3 + 1.5 \times \text{IQR} = 10 + 7.5 = 17.5$. Since $18 > 17.5$, yes — $18$ is an outlier.

Where the marks go

  • 1 mark: Correct median $Q_2 = 8$
  • 1 mark: Correct quartiles $Q_1 = 5$ and $Q_3 = 10$
  • 1 mark: Correct IQR $= 5$
  • 1 mark: Applies the $1.5 \times \text{IQR}$ rule and concludes $18$ is an outlier

Key idea

Find the median first, then the quartiles from each half; the IQR measures the middle spread, and a value beyond $Q_3 + 1.5 \times \text{IQR}$ is an outlier.

Example 2 — Tree diagrams and conditional probability

Standard 4 marks

Question

A bag contains $3$ red and $5$ blue marbles. Two marbles are drawn without replacement. Find the probability that both are red, and the probability that the second is red given the first was red.

Solution

Without replacement means the second draw depends on the first, so the denominator drops by one.

First draw red: $P = \tfrac{3}{8}$. After removing one red, $2$ red remain out of $7$, so second red: $P = \tfrac{2}{7}$.

Both red: multiply along the branch, $\tfrac{3}{8} \times \tfrac{2}{7} = \tfrac{6}{56} = \tfrac{3}{28}$.

The conditional probability $P(\text{2nd red} \mid \text{1st red})$ is exactly that second-branch value, $\tfrac{2}{7}$. Once the first red is fixed, only $7$ marbles and $2$ reds are left.

Where the marks go

  • 1 mark: Correct first-draw probability $\tfrac{3}{8}$
  • 1 mark: Reduces totals correctly for the second draw $\tfrac{2}{7}$
  • 1 mark: Multiplies along the branch for $P(\text{both red}) = \tfrac{3}{28}$
  • 1 mark: States the conditional probability $\tfrac{2}{7}$

Key idea

Without replacement, reduce both the favourable count and the total for the second draw; multiply along a branch for 'and', and the conditional probability is just that second branch.