document.write( "Question 332570: A student has earned scores of 87, 81, and 88 on the first 3 of 4 tests. If the student wants an average (arithmetic mean) of exactly 87, what score must she earn on the fourth test? \n" ); document.write( "
Algebra.Com's Answer #238309 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! A student has earned scores of 87, 81, and 88 on the first 3 of 4 tests. If the student wants an average (arithmetic mean) of exactly 87, what score must she earn on the fourth test? \n" ); document.write( ". \n" ); document.write( "Let x = score of fourth test \n" ); document.write( "then \n" ); document.write( "(87+81+88+x)/4 = 87 \n" ); document.write( ". \n" ); document.write( "Multiplying both sides by 4: \n" ); document.write( "(87+81+88+x) = 348 \n" ); document.write( "256+x = 348 \n" ); document.write( "x = 348-256 \n" ); document.write( "x = 92 \n" ); document.write( " |