What is the median of the data set {4, 16, 0, 8, 3, 11, 7, 25, 20}?
Arrange them in order: 0 3 4 7 8 11 16 20 25
The median is the middle value in a dataset that has been arranged in order from smallest to largest.
If the dataset has an odd number of values, the median is the single middle number.
If the dataset has an even number of values, the median is the average (mean) of the two middle numbers.
Since our problem has nine values, the median is the middle one: 8
.