Mean vs Median vs Mode (original) (raw)

Last Updated : 15 Jun, 2026

In statistics, mean, median, and mode are measures of central tendency that describe the center or typical value of a data set.

mean_mod_median

Graphical representation of the difference between mean, median, and mode.

**Key features of central tendencies:

Difference between Mean, Median and Mode

All these measures of central tendency are correlated. They share an empirical relationship but are different from each other.

**Mean: The mean is the average of a given set of observations.

When data follows a normal distribution, the mean is generally the most appropriate measure of central tendency to use.

**Steps to find:

**Formula:

**Examle: For the dataset 2,3,5,7,11, the mean would be: \frac{2 + 3 + 5 + 7 + 11}{5} = \frac{28}{5} = 5.6

**Median: The median is the middle value in a set of observations arranged in ascending or descending order.

**Steps to find:

**Formula:

**Example: For the dataset 2, 3, 5, 7, 11, the median would be: The median is 5 (the middle number).

**Mode: The mode is the most frequently occurring value in a given set of observations.

**Steps to find:

**Formula:

**Example: In the dataset 1,2,2,3,3,3. The mode is 3 because it appears the most (three times).

Solved Examples

**Question 1: We have a set of numbers that is 4, 8, 2, 1, 1, 4, 3, 1. Find the mean, median, and mode.
**Solution:

**Mean:
8 + 4 + 2 + 1 + 1 + 4 + 3 + 1 = 24 and 24/8 = 3
**Median:
(2 + 3)/2 = 2.5 (after arranging the numbers in ascending order as 1, 1, 1, 2, 3, 4, 4, 8 and middle terms are 2 and 3 as total number of terms are 8 which is even)
**Mode:
1 because it is present 3 times in the sequence

**Question 2: We have a set of numbers that is 4, 2, 1, 6, 5, 3, 7, 1, 10, 9, 8. Find the mean, median, and mode.
**Solution:

**Mean:
1 + 1 + 2 +3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 = 56 and 56/10 = 5.6
**Median:
5 (after arranging in ascending order 1, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 the middle term is 5)
**Mode:
1 {as it is repeated the highest number of times(2 times)}.

Practice Questions

**Question 1: The heights (in cm) of five students are recorded as 150, 155, 160, 165, and 170. Find the mean height of the students.

**Question 2: Find the median of the following data set: 22, 18, 26, 30, 24, 20, 28.

**Question 3: A survey recorded the number of pets owned by a group of 8 families: 2, 3, 4, 2, 5, 3, 2, 4. What is the mode of the data set?

**Question 4: The ages (in years) of participants in a workshop are: 21, 25, 28, 22, 30, 21, 25, 24, 22, and 26. Find the mean, median, and mode of the ages.

**Question 5: In a dataset, the mean is 70 and the median is 65. Using the relationship between mean, median, and mode, estimate the mode.

**Answer key:

  1. 160 cm
  2. 24
  3. 2 (appears most frequently)
  4. 27.4, 24.5, [21, 22, 25 (all appear twice → multiple modes)]
  5. 55