Question 1064027
.
A set of 9 numbers {3, 3, 4, 5, 5, 5, 6, 7, 7} has a mean of 5. Another number is added to the set and the mean becomes 6. 
What number is added to the set?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


<pre>
1.  9*5 = 45.


2.  {{{(45 +x)/10}}} = 6  --->  45 + x = 60  --->  x = 15.


3.  I do not need to know that numbers are in your list.
</pre>