Difficulty: Medium
Correct Answer: 16 years
Explanation:
Introduction / Context:
Average age problems often require translating “average now” into a total sum and then rolling ages backward by a fixed number of years. Here, we compute the group average at the moment the youngest was born by deducting elapsed years from the older siblings and setting the newborn's age to 0.
Given Data / Assumptions:
Concept / Approach:
Convert the present average to a present total. Move 4 years back in time: subtract 4 years for each of the four elder sisters; the youngest contributes 0 at birth. Finally, divide by 5 to get the past average.
Step-by-Step Solution:
Verification / Alternative check:
Forward check: Add 4 years to each of the five to get from birth to now adds 20 years to total, consistent with the present totals computed above.
Why Other Options Are Wrong:
Common Pitfalls:
Forgetting to reduce each elder’s age individually by 4 years or treating the newborn as already aged 4 at birth.
Final Answer:
Discussion & Comments