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