Question: What is the median of the following data: 1, 2, 3, 4, 5, 6, 7, 8?
Options:
Correct Answer: 4.5
Solution:
Arrange the numbers: 1, 2, 3, 4, 5, 6, 7, 8. The median is the average of the 4th and 5th values: (4 + 5) / 2 = 4.5.