# Statistical Measures

> Edexcel International GCSE Mathematics A · 4MA1
> Source: https://www.owlsprep.com/study/edexcel-igcse-math-a-s6-statistical-measures/

This guide covers all statistical measures required for Edexcel IGCSE Mathematics A (4MA1), including averages, range, grouped data calculations, and Higher Tier-only IQR and cumulative frequency estimation.

**Prerequisites:** [Basic arithmetic operations with decimals and fractions](https://www.owlsprep.com/study/edexcel-igcse-math-a-s1-arithmetic/); [Cumulative frequency diagrams](https://www.owlsprep.com/study/edexcel-igcse-math-a-s6-cumulative-frequency/)

## Learning objectives

- Calculate mean, median, mode and range for discrete data sets
- Estimate the mean and identify modal class for grouped data
- Understand measures of spread including range and interquartile range (IQR)
- Estimate median and IQR from cumulative frequency diagrams (Higher Tier only)

## Measures of Central Tendency for Discrete Data

**Exam command terms**

Common command terms for this topic:

- **Calculate** — Show all working to get a numerical answer *(Calculate the mean of the data set.)*

- **State** — Give the answer with no working required *(State the mode of the data set.)*

**Measures of Central Tendency** — Single values that describe the middle or typical value of a data set. The three core measures for IGCSE are mean, median and mode.

For discrete data, first order values from smallest to largest before calculating the median. The mode is the most frequently occurring value, and the mean is calculated as $\frac{\sum x}{n}$, where $\sum x$ is the sum of all data points and $n$ is the total number of values.

**Worked example:** Calculate the mean, median and mode for the data set: 5, 7, 3, 5, 9, 2, 5

1. Step 1: Order the data set: 2, 3, 5, 5, 5, 7, 9. Total number of values $n=7$.
2. $$Mean = \frac{\sum x}{n} = \frac{2+3+5+5+5+7+9}{7} = \frac{36}{7} ≈ 5.14$$
3. Step 2: Median position = $\frac{n+1}{2} = 4$th value. The 4th value in the ordered list is 5, so median = 5.
4. Step 3: Mode is the most frequent value: 5 appears 3 times, so mode = 5.

> **Exam tip:** Always order discrete data before finding the median. You will lose marks if you calculate the median from an unordered list.

*Calculator:* allowed

## Grouped Data Calculations

**Grouped Data** — Data organised into class intervals, used for large data sets where individual values are not listed. All calculations for grouped data are estimates.

You cannot calculate an exact mean for grouped data, so you use the midpoint of each class interval to represent all values in that class. The modal class is the interval with the highest frequency (or highest frequency density for unequal class widths).

**Worked example:** The table below shows marks scored by 20 students. Calculate the estimated mean and state the modal class.

| Mark interval | Frequency |
|---------------|-----------|
| 0-10 | 2 |
| 11-20 | 5 |
| 21-30 | 8 |
| 31-40 | 4 |
| 41-50 | 1 |

1. Step 1: Find midpoints of each class interval: 5, 15.5, 25.5, 35.5, 45.5.
2. $$\sum(f \times midpoint) = (2 \times 5) + (5 \times 15.5) + (8 \times 25.5) + (4 \times 35.5) + (1 \times 45.5) = 479$$
3. $$Estimated mean = \frac{\sum(f \times midpoint)}{\sum f} = \frac{479}{20} = 23.95$$
4. Step 2: The interval with the highest frequency is 21-30, so modal class = 21-30.

> **Exam tip:** Always explicitly state that your grouped mean is an estimate, as marks are awarded for this clarification in exams.

*Calculator:* allowed

## Measures of Spread

**Measure of Spread** — A value that describes how dispersed data points are in a set. For IGCSE, these include range (Foundation + Higher) and interquartile range (IQR, Higher only).

Range is the difference between the largest and smallest value in a data set, easy to calculate but sensitive to extreme outliers. For Higher Tier, IQR is the difference between the upper quartile (75th percentile) and lower quartile (25th percentile), and is not affected by outliers.

**Worked example:** For the ordered data set: 2, 3, 5, 5, 5, 7, 9, calculate the range and (Higher Tier only) the interquartile range.

1. $$Range = largest value - smallest value = 9 - 2 = 7$$
2. (Higher only) Step 1: Lower quartile position = $\frac{n+1}{4} = 2$nd value = 3. Upper quartile position = $\frac{3(n+1)}{4} = 6$th value =7.
3. $$IQR = upper quartile - lower quartile = 7 - 3 = 4$$

> **Exam tip:** For discrete ungrouped data, use $\frac{n+1}{4}$ and $\frac{3(n+1)}{4}$ to find quartile positions as per Edexcel specification.

*Calculator:* allowed

## Higher Tier: Median and IQR from Cumulative Frequency Diagrams

To estimate median and IQR from a pre-drawn cumulative frequency (CF) diagram, use the $\frac{n}{4}$, $\frac{n}{2}$ and $\frac{3n}{4}$ cumulative frequency positions, where $n$ is total frequency. Draw horizontal construction lines from these CF values to the curve, then down to the x-axis to read the corresponding values.

**Worked example:** A cumulative frequency diagram shows the heights of 80 students. Estimate the median and interquartile range from the diagram.

1. Step 1: Total frequency $n=80$. Median CF value = $\frac{80}{2}=40$. Draw a line from CF=40 to the curve, then to the x-axis: median height = 165 cm.
2. Step 2: Lower quartile CF value = $\frac{80}{4}=20$, read x-value = 160 cm. Upper quartile CF value = $\frac{3*80}{4}=60$, read x-value = 172 cm.
3. $$IQR = 172 - 160 = 12 cm$$

> **Exam tip:** Always draw visible construction lines on cumulative frequency diagrams when estimating values, as marks are awarded for correct working even if your final reading is slightly off.

*Calculator:* allowed

## Common pitfalls

- **Wrong:** Calculating median from unordered discrete data
  - Why it fails: The median is the middle value of an ordered data set, so unordered data gives an incorrect middle value
  - Correct: Always sort discrete data from smallest to largest before finding the median
- **Wrong:** Presenting grouped mean as an exact value
  - Why it fails: Grouped data uses midpoints to approximate individual values, so the result is not exact
  - Correct: Explicitly state that the grouped mean is an estimate in your answer
- **Wrong:** Using $\frac{n+1}{2}$ for median position on cumulative frequency diagrams
  - Why it fails: Edexcel specification requires using $n/2$, $n/4$ and $3n/4$ for CF diagram estimates, not $(n+1)$ versions
  - Correct: For CF diagrams, use $n/2$ for median, $n/4$ for lower quartile, $3n/4$ for upper quartile
- **Wrong:** Confusing mode and modal class
  - Why it fails: Mode applies to discrete individual values, modal class applies to grouped data intervals
  - Correct: State mode for discrete data, state the full class interval for modal class for grouped data
- **Wrong:** Calculating range as smallest value minus largest value
  - Why it fails: Range is always a positive value measuring the spread between extreme values
  - Correct: Subtract the smallest value from the largest value to get range

## Cheatsheet

| Measure | Foundation Tier Calculation | Higher Tier Additions |
| --- | --- | --- |
| Mean (discrete) | $\frac{\sum x}{n}$ | Same as Foundation |
| Median (discrete) | $\frac{n+1}{2}$-th value of ordered data | Same as Foundation; estimate from CF at $n/2$ |
| Mode / Modal Class | Mode = most frequent value; Modal class = highest frequency interval | Same as Foundation |
| Range | Largest value - smallest value | Same as Foundation |
| Estimated mean (grouped) | $\frac{\sum(f \times midpoint)}{\sum f}$ | Same as Foundation |
| Interquartile Range | Not required | $Q_3 - Q_1$; discrete: $\frac{3(n+1)}{4}$th - $\frac{n+1}{4}$th value; CF: read at $3n/4$ and $n/4$, subtract |

## What's next

Now that you have mastered statistical measures, you can apply these skills to solve complex statistics problems in your Edexcel IGCSE Maths A exam. These measures are often tested alongside cumulative frequency diagrams, probability, and data representation questions. Practice both Foundation and Higher Tier (if applicable) past paper questions to reinforce your understanding, and pay close attention to command terms like 'calculate', 'estimate' and 'state' to meet exam requirements.

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/edexcel-igcse-math-a-s6-statistical-measures/
