Median

The median of a set of numbers is the middle value when the numbers are arranged in order. If there are an even number of values, the median is the average of the two middle values.

Calculating median

  1. Arrange the numbers in order from smallest to largest.
  2. If there are an odd number of values, the median is the value in the middle.
  3. If there are an even number of values, the median is the average of the two middle values (the number between the two middle values).

Examples

Find the median of \{3, 1, 4, 1, 5\}

Find the median of \{1, 4, 9, 16\}

Find the median of \{3, 1, 4, 1, 5, 9\}

Find the median of \{1, 2, 3, 4, 5, 6, 7, 8\}

flashcards

QuestionAnswer
What is the median of a set of numbers?The middle value when the numbers are arranged in order. If there are an even number of values, the median is the average of the two middle values.
What are the steps to calculate the median?1. Arrange the numbers in order from smallest to largest.
2. If there are an odd number of values, the median is the value in the middle.
3. If there are an even number of values, the median is the average of the two middle values.
Find the median of \{3, 1, 4, 1, 5\}Arrange in order: \{1, 1, 3, 4, 5\}. There are 5 values (odd), so median = 3.
Find the median of \{1, 4, 9, 16\}Numbers are already in order. There are 4 values (even), so median = average of 4 and 9 = \frac{4 + 9}{2} = 6.5.
Find the median of \{3, 1, 4, 1, 5, 9\}Arrange in order: \{1, 1, 3, 4, 5, 9\}. There are 6 values (even), so median = average of 3 and 4 = \frac{3 + 4}{2} = 3.5.
Find the median of \{1, 2, 3, 4, 5, 6, 7, 8\}Numbers are already in order. There are 8 values (even), so median = average of 4 and 5 = \frac{4 + 5}{2} = 4.5.