1. Find the median of five test scores
Problem
Write down the given data.
Arrange the values from smallest to largest.
Count the number of values; there are 5 data points (an odd number).
For an odd number of values, the median is at position .
The value at position 3 of the ordered data is 5.
Answer:
With an odd number of data points, the median is exactly the middle value. We ordered the data and identified the value at the center position.