document.write( "Question 840905: The average of 7 numbers is 36. An eighth number is chosen so that the average is now 45. What is the eighth number. \n" ); document.write( "
Algebra.Com's Answer #506472 by hamsanash1981@gmail.com(151)![]() ![]() ![]() You can put this solution on YOUR website! average of 7 numbers is 36 then total number = 36*7 = 252 \n" ); document.write( "Now the eighth number be x and new average of 8 numbers is 45 \n" ); document.write( "(252+x)/8 = 45 \n" ); document.write( "252 + x = 360 \n" ); document.write( "x= 108 \n" ); document.write( "Therefore the 8th number is 108 \n" ); document.write( " |