Statistics & Probability: Mode & Range (Spread & Frequencies)

Find unimodal and multimodal modes or identify no-mode datasets, and calculate the range of positive and negative numbers with interactive frequency bar charts and number line brackets.

Solved: 0

Mode & Range (Spread & Frequencies)

Learning Topics

📖 Learning Guide - Mode & Range (Spread & Frequencies)

1. What is the Mode (Most Frequent Value)?

The mode is the value or values that appear most frequently in a dataset. Unlike the mean and median, the mode can be calculated for categorical data (e.g., favorite colors) as well as numerical data.
  • Unimodal: One single value has the highest count (e.g. {3,5,5,8}Mode=5\{3, 5, 5, 8\} \rightarrow \text{Mode} = 5).
  • Bimodal / Multimodal: Two or more values tie for the highest count (e.g. {2,2,4,7,7}Modes=2,7\{2, 2, 4, 7, 7\} \rightarrow \text{Modes} = 2, 7).
  • No Mode: When all values appear with the exact same frequency (e.g. {4,6,9,12}No Mode\{4, 6, 9, 12\} \rightarrow \text{No Mode}).
📊Frequency Bar Chart (Mode Visualizer)
Peak Frequency (Mode)
123314👑116218120

2. What is the Range (Measure of Spread)?

The range measures how spread out or dispersed the data values are. It is the simple difference between the greatest value (maximum) and the least value (minimum). A large range indicates data spread widely across the scale, while a small range indicates tightly clustered values.

3. Calculating Range with Negative Numbers

When working with negative temperatures, elevations, or financial balances, remember that subtracting a negative number is equivalent to adding its absolute value:

If Max=8 and Min=3    Range=8(3)=8+3=11\text{If } \text{Max} = 8 \text{ and } \text{Min} = -3 \implies \text{Range} = 8 - (-3) = 8 + 3 = 11
📏Number Line Spread (Range Bracket)
Range = 5 - (-7) = 12
Range = 12-8-6-4-20246Min (-7)Max (5)

4. Sensitivity to Extreme Outliers

Because the range relies solely on the two extreme endpoints ($x_{\max}$ and $x_{\min}$), a single extreme outlier drastically expands the range, even if all other numbers in the dataset are clustered tightly together.

5. Real-World Worked Examples

Example 1: Class Quiz Scores (Mode & Range)
Scores: 14,18,14,20,16,14,1814, 18, 14, 20, 16, 14, 18.
1. Frequencies: 1414 (3×), 1616 (1×), 1818 (2×), 2020 (1×).
2. Mode: 14\mathbf{14} (highest peak, 3 times).
3. Range: MaxMin=2014=6\text{Max} - \text{Min} = 20 - 14 = \mathbf{6}.
Example 2: Winter Temperatures (Negative Range)
Daily low temperatures (°C): 7,2,0,3,2,5-7, -2, 0, 3, -2, 5.
1. Mode: 2\mathbf{-2} (appears twice).
2. Min: 7-7, Max: 55.
3. Range: 5(7)=5+7=12C5 - (-7) = 5 + 7 = \mathbf{12^\circ\text{C}}.
Example 3: Solving for a Missing Value
A dataset has a minimum value of 1515 and a range of 2828. Find the maximum value.
Max=Min+Range=15+28=43\text{Max} = \text{Min} + \text{Range} = 15 + 28 = \mathbf{43}
Learning Topics