1998 CEMC Pascal Problems/Problem 8
Revision as of 17:20, 22 June 2025 by Anabel.disher (talk | contribs) (Created page with "==Problem== The average (mean) of a list of <math>10</math> numbers is <math>0</math>. If <math>72</math> and <math>-12</math> are added to the list, the new average will be...")
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