The data below are the hourly sales of songs for an on-line music store over a ten hour period.
RAW DATA: { 11, 10, 13, 15, 73, 69, 67, 66, 14, 12 }
ORDERED DATA: { 10, 11, 12, 13, 14, 15, 66, 67, 69, 73 }
Mean: 35
Median: 14.5
Mode: There is no mode.
Given the way the data is distributed in this example (with many small and many large numbers), the arithmetic mean is probably the most appropriate measure of central tendency.
The mean number of songs sold at an on-line music store over a ten hour period is 35.