Mean is the average, median is the middle value, mode is the most common value, and range is the spread from lowest to highest.
You’ll run into mean, median, mode, and range in math class, science labs, sports stats, and survey results. Each one turns a list of numbers into a clean summary you can use to compare sets.
This page shows a reliable way to get each measure, check your work, and handle the tricky cases that trip people up: odd counts, even counts, repeats, decimals, negatives, and outliers.
What Mean, Median, Mode, And Range Tell You
These four measures answer two plain questions: “Where is the center?” and “How spread out is it?” Mean, median, and mode describe center. Range describes spread.
They can point to different stories from the same numbers. A single extreme value can pull the mean away from the rest. The median often stays steadier. Mode can call out a value that shows up a lot, which can be handy with prices, grades, or counts.
Mean
The mean is the average. Add every value, then divide by how many values you have.
Mean uses every number, so one huge or tiny value can swing it.
Median
The median is the middle value once the data is in order. If you have an odd number of values, it’s the single center value. If you have an even number, it’s the average of the two center values.
Median often stays close to the “typical” value when one number sits far from the pack.
Mode
The mode is the value that appears most often. A set can have no mode, one mode, or more than one mode.
Mode is the only one of the four that can make sense for non-number lists too, like colors or categories. In this article, we’ll stick with numbers.
Range
Range is the distance from the lowest value to the highest value. Subtract the smallest number from the largest number.
Range is fast to compute, but it only uses two values, so it can miss what’s happening in the middle.
How to Find Mean Mode Median and Range
This section gives one repeatable routine. Use it on homework, quizzes, and word problems. Write your work in two short lines: one for sorting, one for arithmetic.
Step 1: List The Data Clearly
Write the numbers with commas between them. If the data came from a chart, copy values carefully. A single copied digit can wreck every answer.
Step 2: Sort The Data From Least To Greatest
Sorting is the backbone for median and mode, and it makes range obvious. If you’re working by hand, circle repeats as you sort. That small habit saves time later.
Step 3: Find The Median From The Sorted List
Count how many values you have.
- If the count is odd, land on the center value.
- If the count is even, take the two center values and average them.
A quick check: the median should have the same number of values on each side in the sorted list.
Step 4: Find The Mode By Counting Repeats
Scan the sorted list and tally each value’s frequency. The value with the highest frequency is the mode.
If every value appears once, the set has no mode. If two values tie for highest frequency, the set has two modes (bimodal). A larger tie can happen too.
Step 5: Find The Range Using Only The Ends
Range = highest value − lowest value.
Since you already sorted the list, the smallest is on the left and the largest is on the right. Use those two and you’re done.
Step 6: Find The Mean With A Clean Sum
Add all values. Then divide the total by the number of values.
When you add by hand, group numbers that make tens or hundreds. That keeps the arithmetic tidy and cuts mistakes.
Worked Example With A Full Check
Data set: 3, 7, 7, 9, 10, 14, 20
Sorted list: 3, 7, 7, 9, 10, 14, 20
Median
There are 7 values, so the middle is the 4th value. Median = 9.
Mode
The value 7 appears twice. All others appear once. Mode = 7.
Range
Range = 20 − 3 = 17.
Mean
Sum = 3 + 7 + 7 + 9 + 10 + 14 + 20 = 70. Mean = 70 ÷ 7 = 10.
Check: the mean sits between the low and high values, which matches what you’d expect.
Formal definitions of mean, median, and mode match standard statistical references such as NIST’s measures of location.
Common Traps And How To Avoid Them
Forgetting To Sort Before Finding The Median
If you grab a “middle” number from an unsorted list, you’re picking a random position, not the median. Always sort first, even if the list looks close to ordered.
Mixing Up “Even Count” Median Rules
With an even count, there is no single middle value. You must average the two center values. Don’t pick one of them.
Calling The Largest Value The Mode
Mode is about frequency, not size. A low number can be the mode if it repeats the most.
Dropping A Negative Sign In Range
Range uses subtraction: highest minus lowest. If the lowest number is negative, subtracting it turns into addition.
Example: highest = 4 and lowest = −6, so range = 4 − (−6) = 10.
Rounding Too Early
If your teacher wants decimals rounded, wait until the final step. Keep exact fractions or extra decimal places during the work, then round once at the end.
| Measure | How To Get It | When It Matches The Story |
|---|---|---|
| Mean | Add all values, divide by the count | Data has no extreme outliers and you want an “overall” average |
| Median | Sort, then take the middle (or average the two middle values) | One or two values sit far from the rest |
| Mode | Count repeats and pick the most frequent value | You want the most common result or a popular price/score |
| Range | Highest value minus lowest value | You need a quick sense of spread and the endpoints are reliable |
| Weighted Mean | Multiply each value by its weight, add, divide by total weight | Grades, averages with different point values, or grouped data |
| Midrange | (Highest + lowest) ÷ 2 | Rough center estimate when only endpoints are known |
| Outlier Check | Scan for values far outside the main cluster | You want to know if mean may be pulled away from the bulk |
| Units Check | Confirm all numbers use the same unit and scale | You copied from a chart or mixed minutes, hours, or dollars |
Finding Mean Median Mode And Range With Decimals And Fractions
Decimals and fractions follow the same steps. The only difference is arithmetic hygiene. Write clean work and you’ll stay on track.
Mean With Fractions
Add fractions with a common denominator, then divide by the count.
Example: 1/2, 1/2, 3/2. Sum = 5/2. Mean = (5/2) ÷ 3 = 5/6.
Median With Decimals
Sort as usual, then take the center value or average the two center values. Keep extra decimal places during the average, then round once at the end.
Mode With “Near Matches”
Mode needs exact repeats. 1.2 and 1.20 are the same value, so treat them as a match. 1.2 and 1.21 are not a match.
Range With Fractions
Range is still highest minus lowest. Subtract fractions using a common denominator, then simplify.
If you want more practice sets with clear step-by-step feedback, Khan Academy’s mean, median, and mode review is a solid place to drill the basics.
Picking The Right Measure In Word Problems
Some questions name the measure directly. Others hint at it. Watch for clue words.
Clues For Mean
- “Average” or “per item”
- Total shared evenly
- Overall score across many parts
Clues For Median
- “Middle” after sorting
- Typical value when one value is far away
- Half above, half below
Clues For Mode
- Most common
- Most frequent
- Popular size or repeated result
Clues For Range
- Spread
- From lowest to highest
- How far apart the extremes are
More Practice Sets With Answers
Try these in order. Write the sorted list first, then compute median, mode, range, and mean.
| Data Set | Sorted List | Mean, Median, Mode, Range |
|---|---|---|
| 4, 4, 6, 8, 10 | 4, 4, 6, 8, 10 | Mean 6.4; Median 6; Mode 4; Range 6 |
| 2, 3, 3, 3, 9, 12 | 2, 3, 3, 3, 9, 12 | Mean 5.33…; Median 3; Mode 3; Range 10 |
| −5, −1, 0, 2, 2, 7 | −5, −1, 0, 2, 2, 7 | Mean 0.83…; Median 1; Mode 2; Range 12 |
| 1/2, 1, 1, 3/2 | 1/2, 1, 1, 3/2 | Mean 1; Median 1; Mode 1; Range 1 |
| 10, 10, 10, 10 | 10, 10, 10, 10 | Mean 10; Median 10; Mode 10; Range 0 |
| 1, 2, 4, 8, 100 | 1, 2, 4, 8, 100 | Mean 23; Median 4; Mode none; Range 99 |
| 6, 7, 7, 8, 8, 9 | 6, 7, 7, 8, 8, 9 | Mean 7.5; Median 7.5; Mode 7 and 8; Range 3 |
Fast Self-Checks Before You Turn It In
These checks take under a minute and catch most errors.
- Median check: In the sorted list, the count of values left of the median equals the count right of it (or ties in the middle for even counts).
- Mean check: Mean must sit between the lowest and highest values.
- Range check: Range can’t be negative. If you got a negative result, you swapped the subtraction order.
- Mode check: Mode must be a number that appears in the list.
Once you’ve done a few sets, the routine gets automatic: sort, grab the middle, count repeats, subtract endpoints, then average the full set.
References & Sources
- NIST/SEMATECH.“Measures of Location.”Defines mean, median, and mode using standard statistical language and formulas.
- Khan Academy.“Mean, Median, and Mode Review.”Practice-focused explanation of measures of center with worked examples.