Difficulty: Easy
Correct Answer: 8
Explanation:
Introduction / Context:
When the same increment or decrement is applied to each group in a collection, the effect on the overall average is straightforward. Here, one member leaves each family, reducing each family's size by 1.
Given Data / Assumptions:
Concept / Approach:
Subtract 1 from each family, sum the new sizes, and divide by 6. Alternatively, compute the original average and then subtract 1 directly from the average (since all groups change equally).
Step-by-Step Solution:
Verification / Alternative check:
Original average = 54 / 6 = 9. Decreasing each family by 1 reduces the average by 1 ⇒ 9 - 1 = 8. Matches the computed value.
Why Other Options Are Wrong:
Common Pitfalls:
Subtracting only 1 in total rather than 1 per family (which would undercount the reduction).
Final Answer:
8
Discussion & Comments