Difficulty: Easy
Correct Answer: 6 years
Explanation:
Introduction / Context:This is a reverse-average problem: we know the overall mean before and after removing one value. Converting means to totals allows isolation of the missing age quickly.
Given Data / Assumptions:
Concept / Approach:Total = average * count. The difference between initial total and new total equals the age of the friend who left.
Step-by-Step Solution:
Initial total = 10 * 15 = 150New total = 9 * 16 = 144Missing age = 150 - 144 = 6 yearsVerification / Alternative check:If the person who left was 6, the remainder totals 144 with 9 members, average 16, which matches the condition.
Why Other Options Are Wrong:
Common Pitfalls:Confusing which total to subtract from which. The person who left equals initial total minus new total.
Final Answer:6 years
Discussion & Comments