# SAT statistics: mean, median, mode, and how outliers move them

> Mean, median, mode, and range are easy to compute but easy to mix up. Here’s which measure a question wants, and how an outlier moves the mean, not the median.

Published 2026-06-26 | Updated 2026-07-09 | Math | StudyHall

Canonical: https://trystudyhall.com/blog/sat-mean-median-mode

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 |
*Center: mean, median, mode. Spread: range and [standard deviation](https://trystudyhall.com/blog/sat-standard-deviation).*

## See it once

A class of $20$ students reports how many pets they own. Read the bar heights and every measure follows:

*Figure: 20 students: four own 0 pets, seven own 1, five own 2, four own 3.*

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](https://trystudyhall.com/blog/sat-scatterplots-line-of-best-fit) are the natural next step.)

> **Key idea: Mean vs. median, in one line** 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 |
*The decision table behind every "which measure best represents…" 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 |
*The mean feels every value’s size; the median only feels order and position.*

## Try one

**Example: One-variable data.**

A data set is $3, 4, 4, 5, 40$. Which is greater, the mean or the median?

- A) The mean
- B) The median
- C) They’re equal
- D) Cannot be determined

**Answer:** A. Median is the middle of the five ordered values: 4. Mean is (3 + 4 + 4 + 5 + 40) / 5 = 56 / 5 = 11.2. The outlier 40 drags the mean well above the median, so the mean is greater. This is the signature of a right-skewed set: mean > median.

> **Watch out: Read which measure is asked** 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.

**Example: One-variable data.**

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?

- A) The mean, because it uses every sale price
- B) The median, because the extreme sale drags the mean above a typical price
- C) The range, because it captures the full spread
- D) The mode, because it finds the most frequent price

**Answer:** B. The \$1.2M sale is a textbook outlier: it inflates the mean far above what 14 of 15 buyers paid, while the median sits safely inside the \$180k to \$220k cluster. Choice A’s logic is exactly *why* the mean fails. Range measures spread, not typical; varied prices leave no meaningful mode.

**[Drill data & statistics](https://trystudyhall.com/bank/one-variable-data-distributions-and-measures-of-center-and-spread)**: Practice mean, median, mode, and spread with a tutor that asks which measure the question wants first.

## FAQ

### 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.

[Read the HTML version](https://trystudyhall.com/blog/sat-mean-median-mode) | [Browse the StudyHall blog](https://trystudyhall.com/blog)

