Difficulty: Easy
Correct Answer: 12 yr
Explanation:
Introduction / Context:Average age problems over time can be handled using totals. Every existing member’s age increases by the elapsed years, and adding a new member increases count and total simultaneously.
Given Data / Assumptions:
Concept / Approach:Compute the old total from the past average, add the 3-year growth for the original five to get their total today, then compare with the current grand total to get the child’s age now.
Step-by-Step Solution:
Past total (5 members) = 5 * 27 = 135Growth over 3 years for 5 members = 5 * 3 = 15Total of original five today = 135 + 15 = 150Current grand total = 6 * 27 = 162Child’s present age = 162 - 150 = 12 yearsVerification / Alternative check:The unchanged average implies the child’s age offsets the total 3-year increase across the five members (15 years) plus keeps the mean at 27 for six members, which is satisfied by 12 years.
Why Other Options Are Wrong:
Common Pitfalls:Multiplying the average change by the new count or forgetting to add the 3-year increment for all original five members.
Final Answer:12 yr
Discussion & Comments