document.write( "Question 1062809: A math student has a 100 homework average and test grades of 99, 100, and 97. The homework average counts 15%, each test counts 20%, and the final exam counts 25%. What is the lowest grade the student can get on the final exam and still get an A (an average of 90 or better) in the class? \n" ); document.write( "
Algebra.Com's Answer #677831 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
homework = 100
\n" ); document.write( "test grades of 99, 100, 97\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "homework average counts 15%
\n" ); document.write( "each test counts 20%
\n" ); document.write( "final counts 25%\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( ".15 * 100 = 15
\n" ); document.write( ".20 * 99 = 19.8
\n" ); document.write( ".20 * 100 = 20
\n" ); document.write( ".20 * 97 = 19.4
\n" ); document.write( ".25 * x = .25 *x\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "15 + 19.8 + 20 + 19.4 + .25 * x >= 90\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "combine like terms to get 74.2 + .25 * x >= 90\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "subtract 74.2 from both sides of the equation to get .25 * x >= 90 - 74.2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "simplify to get .25 * x >= 15.8\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "divide both sides of this equation by .25 to get x >= 63.2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "he needs to get greater than or equal to 63.2 on the final to get a final average greater than or equal to 90.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );