Question: Find the median of the numbers: 12, 15, 10, 20, 18, 25.
Options:
Correct Answer: 18
Solution:
Arrange the numbers: 10, 12, 15, 18, 20, 25. Since there are 6 numbers, the median is the average of the 3rd and 4th values: (15 + 18) / 2 = 16.5.