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
- Arrange the numbers in order from smallest to largest.
- If there are an odd number of values, the median is the value in the middle.
- 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\}
- Arrange the numbers in order:
\{1, 1, 3, 4, 5\} - There are 5 values, which is odd, so the median is the value in the middle.
- The value in the middle is
3 . - Answer:
\text{median} = 3
Find the median of \{1, 4, 9, 16\}
- The numbers are already in order:
\{1, 4, 9, 16\} - There are 4 values, which is even, so the median is the average of the two middle values.
- The two middle values are
4 and9 . - The average of
4 and9 is\frac{4 + 9}{2} = \frac{13}{2} = 6.5 . - Answer:
\text{median} = 6.5
Find the median of \{3, 1, 4, 1, 5, 9\}
- Arrange the numbers in order:
\{1, 1, 3, 4, 5, 9\} - There are 6 values, which is even, so the median is the average of the two middle values.
- The two middle values are
3 and4 . - The average of
3 and4 is\frac{3 + 4}{2} = \frac{7}{2} = 3.5 . - Answer:
\text{median} = 3.5
Find the median of \{1, 2, 3, 4, 5, 6, 7, 8\}
- The numbers are already in order:
\{1, 2, 3, 4, 5, 6, 7, 8\} - There are 8 values, which is even, so the median is the average of the two middle values.
- The two middle values are
4 and5 . - The average of
4 and5 is\frac{4 + 5}{2} = \frac{9}{2} = 4.5 . - Answer:
\text{median} = 4.5
flashcards
| Question | Answer |
|---|---|
| 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 | Arrange in order: |
| Find the median of | Numbers are already in order. There are 4 values (even), so median = average of |
| Find the median of | Arrange in order: |
| Find the median of | Numbers are already in order. There are 8 values (even), so median = average of |