document.write( "Question 1048450: Jim has gotten scores of 82 and 60 on his first two tests. What score must he get on his third test to keep an average of 75 or better? \n" ); document.write( "
Algebra.Com's Answer #664023 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
(82 + 60 + x)/3 >= 75
\n" ); document.write( "82 + 60 + x >= 225
\n" ); document.write( "x >= 225 - 142
\n" ); document.write( "x >= 83
\n" ); document.write( "
\n" );