Correct option is C
Given:
The data set is: 11, 16, 33, 15, 51, 18, 71, 75, 22, 17.
Formula Used:
If n is odd:
Median = Value at position2n+1
If n is even:
Median = 2Value at position2n+Value at position(2n+1)
Solution:
Arranging the data in ascending order:
11,15,16,17,18,22,33,51,71,75
So, n = 10 (even)
Since n is even,
Median = 2Value at position210+Value at position(210+1)
Median = 2Value at position 5th place+Value at position 6th place
Median = 218+22=240=20
Thus, The median of the data set is 20.