The scores of two players in 5 matches are given. Calculate the standard deviation of each set:<br>Player A: 42, 48, 60, 65, 75<br>Player B: 50, 55, 60, 65, 70<br>Who is more consistent?
▶ Show Detailed Solution
Player A: mean = 290/5 = 58 Deviations: -16, -10, 2, 7, 17; squares: 256, 100, 4, 49, 289; sum = 698 σA = √(698/5) = √139.6 ≈ 11.8
Player B: mean = 300/5 = 60 Deviations: -10, -5, 0, 5, 10; squares: 100, 25, 0, 25, 100; sum = 250 σB = √(250/5) = √50 ≈ 7.07
Player B has smaller SD, so Player B is more consistent.
4
Exercise 15.1
Find the standard deviation for the grouped data: 0-10: 2, 10-20: 3, 20-30: 5 (using class marks).