document.write( "Question 608430: I would like to know how to find the average of 4 numbers when only 3 are given
\n" );
document.write( "here's the question (I don't want the answer just to know how to do it); 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 #383185 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! here's the question (I don't want the answer just to know how to do it); 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( "Let x = score of fourth test \n" ); document.write( "then \n" ); document.write( "(87+81+88+x)/4 = 87 \n" ); document.write( "(256+x)/4 = 87 \n" ); document.write( "multiplying both sides by 4: \n" ); document.write( "256+x = 348 \n" ); document.write( "x = 348-256 \n" ); document.write( "x = 92 \n" ); document.write( " \n" ); document.write( " |