document.write( "Question 528539: The class average on a test is exactly 83. take away the best score and the average is 82. There are 16 students in the class, what is the best score?\r
\n" );
document.write( "\n" );
document.write( "x/16=83-x/16??? \n" );
document.write( "
Algebra.Com's Answer #349314 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! x = total points scored by the class \n" ); document.write( ". \n" ); document.write( "x/16 = 83 \n" ); document.write( "x = 16*83 \n" ); document.write( "x = 1328 \n" ); document.write( ". \n" ); document.write( "Take away the best score and the average is 82 \n" ); document.write( ". \n" ); document.write( "y/15 = 82 \n" ); document.write( "y = 15*82 \n" ); document.write( "y = 1230 \n" ); document.write( ". \n" ); document.write( "Therefore, the best score was 1328 - 1230 = 98. \n" ); document.write( " \n" ); document.write( " |