Question: What is the median of the following data set: 3, 1, 4, 2, 5?
Options:
Correct Answer: 3
Solution:
Sorted data: 1, 2, 3, 4, 5. Median = 3 (middle value).