document.write( "Question 1168358: Harold wants to get at least a grade of 85 in his
\n" );
document.write( "math class. His grade will be the average of
\n" );
document.write( "two test scores. He got a 75 on the first test.\r
\n" );
document.write( "\n" );
document.write( "a. Write an inequality to represent the
\n" );
document.write( "situation.\r
\n" );
document.write( "\n" );
document.write( "b. What is the least grade Harold needs to
\n" );
document.write( "get on his second test to meet his goal? \n" );
document.write( "
Algebra.Com's Answer #792977 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! mean=total/n \n" ); document.write( "85=total/2 \n" ); document.write( "total = 170 \n" ); document.write( "so for the next test (75+score)/2>=85 \n" ); document.write( "75+score>=170 \n" ); document.write( "score >=95 \n" ); document.write( " |