Official Solution: Bunuel
In a class of 20 students, the average weight of the students is 40 kg and the range is 10. However, the average weight increases to 41 when a new student joins the class in the new session.
Based on the above information, select for
Maximum range the maximum possible range of the weight of the new class and for
Minimum range the minimum possible range of the weight of the new class.
• The average weight of 20 students being 40 kg implies their total weight is 20 * 40 = 800 kg.
• After adding a new student, the average weight increasing to 41 kg implies the total weight became 21 * 41 = 861 kg.
• Thus, the weight of the new student is 861 - 800 = 61 kg.
We also know that the range of weights for the 20 students was 10 kg.
To maximize the new range, we need to minimize the weight of the lightest student in the class. This can be achieved by assuming one student weighs \(x\) kg, and the remaining 19 students each weigh \(x + 10\) kg. We get \(x + 19(x + 10) = 800\), which gives \(x = 30.5\). Therefore, the maximum possible range is 61 - 30.5 = 30.5.
To minimize the new range, we need to maximize the weight of the lightest student in the class. This can be achieved by assuming 19 students each weigh \(x\) kg, and the remaining student weighs \(x + 10\) kg. We get \(19x + (x + 10) = 800\), which gives to \(x = 39.5\). Therefore, the minimum possible range is 61 - 39.5 = 21.5.
Correct answer: Maximum range
"30.5"Minimum range
"21.5"