document.write( "Question 1131162: Mia’s scores on her four math tests were 87, 77, 68, 58. What does she need to make on the final ( which counts as two tests) to have an average of at least 80? \n" ); document.write( "
Algebra.Com's Answer #747775 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Mia’s scores on her four math tests were 87, 77, 68, 58. \n" ); document.write( " What does she need to make on the final (which counts as two tests) to have an average of at least 80? \n" ); document.write( ": \n" ); document.write( "let n = her score on her final, which counts as 2 tests \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( "290 + 2n = 6(80) \n" ); document.write( "2n = 480 - 290 \n" ); document.write( "2n = 190 \n" ); document.write( "n = 190/2 \n" ); document.write( "n = 95% on the final \n" ); document.write( " |