Difficulty: Easy
Correct Answer: 41 years
Explanation:
Introduction / Context:Average (arithmetic mean) problems are solved by converting averages to totals (sum = average * count). When a new member is added and the average changes, we compare the new total to the old total to find the newcomer’s value.
Given Data / Assumptions:
Concept / Approach:Compute both totals explicitly, then subtract to isolate the teacher’s age. This avoids confusion from trying to average the two averages, which is a common mistake.
Step-by-Step Solution:
Boys’ total = 19 * 21 = 399.Class total with teacher = 20 * 22 = 440.Teacher’s age = 440 − 399 = 41 years.Verification / Alternative check:(399 + 41) / 20 = 440 / 20 = 22, exactly matching the stated new average; hence the computation is correct.
Why Other Options Are Wrong:39/40/44/38 produce totals that do not yield an overall average of 22 when combined with 399 and divided by 20.
Common Pitfalls:Averaging 21 and 22 directly; forgetting to change the count from 19 to 20; arithmetic slip while multiplying 19 * 21 or 20 * 22.
Final Answer:41 years
Discussion & Comments