Need the range of a data set? Find the largest and smallest values, then subtract. The procedure is short, but a negative minimum is where most errors slip in, so the steps below keep that case explicit.
You only ever need two numbers: the maximum and the minimum. If all values are the same, the range is .
In some algebra contexts, "range" can mean the set of possible outputs of a function. Here, "range" means the spread of a data set.
When to use this method
Reach for the range when you want a fast, rough sense of how wide a data set is. A small range means the values stay fairly close together; a large range means they are farther apart.
It works well as a first check in introductory statistics, classroom data summaries, and quick test-score comparisons. It does not describe what happens in the middle of the data, so two data sets can share the same range and still be distributed very differently. When you need that fuller picture, the interquartile range or standard deviation says more.
The step-by-step procedure
- Identify the full data set you want to compare.
- Find the smallest value (the minimum). The numbers do not need to be listed in order, so scan the whole set.
- Find the largest value (the maximum) the same way.
- Subtract: .
- Check the result. It should be or positive.
This works for negative numbers too. The key is subtracting the actual minimum, even when that minimum is below zero.
A full worked example
Take the data set
Working through the steps: the smallest value is , and the largest value is .
Now subtract:
Subtracting a negative becomes addition:
So the range is . Keep the parentheses around so the double negative resolves correctly.
Where each step tends to break down
Step 2-3: picking the first and last numbers listed
The minimum and maximum are not always at the ends of the list. Scan every value before deciding.
Step 4: subtracting in the wrong order
Use largest minus smallest, not the reverse. Reversing the order flips the sign.
Step 4 with a negative minimum
This is the single most common slip. With a negative minimum, , not . Self-check: if your range came out smaller than the gap you can see between the extreme values, you probably dropped a negative sign.
Edge cases to confirm
If a data set has just one value, the maximum and minimum are equal, so the range is . If there is no data at all, the range is undefined, since there is no maximum or minimum to compare.
Practice the procedure yourself
Run the steps on
Find the minimum, find the maximum, and compute the range. Then replace with and notice how a single larger value shifts the range immediately, while the rest of the data stays put. That sensitivity to one extreme value is exactly why the range is a quick check rather than a complete one.
Frequently Asked Questions
- What is the range in math?
- For a non-empty set of numbers, the range is the largest value minus the smallest value.
- How do you find the range of a data set?
- Find the maximum value, find the minimum value, and subtract: $\text{range} = \text{maximum} - \text{minimum}$.
- Can the range be negative?
- No. If the largest value is subtracted from the smallest value correctly, the range is always $0$ or greater.
Need help with a problem?
Upload your question and get a verified, step-by-step solution in seconds.
Open GPAI Solver →