Median Statistics Example 2
Follow the full solution, then compare it with the other examples linked below.
Example 2
mediumFind the median of: 4, 9, 2, 7, 11, 6.
Solution
- 1 Step 1: Arrange in order: 2, 4, 6, 7, 9, 11.
- 2 Step 2: There are 6 values (even), so the median is the average of the 3rd and 4th values.
- 3 Step 3: Median = .
Answer
When there is an even number of values, the median is the average of the two middle values. This ensures the median splits the ordered data into two equal halves.
About Median
The median is the middle value when all data points are arranged in order from smallest to largest. Half the values lie above it and half below. For an even number of values, the median is the average of the two middle values.
Learn more about Median โ