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.
A short walkthrough explaining what you need to know and how to solve this question type lands here once it's recorded.
ALEKS randomizes the numbers each attempt, but the question shape stays the same. Here are three example versions you might see.
USH financial is examining the use of its midtown ATM machine. Here are the numbers of transactions made per day at this ATM during the past 9 days:
39, 46, 37, 9, 45, 10, 46, 39, 20
Find the range of the data set.
A weather station recorded the high temperature (in °F) on each of the last 8 days:
72, 68, 81, 55, 79, 64, 70, 73
Find the range of the data set.
A shipping clerk weighed 7 packages (in pounds):
3.2, 5.8, 1.5, 7.4, 2.9, 4.6, 6.1
Find the range of the data set.
Find the maximum.
Data: 39, 46, 37, 9, 45, 10, 46, 39, 20.
Find the minimum.
Scan the same list, looking for the smallest value:
Easy to miss because 10 and 20 look small and appear earlier in the list. Sort or scan carefully.
Subtract.
The number of transactions varies by up to 37 from day to day — a wide spread for ATM usage.
Try one with decimals. Max minus min, same recipe.
Find the range.
You've walked through the whole problem.
That's the move. ALEKS will give you a different version with different numbers — but the steps are the same.