Calculate the median of 5, 7, 6, 6, 1, 8, 10,12, 4 and 3.
By arranging the data in ascending order we get 1, 3, 4, 5, 6, 7, 8, 10, 12.
Median = Value of N + 1 item = 9 + 1 = 5th
2 2