1998 CEMC Pascal Problems/Problem 8
Problem
The average (mean) of a list of numbers is
. If
and
are added to the list, the new average will be
Solution
We can just add and
to whatever the sum of the original
numbers were, and then divide it by the new number of numbers, which is
.
Let be the sum of the numbers before
and
were added. We can then set up an equation involving
to find the average:
Our new average would then be
~anabel.disher