Learning goals
What you should understand
- Calculate mean, median, mode, and range from a small data set.
- Choose a measure of center that matches the data type and distribution shape.
- Explain how an extreme observation affects mean and median differently.
- Recognize no-mode, multimodal, even-count, and categorical cases.
You should be able to order numbers, add signed values, divide, count frequencies, and distinguish quantitative values from category labels.
Three meanings of center and one endpoint spread
The mean uses every magnitude, the median uses ordered position, and the mode uses frequency. They can agree, but agreement is not required. Range answers a different question about endpoint spread.
- Mean requires quantitative values for which addition and division are meaningful.
- Median requires an ordered scale; for an even quantitative list, average the two middle values.
- Mode can be used for quantitative or categorical data and can have no unique value or several tied values.
Reusable process
Choose the summary after examining the data
- 1Identify the data type
Nominal categories support a mode but not a numerical mean or median. Quantitative observations can support all three.
- 2Order and count
Sort values for the median and count frequencies for the mode.
- 3Calculate the candidate summaries
Add and divide for mean, locate the middle for median, and compare frequencies for mode.
- 4Inspect shape and extremes
An extreme magnitude can pull the mean while leaving the median near the central positions.
- 5Match the measure to the question
Use mean for arithmetic balance, median for resistant ordered center, and mode for most frequent value or category.
Center comparison
Add an outlier and watch the centers respond
Compare 2, 3, 3, 4, 5 with the same list after adding 100. The control reveals the original and outlier cases without changing the definition of any measure.
The mean, median, and mode describe the original five values.
Check the reasoning
Before the outlier, mean is 3.4, median is 3, and mode is 3. After adding 100, mean becomes 19.5, median becomes 3.5, and mode remains 3. The text fallback shows why the median and mode resist the outlier's magnitude more strongly than the mean.
Worked examples
Build from recognition to verification
Symmetric values without a repeated mode
The arithmetic and positional centers agree.
- Mean: The total is 12 across three values.
- Median: The ordered middle value is 4.
- Mode and range: No value repeats, and the endpoint span is 4.
Answer
Check: The deviations from 4 are negative 2, 0, and 2, which balance to zero, and the ordered middle is visibly 4.
An extreme value separates mean and median
The largest observation changes the total much more than the middle position.
- Mean: The total is 30.
- Median: The third ordered value is 3.
- Interpret: The mean moves toward 20 while the median remains at the central position.
Answer
Check: Replacing 20 with 5 would reduce the mean to 3 while leaving the median at 3, showing that the extreme magnitude created the gap.
A bimodal numerical data set
Two values share the greatest frequency.
- Count frequencies: Both 1 and 2 appear twice.
- Find mean and median: The total is 10 and the third value is 2.
- Report every mode: Neither tied peak should be discarded.
Answer
Check: A direct frequency table confirms that 1 and 2 each occur more often than 4.
Categorical data use the mode
Color labels have frequencies but no arithmetic or numerical order.
- Count categories: Blue appears three times; red and green appear once each.
- Choose an appropriate summary: Only the mode is defined for nominal colors.
- Reject invalid arithmetic: Adding or ordering the category labels has no defined numerical meaning.
Answer
Check: The frequency count is independent of the order in which the five category labels were observed.
Try it yourself
Practice the decision before checking the answer
Find mean, median, mode, and range for 2, 2, 5, 7, 9.
Show answer and explanation
Answer: \bar{x}=5,\ \widetilde{x}=5,\ \operatorname{mode}=2,\ R=7
The values total 25, the third value is 5, and 2 is the only repeat.
Which center is usually more resistant for 20, 21, 22, 23, 400?
Show answer and explanation
Answer: The median, 22.
The extreme value changes the total but not the middle ordered position.
Can shirt size categories small, medium, and large have a median?
Show answer and explanation
Answer: They can have an ordered median, but an arithmetic mean is not meaningful without a justified numerical scale.
Ordinal categories have rank order but unequal or undefined numerical spacing.
What should be reported when two values tie for the greatest frequency?
Show answer and explanation
Answer: Report both modes.
The mode definition does not require a unique value.
Common mistakes
Notice the decision before the algebra
Calling every average a mean
Using average without naming which center was calculated.
Fix: State arithmetic mean, median, or mode so the definition is clear.
Taking the typed middle as the median
Reading input position before sorting.
Fix: Order the values first, then use the central position or pair.
Forcing one mode
Choosing a single winner when several values tie or every value has equal frequency.
Fix: State the mode convention and report every tied nontrivial peak.
Ignoring data type and shape
Using the mean for categories or treating it as resistant to extreme values.
Fix: Choose a measure whose arithmetic, order, and sensitivity match the data and question.