document.write( "Question 572773: a student received grades of 79, 90 and 83 on the three math tests. what grade does the student need on the fourth test to have an average test score of at least 85 \n" ); document.write( "
Algebra.Com's Answer #368495 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
a student received grades of 79, 90 and 83 on the three math tests. what grade does the student need on the fourth test to have an average test score of at least 85
\n" ); document.write( "-------------
\n" ); document.write( "(79 + 90 + 83 + score)/4 = 85
\n" ); document.write( "(79 + 90 + 83 + score) = 340
\n" ); document.write( "score = 88 to make avg 85
\n" ); document.write( "
\n" ); document.write( "
\n" );