← Back to subjects
0
Edexcel GCSE Maths (1MA1) · Statistics
Mini-Lesson

Statistics

This mini-lesson covers the Statistics strand of Edexcel GCSE Maths (1MA1): the averages (mean, median, mode) and range, frequency tables, grouped data & the estimated mean, cumulative frequency & the median, box plots (quartiles & IQR), scatter graphs & correlation, and sampling.

Mon Tue Wed Thu summarise data with an average and a spread
Statistics is about summarising data: a measure of the centre (average) and a measure of spread.

Work through each screen, answer the questions as you go (most are calculations) and collect ⭐ stars. Press Start when you're ready.

Averages

Mean, median, mode & range

The three averages each describe the centre of a data set in a different way; the range measures how spread out it is.

mean = Σx ÷ nΣx = sum of all the values · n = how many values there are
  • Mean — add up all the values, divide by how many there are.
  • Median — put the values in order, take the middle one.
  • Mode — the value that appears most often.
  • Range — largest value − smallest value (a measure of spread, not an average).
Worked example — the set 4, 7, 7, 9, 13

Mean: (4 + 7 + 7 + 9 + 13) ÷ 5 = 40 ÷ 5 = 8

Median: already in order → middle (3rd) value = 7

Mode: 7 appears twice → mode = 7

Range: 13 − 4 = 9

Don't mix them up: the median needs the data ordered first, and the range is a measure of spread — it is not an average.

Calculate

Your turn — the mean

1Find the mean of 4, 7, 7, 9, 13.
Hint: add them up (4+7+7+9+13 = 40), then divide by 5.
Calculate

Your turn — the median

2Find the median of 4, 7, 7, 9, 13.
Hint: the data is already in order — pick the middle (3rd) value.
Quick check

Which average is this?

?Which average is found by ordering the data and taking the middle value?
Calculate

Your turn — the mode

3Find the mode of 4, 7, 7, 9, 13.
Hint: which value appears most often?
Calculate

Your turn — the range

4Find the range of 4, 7, 7, 9, 13.
Hint: largest − smallest = 13 − 4.
Frequency tables

Averages from a frequency table

A frequency table records how many times each value occurs. To find the mean, add an fx column (value × frequency), then divide by the total frequency.

mean = Σ(fx) ÷ ΣfΣ(fx) = sum of (value × frequency) · Σf = total frequency
Worked example

Values: 10 (frequency 2), 20 (frequency 3), 30 (frequency 5).

fx column: 10×2 = 20,  20×3 = 60,  30×5 = 150

Σ(fx) = 20 + 60 + 150 = 230,  Σf = 2 + 3 + 5 = 10

Mean = 230 ÷ 10 = 23

Common slip: divide by the total frequency (10), not by the number of different values (3). Every repeat counts.

Grouped data

Grouped data & the estimated mean

When data is in class intervals (e.g. 0–10, 10–20) we don't know the exact values, so we use the midpoint of each class as a stand-in. The mean we get is an estimate.

estimated mean = Σ(f × midpoint) ÷ Σfmidpoint = (lower boundary + upper boundary) ÷ 2
Worked example — finding a midpoint

For the class 0 ≤ x < 20, the midpoint is (0 + 20) ÷ 2 = 10.

Multiply each midpoint by its frequency, add them up, then divide by the total frequency — exactly like a normal frequency table.

Why "estimated"? Using the midpoint assumes values are evenly spread inside each class, which usually isn't exactly true — so the answer is an estimate.

Calculate

Your turn — estimated mean

5A frequency table has midpoint values 10 (frequency 2), 20 (frequency 3) and 30 (frequency 5). Work out the mean.
Hint: Σ(fx) ÷ Σf = (10×2 + 20×3 + 30×5) ÷ (2+3+5) = 230 ÷ 10.
Cumulative frequency

Cumulative frequency & the median

A cumulative frequency is a running total of the frequencies. Plotting cumulative frequency against the upper boundary of each class gives an S-shaped curve you can read the median and quartiles from.

½n median cumulative frequency
For the median, read across from half the total frequency (½n) to the curve, then down.

Reading the median: go to ½n on the vertical axis (not on the data axis), read across to the curve, then straight down to the value.

Box plots & IQR

Box plots, quartiles & IQR

A box plot summarises a data set with five numbers: minimum, lower quartile (LQ), median, upper quartile (UQ) and maximum. The interquartile range measures the spread of the middle half:

IQR = UQ − LQthe range of the middle 50% of the data — less affected by extreme values
8 12 16 20 24 LQ = 12 median = 16 UQ = 20
Here LQ = 12 and UQ = 20, so IQR = 20 − 12 = 8.

Why the IQR? Unlike the range, it ignores the extreme minimum and maximum, so a single outlier doesn't distort it.

Calculate

Your turn — interquartile range

6A box plot has a lower quartile of 12 and an upper quartile of 20. Find the interquartile range (IQR).
Hint: IQR = UQ − LQ = 20 − 12.
Match game

Statistic ⇄ its value

Tap a statistic on the left, then its matching value on the right.

Scatter graphs

Scatter graphs & correlation

A scatter graph plots two variables together to show whether they are related. The pattern of points describes the correlation:

  • Positive — as one goes up, the other goes up (points slope up).
  • Negative — as one goes up, the other goes down (points slope down).
  • No correlation — no clear pattern.
as x increases, y increases → positive correlation
These points slope upward: a positive correlation. A line of best fit follows the trend.

Correlation is not cause: a strong correlation does not prove one variable causes the other — they may just be linked to something else.

Quick check

Name the correlation

?On a scatter graph, as one variable increases the other decreases. What correlation is this?
Sampling

Sampling

A population is the whole group you're interested in; a sample is the smaller part you actually collect data from. A good sample is random and representative, so conclusions can be generalised to the population.

  • Random sample — every member of the population has an equal chance of being chosen.
  • Bias — a sample that is not representative gives misleading results.
  • Bigger samples are generally more reliable, but cost more to collect.

Why sample? Surveying an entire population (a census) is often too slow or expensive, so a well-chosen sample lets us estimate results efficiently.

Sort it

Average or spread?

Some statistics describe the centre of the data; others describe the spread. Tap a statistic, then tap the box it belongs in.

🎯 Average (central)

↔️ Spread

Recap

The whole Statistics strand

Averages: mean = Σx ÷ n; median = middle of ordered data; mode = most common; range = max − min.

Frequency tables: mean = Σ(fx) ÷ Σf — divide by the total frequency.

Grouped data: use midpoints for an estimated mean, Σ(f × midpoint) ÷ Σf.

Cumulative frequency: running total; read the median across from ½n on the curve.

Box plots: min, LQ, median, UQ, max; IQR = UQ − LQ.

Scatter graphs: positive, negative or no correlation; correlation ≠ cause.

Sampling: a random, representative sample avoids bias.

You've covered the whole Statistics strand of Edexcel 1MA1. Press Finish to see your score.

🏆

Mini-lesson complete!

⭐⭐⭐

You've worked through Statistics for Edexcel GCSE Maths (1MA1). 🎉

Your stars: 0 / 0

Next: test yourself in the Evaluate stage Confidence Quiz, then lock it in with Verify.

📣 Smashed it? Share your score

Challenge a mate to beat your stars, or show a parent how you got on.

→ Back to all subjects