Range Statistics Example 2

Follow the full solution, then compare it with the other examples linked below.

Example 2

medium
Two basketball players' points per game โ€” Player A: 10, 12, 11, 13, 9. Player B: 5, 20, 8, 18, 4. Who is more consistent?

Solution

  1. 1
    Step 1: Player A range: 13โˆ’9=413 - 9 = 4.
  2. 2
    Step 2: Player B range: 20โˆ’4=1620 - 4 = 16.
  3. 3
    Step 3: A smaller range indicates more consistency. Player A is more consistent.

Answer

Player A is more consistent (range of 4 vs 16).
The range helps compare consistency between data sets. A smaller range means values are closer together, indicating more predictable performance.

About Range

The range is the difference between the maximum and minimum values in a data set, giving the simplest measure of overall spread. It tells you the total span of the data from lowest to highest in a single number.

Learn more about Range โ†’

More Range Examples