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. ).
- Bimodal / Multimodal: Two or more values tie for the highest count (e.g. ).
- No Mode: When all values appear with the exact same frequency (e.g. ).
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:
📏Number Line Spread (Range Bracket)
Range = 5 - (-7) = 12
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: .
1. Frequencies: (3×), (1×), (2×), (1×).
2. Mode: (highest peak, 3 times).
3. Range: .
1. Frequencies: (3×), (1×), (2×), (1×).
2. Mode: (highest peak, 3 times).
3. Range: .
Example 2: Winter Temperatures (Negative Range)
Daily low temperatures (°C): .
1. Mode: (appears twice).
2. Min: , Max: .
3. Range: .
1. Mode: (appears twice).
2. Min: , Max: .
3. Range: .
Example 3: Solving for a Missing Value
A dataset has a minimum value of and a range of . Find the maximum value.
Learning Topics