document.write( "Question 670337: a student receives scores of 78,85,and 69 on the first 3 of 5 tests. What must the student average on the next 2 tests to achieve a total average of exactly 80? \n" ); document.write( "
Algebra.Com's Answer #416869 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
(78+85+69+2x)/5=80
\n" ); document.write( "2x+232=80*5
\n" ); document.write( "2x+232=400
\n" ); document.write( "2x=400-232
\n" ); document.write( "2x=168
\n" ); document.write( "x=168/2
\n" ); document.write( "x=84
\n" ); document.write( "
\n" );