Mean, Median, Mode: A Complete Guide with Examples
Understand Central Tendency in Statistics — When and How to Use Each Measure
Learn the difference between mean, median, and mode with clear examples. Understand when to use each measure of central tendency and how to calculate them.
What You'll Learn
- •Complete explanation of mean, median, and mode
- •Step-by-step calculation examples for each measure
- •When to use each measure with real data scenarios
- •Comparison table for quick reference
- •Skewed data and outlier handling guidance
- •Bimodal and multimodal distributions explained
- •Real-world examples for each measure
- •SEO-optimized FAQ section
- •Beginner-friendly statistics introduction
- •Internal linking to related math calculators
Full Guide
Mean, median, and mode are the three most common measures of central tendency in statistics. They each describe the "center" of a data set in a different way, and choosing the right one depends on your data and what you want to understand.
What Is Central Tendency?
Central tendency refers to a single value that attempts to describe a set of data by identifying the central position within that set. It gives you a typical or representative value for your data.
The Mean (Average)
The mean is the sum of all values divided by the number of values.
Formula: Mean = Σx ÷ n
Where Σx is the sum of all values and n is the number of values.
Example:
Data set: 2, 4, 6, 8, 10
Mean = (2 + 4 + 6 + 8 + 10) ÷ 5
= 30 ÷ 5
= 6
When to Use the Mean:
- Symmetrical distributions (normal distribution)
- When data has no extreme outliers
- Interval or ratio data (height, weight, temperature)
- When you need further statistical calculations (variance, standard deviation)
Disadvantages:
- Sensitive to outliers (extreme values can skew the mean)
- May not be representative for skewed data
The Median (Middle Value)
The median is the middle value when the data is ordered from smallest to largest. It splits the data into two equal halves.
Steps to Find the Median:
1. Arrange data in ascending order
2. If odd number of values: median is the middle value
3. If even number of values: median is the average of the two middle values
Example (Odd):
Data set: 3, 7, 1, 9, 5
Sorted: 1, 3, 5, 7, 9
Median = 5 (the middle value)
Example (Even):
Data set: 2, 4, 6, 8, 10, 12
Sorted: 2, 4, 6, 8, 10, 12
Median = (6 + 8) ÷ 2 = 7
When to Use the Median:
- Skewed distributions (income data, housing prices)
- Data with outliers
- Ordinal data (rankings, Likert scales)
- When you want a value that is not affected by extreme values
The Mode (Most Frequent Value)
The mode is the value that appears most frequently in a data set. A data set can have:
- No mode (all values appear once)
- One mode (unimodal)
- Two modes (bimodal)
- Multiple modes (multimodal)
Example:
Data set: 2, 3, 3, 5, 5, 5, 7, 8
Mode = 5 (appears three times)
Bimodal Example:
Data set: 1, 1, 2, 3, 4, 4, 5
Modes = 1 and 4 (both appear twice)
When to Use the Mode:
- Categorical data (colors, brands, preferences)
- Nominal data
- When you need the most common value
- Bimodal distributions (when data has two peaks)
Comparison Summary
| Measure | Definition | Best For | Sensitive to Outliers? |
|---|---|---|---|
| Mean | Sum ÷ Count | Symmetrical data, normal distributions | Yes |
| Median | Middle value | Skewed data, outliers | No |
| Mode | Most frequent value | Categorical data, discrete values | No |
Real-World Examples
Income Data (Use Median):
In a neighborhood with 9 houses earning $40,000–$60,000 and one mansion earning $5,000,000, the mean income would be misleadingly high. The median better represents the typical income.
Test Scores (Use Mean):
For a class of students with normally distributed test scores, the mean gives the best representation of class performance.
Product Sales (Use Mode):
A store wants to stock the most popular shoe size. The mode tells them which size sells most frequently.
FAQ: Mean, Median, Mode
What is the difference between mean and median?
The mean is the mathematical average (sum ÷ count). The median is the middle value when data is ordered. The median is less affected by outliers.
When should I use median instead of mean?
Use median when your data has extreme outliers (e.g., income data, house prices) or when the distribution is skewed.
Can data have two modes?
Yes. Data with two modes is called "bimodal." For example, a class where many students scored both 75 and 85 on a test.
What if my data has no mode?
If every value appears exactly once, the data set has no mode.
Which measure is best for normal distribution?
For a normal (bell-curve) distribution, the mean, median, and mode are all equal. The mean is most commonly used for further statistical analysis.
How is the mean used in standard deviation?
Standard deviation measures the spread of data around the mean. It is calculated using the squared differences between each value and the mean.
What is a weighted mean?
A weighted mean assigns different weights to different values, accounting for their relative importance. Formula: Weighted Mean = Σ(w × x) ÷ Σw.