Skip to content

Averages & Range โ€‹

Spec reference: Statistics
Key idea: Calculate mean, median, mode and range from lists, tables and grouped data.



The four measures โ€‹

MeasureDefinitionUse
MeanSum รท countBest overall average
MedianMiddle value when orderedWhen there are extreme values
ModeMost frequent valueFor non-numerical data
RangeLargest โˆ’ SmallestMeasures spread

Mean โ€‹

xยฏ=โˆ‘xn

Example

Find the mean of: 4, 7, 3, 8, 6, 5, 9

Sum =42, count =7

xยฏ=427=6

Median โ€‹

For n values in order, the median is at position n+12.

Example

Find the median of: 2, 5, 7, 8, 11, 14, 17

n=7, position =4th value =8

For an even count, the median is the mean of the two middle values.

Example

Median of: 3, 5, 8, 12

Position: between 2nd and 3rd values

Median=5+82=6.5

Mean from a frequency table โ€‹

xยฏ=โˆ‘fxโˆ‘f

Example

Score (x)Frequency (f)fx
133
2510
3721
4416
515
Total2055
xยฏ=5520=2.75

Estimated mean from grouped data โ€‹

Use the midpoint of each class as the x value.

Example

Height (cm)MidpointFreqfx
150โ‰คh<1601555775
160โ‰คh<170165121980
170โ‰คh<18017581400
Total254155
xยฏ=415525=166.2ย cm

Exam tips โ€‹

Watch out for

  • Always sort the data before finding the median
  • For grouped data, mean is only an estimate - you cannot find the exact mean
  • Mode can have more than one value, or may not exist

Test Yourself โ€‹

Question 1 of 5

Mean of: 4, 7, 3, 9, 2?

Ad

PassMaven - revision made simple.