Range of a data set
Maximum minus minimum. The simplest measure of spread — sensitive to outliers but quick to compute. Watch your eyes: the minimum is easy to miss in an unsorted list.
Every step of Range of a data set explained on video. Pause anywhere; the embed scrolls independently of the page.
ALEKS randomizes the numbers each attempt, but the question shape stays the same. Here are three example versions you might see.
Transactions per day at an ATM for 9 days:
39, 46, 37, 9, 45, 10, 46, 39, 20
Find the range of the data set.
High temperature (°F) for 8 days:
72, 68, 81, 55, 79, 64, 70, 73
Find the range of the data set.
Weights of 7 packages (lb):
3.2, 5.8, 1.5, 7.4, 2.9, 4.6, 6.1
Find the range.
What is range?
Find the max
Compute the range
You walked the range calculation end to end.
Same two moves every time: find the max, find the min, subtract. The one trap is missing a small value in an unsorted list — scan carefully for extremes on both ends before subtracting.