document.write( "Question 567277: the average of 3 numbers is 63. What is the value of a fourth number x if the average of the four numbers is 60? \n" ); document.write( "
Algebra.Com's Answer #366493 by htmentor(1343)\"\" \"About 
You can put this solution on YOUR website!
the average of 3 numbers is 63. What is the value of a fourth number x if the average of the four numbers is 60?
\n" ); document.write( "====================
\n" ); document.write( "Let S = the sum of the 3 numbers
\n" ); document.write( "Then the average of the 3 numbers = 63 = S/3 -> S = 189
\n" ); document.write( "When the fourth number, x, is added the average = (S+x)/4 = 60
\n" ); document.write( "189+x = 240
\n" ); document.write( "x = 51
\n" ); document.write( "
\n" );