Question: Find the median of the following set of numbers: 10, 20, 30, 40, 50, 60, 70, 80.
Options:
Correct Answer: 40
Solution:
Arrange the numbers: 10, 20, 30, 40, 50, 60, 70, 80. The median is the average of the 4th and 5th values: (40 + 50) / 2 = 45.