Let's start with something near and dear to everyone's heart: test scores. Suppose ten students took a math test and received the following scores:

61, 90, 72, 100, 80, 84, 88, 92, 92, 78

It's difficult to make sense out of an unordered list of numbers, so let's start by ordering the list. We'll order the numbers from least to greatest, so they go the same direction as the number line. Also, so that we end on a high note.

61, 72, 78, 80, 84, 88, 90, 92, 92, 100

Since the original list had two copies of the score 92, we keep both copies of 92 in the ordered list also. Each score represents a separate individual, so we don't want to toss someone out just because she tied someone else's score.

Since the scores on the test go from 61 to 100, the difference between the highest and lowest scores is

100 – 61 = 39.

This number, the difference between the highest and lowest values, is called the range of the data.