Difficulty: Easy
Correct Answer: 111
Explanation:
Introduction / Context:When every person in a group ages by the same amount, the total increases by (number of people) × (years). No individual ages are required.
Given Data / Assumptions:
Concept / Approach:Total increase = 3 × 8 = 24; add to the current total.
Step-by-Step Solution:1) Increment = 24.2) Future total = 87 + 24 = 111.
Verification / Alternative check:This logic holds regardless of the individual ages as long as the group size remains three.
Why Other Options Are Wrong:They use an incorrect increment (not 24) or arithmetic error.
Common Pitfalls:Adding 8 only once rather than for each of the three people.
Final Answer:111
Discussion & Comments