document.write( "Question 746964: The mean of 4 test scores is 90. What is the sum of the scores
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #454612 by jim_thompson5910(35256) ![]() You can put this solution on YOUR website! Let S = sum of all the scores\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If the mean is 90 and there are 4 tests, then\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "S/4 = 90\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "4*(S/4) = 4*90\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "S = 360\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the sum of the scores is 360 \n" ); document.write( " |