Find the median of: 14, 3, 27, 8, 19, 22. Sorted: 3, 8, 14, 19, 22, 27. Median = (14+19)/2 = 16.5
Q1. Find the median of: 14, 3, 27, 8, 19, 22. Sorted: 3, 8, 14, 19, 22, 27. Median = (14+19)/2 = 16.5
Answer: 16.5
Explanation: Sorting the six values gives 3,8,14,19,22,27; the median of an even set is the mean of the two middle values: (14+19)/2 = 16.5.