Mean, Median, Mode, and Range
Mean, median, and mode are three kinds of "averages". There are many "averages" in statistics, but these are, I think, the three most common, and are certainly the three you are most likely to encounter in your pre-statistics courses, if the topic comes up at all.
The "mean" is the "average" you're used to, where you add up all the numbers and then divide by the number of numbers. The "median" is the "middle" value in the list of numbers. To find the median, your numbers have to be listed in numerical order, so you may have to rewrite your list first. The "mode" is the value that occurs most often. If no number is repeated, then there is no mode for the list.
The "range" is just the difference between the largest and smallest values.
Note: Depending on your text or your instructor, the above data set may be viewed as having no mode (rather than two modes), since no single solitary number was repeated more often than any other. I've seen books that go either way; there doesn't seem to be a consensus on the "right" definition of "mode" in the above case. So if you're not certain how you should answer the "mode" part of the above example, ask your instructor before the next test.
About the only hard part of finding the mean, median, and mode is keeping straight which "average" is which. Just remember the following:
Mean, median, and mode are three kinds of "averages". There are many "averages" in statistics, but these are, I think, the three most common, and are certainly the three you are most likely to encounter in your pre-statistics courses, if the topic comes up at all.
The "mean" is the "average" you're used to, where you add up all the numbers and then divide by the number of numbers. The "median" is the "middle" value in the list of numbers. To find the median, your numbers have to be listed in numerical order, so you may have to rewrite your list first. The "mode" is the value that occurs most often. If no number is repeated, then there is no mode for the list.
The "range" is just the difference between the largest and smallest values.
- Find the mean, median, mode, and range for the following list of values:
- 13, 18, 13, 14, 13, 16, 14, 21, 13
- The mean is the usual average, so:
- (13 + 18 + 13 + 14 + 13 + 16 + 14 + 21 + 13) ÷ 9 = 15
The median is the middle value, so I'll have to rewrite the list in order:
- 13, 13, 13, 13, 14, 14, 16, 18, 21
- 13, 13, 13, 13, 14, 14, 16, 18, 21
The mode is the number that is repeated more often than any other, so 13 is the mode.
The largest value in the list is 21, and the smallest is 13, so the range is 21 – 13 = 8.
- mean: 15
median: 14
mode: 13range: 8
- Find the mean, median, mode, and range for the following list of values:
- 1, 2, 4, 7
- The mean is the usual average: (1 + 2 + 4 + 7) ÷ 4 = 14 ÷ 4 = 3.5
The median is the middle number. In this example, the numbers are already listed in numerical order, so I don't have to rewrite the list. But there is no "middle" number, because there are an even number of numbers. In this case, the median is the mean (the usual average) of the middle two values: (2 + 4) ÷ 2 = 6 ÷ 2 = 3
The mode is the number that is repeated most often, but all the numbers appear only once. Then there is no mode.
The largest value is 7, the smallest is 1, and their difference is 6, so the range is 6.
- mean: 3.5
median: 3
mode: none
range: 6
- Find the mean, median, mode, and range for the following list of values:
- 8, 9, 10, 10, 10, 11, 11, 11, 12, 13
- The mean is the usual average:
- (8 + 9 + 10 + 10 + 10 + 11 + 11 + 11 + 12 + 13) ÷ 10 = 105 ÷ 10 = 10.5
- (10 + 11) ÷ 2 = 21 ÷ 2 = 10.5
The largest value is 13 and the smallest is 8, so the range is 13 – 8 = 5.
- mean: 10.5
median: 10.5
modes: 10 and 11range: 5
Note: Depending on your text or your instructor, the above data set may be viewed as having no mode (rather than two modes), since no single solitary number was repeated more often than any other. I've seen books that go either way; there doesn't seem to be a consensus on the "right" definition of "mode" in the above case. So if you're not certain how you should answer the "mode" part of the above example, ask your instructor before the next test.
About the only hard part of finding the mean, median, and mode is keeping straight which "average" is which. Just remember the following:
- mean: regular meaning of "average"
median: middle value
mode: most often
- A student has gotten the following grades on his tests: 87, 95, 76, and 88. He wants an 85 or better overall. What is the minimum grade he must get on the last test in order to achieve that average? The unknown score is "x". Then the desired average is:
- (87 + 95 + 76 + 88 + x) ÷ 5 = 85
- 87 + 95 + 76 + 88 + x = 425
346 + x = 425
x = 79
He needs to get at least a 79 on the last test.