Q1.
Shreyas is playing with a bat and a ball — but not cricket. He counts the number of times he can bounce the ball on the bat before it falls to the ground. The data for 8 attempts is 6, 2, 9, 5, 4, 6, 3, 5. Calculate the average number of bounces of the ball that Shreyas is able to make with his bat.
Answer
5 bounces per attempt.
Total bounces = 6 + 2 + 9 + 5 + 4 + 6 + 3 + 5
= 8 + 9 + 5 + 4 + 6 + 3 + 5
= 40
Number of attempts = 8
Average = 40 ÷ 8 = 5 bounces
= 8 + 9 + 5 + 4 + 6 + 3 + 5
= 40
Number of attempts = 8
Average = 40 ÷ 8 = 5 bounces
Why it happens: Shreyas's best attempt was 9 and his worst was 2. The mean of 5 sits between them and balances them out — the 4 extra bounces above 5 in his best attempt pay for the 3 missing bounces in his worst.
Tip: the median here is also 5. Sorted, the data is 2, 3, 4, 5, 5, 6, 6, 9, and the two middle values are 5 and 5. Mean and median agree because there is no outlier.