document.write( "Question 919429: I've did this problem many times but I think I keep getting a wrong answer.\r
\n" );
document.write( "\n" );
document.write( "A student has scores of 85, 64, and 72 on three exams. What are the possible scores the student would need to earn on the fourth exam to have at least an average of 75 on the four exams? \n" );
document.write( "
Algebra.Com's Answer #557722 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! let x represent the score on the fourth exam, then \n" ); document.write( "(85 + 64 + 72 + x) / 4 > or = 75 \n" ); document.write( "(85 + 64 + 72 + x) > or = 300 \n" ); document.write( "221 + x > or = 300 \n" ); document.write( "x > or = 79\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |