document.write( "Question 1116105: Alex earned scores of 60,74,82,87,87 and 94 on his six algebra test. He has one more test to take and would like to get an average of at least 83. What is the minimum score that he needs to get on the seventh test? \n" ); document.write( "
Algebra.Com's Answer #730964 by addingup(3677) You can put this solution on YOUR website! (60 + 74 + 82 + 87 + 87 + 94 + x)/7 =< 83 \n" ); document.write( "(484 + x)/7 =< 83 \n" ); document.write( "[(484 + x)/7] * 7 =< 83 * 7 \n" ); document.write( "484 + x = 581 \n" ); document.write( "x = 97 \n" ); document.write( " \n" ); document.write( " |