Mode
The mode is just the most common value in a data set.
It’s the value that appears most often.
Calculating mode
- Count how many times each value appears in the data set.
- The value that appears the largest number of times is the mode.
Basically:
The mode is the most common value in a data set.
Bimodal, trimodal and beyond
Sometimes, we won’t have a single value that appears more often than all the others. For example, in this dataset.
Both
- When there are two modes, we call the dataset “bimodal”.
- When there are three modes, we call the dataset “trimodal”.
- When there are more than three modes, we just call the dataset “multimodal”.
No mode
If all the values in a dataset appear the same number of times, then there is no mode. For example, in this dataset:
We just say ‘no mode’.
Examples
Find the mode of \{2, 3, 5, 7, 11\}
- Each value appears only once, so there is no mode.
- Answer: no mode
Find the mode of \{1, 4, 9, 16, 16, 25\}
16 appears twice, which is more than any other value.- Answer:
16
Find the mode of \{3, 1, 4, 1, 5, 9\}
1 appears twice, which is more than any other value.- Answer:
1
Find the mode of \{1, 3, 3, 4, 5, 5, 7, 8\}
- Both
3 and5 appear twice, which is more than any other value. - Answer:
3 and5 (bimodal)
Find the mode of \{1, 1, 3, 4, 4, 5, 6, 8, 8, 9\}
1 ,4 and8 all appear twice, which is more than any other value.- Answer:
1 ,4 and8 (trimodal)