You can put this solution on YOUR website! Six scores have mean 10. What must the seventh score be
to increase the mean by 1?
-----
mean = (sum of scores)/(# of scores)
-----------------------------------------
Equations:
sum = 6*10 = 60
------
Let the 7th score be "x"::
(60+x)/7 = 11
60+x = 77
x = 17
============
Cheers,
Stan H.
============