Measures of Center

Mean, median, mode, and range

Measures of Center

Mean (Average)

The mean is the sum of all values divided by the number of values.

Mean=sum of all valuesnumber of values\text{Mean} = \frac{\text{sum of all values}}{\text{number of values}}

Example: Mean of {3,7,4,10,6}\{3, 7, 4, 10, 6\} Mean=3+7+4+10+65=305=6\text{Mean} = \frac{3 + 7 + 4 + 10 + 6}{5} = \frac{30}{5} = 6

Median

The median is the middle value when data is ordered.

Steps:

  1. Put data in order from least to greatest
  2. If odd number of values: middle value
  3. If even number of values: average of two middle values

Example: Median of {3,4,6,7,10}\{3, 4, 6, 7, 10\} is 6 (middle value)

Mode

The mode is the value that appears most often.

Example: Mode of {2,3,3,5,7,3,9}\{2, 3, 3, 5, 7, 3, 9\} is 3 (appears 3 times)

  • No mode: all values appear equally
  • Multiple modes: if multiple values tie for most frequent

Range

The range is the difference between the maximum and minimum values.

Range=maxmin\text{Range} = \text{max} - \text{min}

Example: Range of {2,5,8,12,3}\{2, 5, 8, 12, 3\} is 122=1012 - 2 = 10

📚 Practice Problems

1Problem 1easy

Question:

Find the mean of: 5,8,3,10,45, 8, 3, 10, 4

💡 Show Solution

Add all values and divide by the count:

Mean=5+8+3+10+45\text{Mean} = \frac{5 + 8 + 3 + 10 + 4}{5}

=305=6= \frac{30}{5} = 6

Answer: Mean = 6

2Problem 2medium

Question:

Find the median of: 12,7,3,19,8,1512, 7, 3, 19, 8, 15

💡 Show Solution

Step 1: Order the data 3,7,8,12,15,193, 7, 8, 12, 15, 19

Step 2: Find the middle There are 6 values (even), so the median is the average of the 3rd and 4th values:

Median=8+122=202=10\text{Median} = \frac{8 + 12}{2} = \frac{20}{2} = 10

Answer: Median = 10

3Problem 3medium

Question:

Find the mean, median, mode, and range of: 4,7,7,2,10,7,54, 7, 7, 2, 10, 7, 5

💡 Show Solution

Mean: 4+7+7+2+10+7+57=427=6\frac{4 + 7 + 7 + 2 + 10 + 7 + 5}{7} = \frac{42}{7} = 6

Median: Order: 2,4,5,7,7,7,102, 4, 5, 7, 7, 7, 10 Middle value (4th): 7

Mode: 7 appears 3 times (most frequent): 7

Range: 102=810 - 2 = 8

Answer: Mean = 6, Median = 7, Mode = 7, Range = 8