MedianEasyQuestion 380002
Question
The median of {3, 1, 4, 1, 5, 9, 2} (sorted: 1,1,2,3,4,5,9) is:
- A3Correct
- B2
- C4
- D1
Correct answer
3
Explanation
After sorting: 1, 1, 2, 3, 4, 5, 9. n = 7 (odd). Median = middle value = (7+1)/2 = 4th value = 3.
Solve this quality-checked JEE multiple-choice question, then review the correct answer and explanation.
After sorting: 1, 1, 2, 3, 4, 5, 9. n = 7 (odd). Median = middle value = (7+1)/2 = 4th value = 3.