Data & Graphs

Problem

Recompute mean after adding or removing data

A class of 54 people has an average age of 34. After 6 more people join, the 60-person class has an average age of 33. I need to find the average age of just the 6 newcomers.
Data & probability
Your answer
How to solve
Strategy Work Backwards — An average is just the total divided by the count, so I can undo it: multiply each average by its count to recover the total age before and after. The difference between those two totals is the combined age the 6 newcomers brought in. Working backwards from the averages to the totals turns a confusing 'average of an average' question into simple multiply-subtract-divide subproblems.
1STEP 1

Total age of the original 54 students

Average means the total shared out evenly, so I can rebuild the total: multiply the average age by how many students there were.

54 × 34 = 1836
2STEP 2

Total age of all 60 students afterward

Now there are 60 students whose average is 33, so I rebuild their total age the same way.

60 × 33 = 1980
3STEP 3

Combined age the 6 newcomers added

The only thing that changed the total was the 6 new students, so their combined age is the new total minus the old total.

1980 - 1836 = 144
4STEP 4

Average age of the 6 new students

Their 144 combined years are shared among 6 people, so divide to get the average for one newcomer.

144 ÷ 6 = 24
Answer
24 years
The newcomers' average of 24 is below the old average of 34, which makes sense because adding younger people pulled the class average down from 34 to 33. Check the totals: 1836 old years + 144 new years = 1980, and 1980 ÷ 60 = 33, matching the stated new average.
Takeaway

To redo an average after the group changes, turn each average back into a total (average × count), compare the totals, then share the difference out evenly.

  • Total age of the original 54 students
  • Total age of all 60 students afterward
  • Combined age the 6 newcomers added
  • Average age of the 6 new students
Where next?
Another one like thissuggested

▶ Practice — 12 problems