document.write( "Question 261605: Suppose your grades on your first four exams were 84%, 90%, 68%, and 89%. What would be the lowest possible average that your last two exams could have so that your grade in the class, based on the average of the six exams, is at least 78%? \n" ); document.write( "
Algebra.Com's Answer #192855 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
(84+90+68+89+2X)/6>=78
\n" ); document.write( "(331+2X)/6>=78
\n" ); document.write( "331+2X>=6*78
\n" ); document.write( "331+2X>=468
\n" ); document.write( "2X>=468-331
\n" ); document.write( "2X>=137
\n" ); document.write( "X>=137/2
\n" ); document.write( "X>=68.5 OR THE LAST 2 TESTS MUST AVERAGE 68.5 OR GREATER.
\n" ); document.write( "
\n" );