Back to Statistics and Probability

Higher Applications of Mathematics

Averages and spread

Summarising data using centre and variation.

Before you start

  • Be confident reading values from tables and graphs.
  • Check units, sample size and what each variable represents.
  • Use context in written answers, especially when interpreting results.

Method chooser

Which statistics method do I use?

Statistics lesson

Key idea

  • This topic focuses on summarising centre and variation using mean, median, standard deviation and IQR. In Higher Applications, the aim is to use statistical methods to make careful decisions from real data.
  • Good statistical work has three parts: choose a suitable method, carry it out accurately, then explain what the result means in the situation.
  • When writing conclusions, use cautious language such as 'this suggests' or 'there is evidence to suggest'. Data can support a conclusion, but it rarely proves it completely.

Key formulae, definitions and methods

  • Mean = total / number of values.
  • Median is the middle value when data is ordered.
  • IQR = upper quartile - lower quartile; standard deviation measures typical distance from the mean.

Technology output practice

Interpreting statistical output

Read the simulated output, pick out the key value, then turn it into a written conclusion. This is a learning preview, not a real RStudio environment.

Context

Summary statistics output

A class compares journey times to a sports venue, measured in minutes.

Simulated output

> summary(travel$minutes)
Min.   1st Qu.   Median   Mean   3rd Qu.   Max.
18.0     26.0      30.5    31.4     36.0    48.0

> sd(travel$minutes)
[1] 6.8
Mean31.4
Median30.5
Standarddeviation 6.8

Mean

31.4 min

The average journey time in the sample.

Median

30.5 min

Half the journeys were shorter than this and half were longer.

Standard deviation

6.8 min

A typical spread from the mean; smaller would mean more consistent times.

What it means

The typical journey took just over 30 minutes. The standard deviation shows there was some variation, so one journey time should not be treated as exact for everyone.

What to write

The mean journey time was 31.4 minutes and the median was 30.5 minutes, so a typical journey was about 31 minutes. The standard deviation of 6.8 minutes shows the journey times varied by several minutes.

Weak answer: The standard deviation is 6.8, so the average is 6.8.

Watch out

Remember that standard deviation is not the average. It describes spread, not centre.

Which value would you quote to describe consistency?

Choose an option, then check the feedback.

Worked examples

Worked example 1

Choose the method

Two Scottish fitness classes compare weekly attendance numbers.

  1. Add the values and divide by the number of values.
  2. Round sensibly for the context.
  3. Use the mean to describe a typical attendance.

The mean gives a useful typical value when there are no extreme outliers.

Worked example 2

Carry out and interpret

Two Scottish fitness classes compare weekly attendance numbers.

  1. Order the values from smallest to largest.
  2. Find the median and quartiles.
  3. Subtract to find the interquartile range.

The IQR is useful because it focuses on the middle 50% of the data.

Worked example 3

Check the conclusion

Two Scottish fitness classes compare weekly attendance numbers.

  1. Compare centre and spread together.
  2. Mention which group is more consistent.
  3. Use context, not just numbers, in the conclusion.

A full comparison needs both average and spread.

Watch out

  • Choosing a method because it is familiar rather than because it matches the data.
  • Giving a numerical answer without explaining what it means in context.
  • Mixing up sample evidence with certainty about the whole population.
  • Ignoring outliers, skewness, units or the scale on a graph.
  • Using causal language when the data only shows association.

Technology connection

Related RStudio and Spreadsheet topics

Next step

Move into practice

Use the learning notes to choose suitable summaries and conclusions, then try varied data sets, tables, p-values and interpretation prompts.

Statistics mixed quiz