Difficulty: Medium
Correct Answer: 14 years 8 months
Explanation:
Introduction / Context:Average age problems often use the relation between total sum and average. A replacement that changes the average implies a precise change in the class total. We use years as the base unit and convert months where needed.Given Data / Assumptions:
Concept / Approach:The class total equals average * count. Let initial average be A years. New average is A - 1/6. Replacement changes total by (new_boy_age - 18).Step-by-Step Solution:
Initial total = 20 * ANew total = 20 * (A - 1/6)But also New total = Initial total - 18 + xSo 20 * (A - 1/6) = 20 * A - 18 + x20A - 20*(1/6) = 20A - 18 + x-20/6 = -18 + xx = 18 - 20/6 = 18 - 10/3 = 44/3 years44/3 years = 14 years 8 monthsVerification / Alternative check:Decrease in total due to average drop = 20 * (1/6) = 10/3 years, which matches 18 - 14 2/3 = 10/3 years.Why Other Options Are Wrong:
Common Pitfalls:Forgetting to convert months to a fraction of a year or mixing up which total increases or decreases.Final Answer:
14 years 8 months
Discussion & Comments