document.write( "Question 1003185: Marcus wants to end the semester with at least an 85 test average in his math class. On his first 3 tests, he earned 83, 97, and 80. What will he have to earn on his fourth test to have at least an 85 average? Let g represent the grade needed on his fourth test. \n" ); document.write( "
Algebra.Com's Answer #619963 by fractalier(6550) You can put this solution on YOUR website! Provided that each test is of equal weight, you would write \n" ); document.write( "(83+97+80+g)/4 >= 85 \n" ); document.write( "Now solve for g...multiply by four \n" ); document.write( "83+97+80+g >= 340 \n" ); document.write( "and subtract off the three scores and get \n" ); document.write( "g >= 80 \n" ); document.write( " |