Mode Statistics Example 3

Follow the full solution, then compare it with the other examples linked below.

Example 3

easy
Find the mode of: Red, Blue, Green, Blue, Red, Blue, Green, Yellow.

Solution

  1. 1
    Step 1: Count each colour: Red โ†’ 2, Blue โ†’ 3, Green โ†’ 2, Yellow โ†’ 1.
  2. 2
    Step 2: Blue has the highest frequency (3).

Answer

The mode is Blue.
The mode works for categorical data where mean and median cannot be calculated. It tells us the most common category.

About Mode

The mode is the value that appears most often in a data set. A set can have no mode (all values appear equally), one mode (unimodal), or multiple modes (bimodal or multimodal). It is the only measure of center that works for categorical data.

Learn more about Mode โ†’

More Mode Examples