- 4
- 8
- 6
- 12
- B
-
Median=[(n+1)/2]th
Here n is equal to number of values.
Data in Array form:
2,4,6,8,10,12,13
So here n=7
By using formulA:
Median=[(7+1)/2]th
Median=8/2
Median=4th
Means 4th value in Array data is median our mediAn that is 8.