document.write( "Question 423903: if soeone got on their first 3 test, 91%,87%, and 86% what average must they receive on the fourth and fifth test to average 90% for all test? \n" ); document.write( "
Algebra.Com's Answer #295563 by linht117(37)\"\" \"About 
You can put this solution on YOUR website!
ave=sum of all terms/ # of terms
\n" ); document.write( "90=91+87+86+2x/5
\n" ); document.write( "90*5=91+87+86+8x/5*5
\n" ); document.write( "450=264+2x
\n" ); document.write( "450-264=264-264+2x
\n" ); document.write( "186/2=2x/2
\n" ); document.write( "93=x
\n" ); document.write( "answer is 93% for the 4th and 5th test
\n" ); document.write( "
\n" );