document.write( "Question 188669: An arithmetic student needs an average of 70 or more to receive credit for the course. She scored 82, 80, and 87 on the first three exams. Write an inequality representing the score she must get on the last test to receive credit for the course. \n" ); document.write( "
Algebra.Com's Answer #141485 by nerdybill(7384)\"\" \"About 
You can put this solution on YOUR website!
Let t = score on last exam
\n" ); document.write( "then
\n" ); document.write( "(t + 82 + 80 + 87)/4 >= 70
\n" ); document.write( "t + 82 + 80 + 87 >= 280
\n" ); document.write( "t + 249 >= 280
\n" ); document.write( "t >= 280 - 249
\n" ); document.write( "t >= 31
\n" ); document.write( "
\n" );