← Back to Test

Problem 7 - Olympiad

Calculate the range of the following scores: 10, 15, 20, 5, 25.

Correct: C

The range of a data set is the difference between the highest value and the lowest value. Highest value = 25. Lowest value = 5. Range = Highest value - Lowest value = 25 - 5 = 20.