document.write( "Question 468449: solve grade average a student scores 74 out of 100 on a test. if the maximum score on the next test is also 100 points, what score does the student need to maintain at least an average of 80? \n" ); document.write( "
Algebra.Com's Answer #321435 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
you have:
\n" ); document.write( "(74 + x)/2 = 80
\n" ); document.write( "multiply both sides of this equation by 2 to get:
\n" ); document.write( "74 + x = 160
\n" ); document.write( "subtract 74 from both sides of this equation to get:
\n" ); document.write( "x = 160 - 74 which becomes:
\n" ); document.write( "x = 86
\n" ); document.write( "He has to get 86 on the second test to average 80 on both tests.
\n" ); document.write( "Assuming he gets that, then his grade average would be calculated as:
\n" ); document.write( "(74 + 86) / 2 = 160/2 = 80.
\n" ); document.write( "
\n" );