document.write( "Question 1100694: If the average of 4 tests is 76, and you take away the highest score, leaving the average of 3 tests 72, what is the highest score
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #715223 by richwmiller(17219) You can put this solution on YOUR website! (a+b+c+d)/4=76 \n" ); document.write( "(a+b+c+d)=4*76=304 \n" ); document.write( "(a+b+c)/3=72 \n" ); document.write( "(a+b+c)=3*72=216 \n" ); document.write( "d=304-216=88 highest score\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |