On this page
Mean, median, mode, and range are the friendliest arithmetic on the SAT. The points aren’t lost in the computation; they’re lost by computing the wrong measure or missing what an outlier does to it. Get those two things right and this whole skill is free.
Key takeaways
- Mean is the average: add the values, divide by how many.
- Median is the middle value once they’re in order (average the two middles if the count is even).
- Mode is the most frequent value; range is the largest minus the smallest.
- An outlier drags the mean toward it but barely moves the median. That idea answers most of the hard questions.
The four measures, fast
| Measure | How to get it | What it tells you |
|---|---|---|
| Mean | Sum ÷ count | The balance point (sensitive to outliers) |
| Median | Middle value, in order | The typical middle (resists outliers) |
| Mode | Most frequent value | The most common outcome |
| Range | Max − min | How spread out the data is |
See it once
A class of 20 students reports how many pets they own. Read the bar heights and every measure follows:
Mode is 1 (the tallest bar, 7 students). Median: with 20 values in order, average the 10th and 11th; both land in the "1 pet" group, so the median is 1. Mean: \frac{0(4) + 1(7) + 2(5) + 3(4)}{20} = \frac{29}{20} = 1.45. Range is 3 - 0 = 3.
The outlier move
Now a new student joins who owns 30 pets. The median barely budges, but the mean jumps: that huge value pulls the average up. That gap is the point of most "which measure" questions. (Once one-variable data feels easy, scatterplots and lines of best fit are the natural next step.)
With an outlier or a long tail, the median is the more honest "typical." The mean chases the outlier; the median holds the middle.
| The data looks like | Trust | Because |
|---|---|---|
| Symmetric, no outliers | Mean or median (they agree) | Nothing drags the average around |
| One extreme value or a long tail | Median | The mean chases the outlier; the median doesn’t |
| Incomes, home prices, follower counts | Median | Right-skewed, so the mean overstates "typical" |
| "Which value is most common?" | Mode | Only frequency answers a popularity question |
When one value changes
A favorite harder question changes one value and asks what happens. Don’t recompute; reason. If the largest value increases by 50, the sum grows, so the mean goes up. The max was already last in order, so nothing reorders and the median doesn’t move.
| Change | Mean | Median |
|---|---|---|
| Increase the maximum | Increases | Unchanged |
| Decrease the minimum | Decreases | Unchanged |
| Add a value far above the max | Increases | Moves at most one position |
| Add the same amount to every value | Up by that amount | Up by that amount |
Try one
A data set is 3, 4, 4, 5, 40. Which is greater, the mean or the median?
The most common miss isn’t bad arithmetic, it’s computing the mean when the question said median (or vice versa). Underline the measure word before you touch the numbers.
Try choosing the measure
The other hard flavor is a skewed context asking which measure to trust: the decision table wearing a word problem.
Of the 15 homes sold in a neighborhood last year, 14 sold for between $180,000 and $220,000 and one sold for $1,200,000. Which measure best represents the price of a typical home sold?
Practice mean, median, mode, and spread with a tutor that asks which measure the question wants first.
Drill data & statistics →Frequently asked questions
- What’s the difference between mean and median on the SAT?
- The mean is the average (sum divided by count) and is pulled toward outliers. The median is the middle value in order and resists outliers. When a set is skewed, the median is the better measure of typical.
- How does an outlier affect the mean and median?
- An outlier drags the mean toward itself but moves the median very little, since the median depends only on the middle position, not the size of the extreme value. SAT questions test this directly.
- How do I find the median of an even number of values?
- Put the values in order and average the two middle ones. For 20 values, the median is the average of the 10th and 11th values.
- What happens to the mean and median if the largest value increases?
- The mean increases, because the sum grows while the count stays the same. The median doesn’t change: the max was already last in order, so the middle position stays put.