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:
Verification / 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