Subtract the minimum value from the maximum value: range = max − min
Identify the smallest number in the data set
Identify the largest number in the data set
Compute the difference between them
If the data are already in order, use the first and last values
If given as intervals, use the smallest lower bound and the largest upper bound, then subtract accordingly
