Question: What is the median of the following data set: 3, 1, 4, 2?
Options:
Correct Answer: 2.5
Solution:
Sorted data: 1, 2, 3, 4; Median = (2 + 3) / 2 = 2.5.