Median and Mode

In a Nutshell

The median is the middle value when data are sorted in order. The mode is the value that appears most often.

Median

The median is the middle value of an ordered data set. To find it:

  1. Arrange the values in ascending order.
  2. If there is an odd number of values, the median is the middle one. Its position is n+12\frac{n + 1}{2}, where nn is the number of values.
  3. If there is an even number of values, the median is the mean of the two middle values.

For example, 3,5,7,8,123, 5, 7, 8, 12 has 5 values. The median is the 5+12=3rd\frac{5 + 1}{2} = 3\text{rd} value, which is 77.

Mode

The mode is the value that occurs most frequently. A data set can have one mode, more than one mode, or no mode (if all values appear the same number of times).

For 2,4,4,5,72, 4, 4, 5, 7, the mode is 44 because it appears twice while every other value appears once.

Averages and range visualiser A dot plot showing each data value. Annotations mark the mean, median, mode and range on the diagram.

Watch it work

Question: Find the median and mode of 6,2,9,2,7,4,26, 2, 9, 2, 7, 4, 2.

Have a go

Q1. Find the median of 10,4,7,13,110, 4, 7, 13, 1.

Q2. Find the median of 3,5,8,113, 5, 8, 11.

Q3. Find the mode of 5,3,5,8,3,5,95, 3, 5, 8, 3, 5, 9.

Q4. The data set 2,4,6,8,102, 4, 6, 8, 10 has no repeated values. What is the mode?

Q5. A data set has a median of 12 and a mode of 8. Is it possible for the mean to be 15? Explain.