What is the difference between mean, median, and mode, and how do I use them?
Introduction to Central Tendency
In statistics, the mean, median, and mode are known as measures of central tendency. They are different ways of finding the "center" of a data set. While they all aim to describe the typical value in a group of numbers, they do so in very different ways.
Definitions
The Mean (The Average)
The mean is what most people refer to when they say "average." To calculate it, you add up all the numbers in your data set and then divide that sum by the total count of numbers. It is highly sensitive to extreme values (outliers).
The Median (The Middle)
The median is the exact middle value of a data set. To find it, you must first arrange your numbers in order from smallest to largest. If there is an odd number of values, the median is the middle one. If there is an even number, you take the average of the two middle numbers.
The Mode (The Most Frequent)
The mode is the number that appears most often in a data set. A set can have one mode, more than one mode (if multiple numbers tie for the highest frequency), or no mode at all if every number appears only once.
Quick Reference Table
| Measure | How to Find It | Best Used When... |
|---|---|---|
| Mean | Sum / Count | Data is evenly distributed without outliers. |
| Median | Middle value | Data has extreme outliers or is skewed. |
| Mode | Most frequent | You want to know the most popular category. |
Real-World Examples
Imagine a small company with five employees earning the following annual salaries: $30k, $30k, $40k, $50k, and $200k.
-
Mean: ($30k + $30k + $40k + $50k + $200k) / 5 = $70,000. Note how the CEO's high salary pulls the average up, making it look like everyone earns more than they actually do.
-
Median: The middle number in the ordered list ($30k, $30k, $40k, $50k, $200k) is $40,000. This is a much better representation of what a "typical" employee earns.
-
Mode: The number that appears most often is $30,000.
Common Pitfalls
-
Forgetting to Sort: You cannot find the median without putting your numbers in order first. This is the most common mistake students make.
-
Ignoring Outliers: If your data set has a massive outlier (like the $200k salary above), the mean will be misleading. Always check your data for extreme values before relying solely on the mean.
-
Confusing the Terms: Remember that Mode sounds like Most, which helps you remember it is the most frequent value.