document.write( "Question 441427: Justin must average at least 90% on five tests to receive an A. His grades on the first four test were 85%, 93%, 88%, and 94%. Which inequality can justin use to find the minimum percent score he must make on the fifth test to receive an A?\r
\n" );
document.write( "\n" );
document.write( "A.) x-360/5 _<_ 90
\n" );
document.write( "B.) x-360/5 _>_ 90
\n" );
document.write( "c.) 360+x/5 _<_ 90
\n" );
document.write( "d.)360+x/5 _>_90
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #304700 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Let x = the score on the 5th test \n" ); document.write( "Then average of the 5 scores is: \n" ); document.write( "(85 + 93 + 88 + 94 + x)/5 = (360 + x)/5 \n" ); document.write( "In order to receive an A, the average must be greater than or equal to 90. \n" ); document.write( "Therefore, the inequality is \n" ); document.write( "(360 + x)/5 >= 90 \n" ); document.write( "Ans: (d) \n" ); document.write( " |