document.write( "Question 392203: The scores on the first examination for an algebra class are given below:
\n" );
document.write( "93, 79, 84, 62, 66, 94, 90, 87, 74, 76, 77, 72, 68, 62, 74, 85, 98, 69, 97, 78, 71
\n" );
document.write( "Find the mean, median, mode and range of the scores on the exam (clearly state each one).
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #278361 by ewatrrr(24785)  You can put this solution on YOUR website! \n" );
document.write( "Hi \n" );
document.write( "mean = 78.8571 | SUM of scores/number of scores = 1656/21 \n" );
document.write( "median = 77 |middle value of the test scores (odd number of scores) \n" );
document.write( "mode = 62 |the most commonly occurring number in this list \n" );
document.write( "range = 36 |(highest - lowest score) = 98 - 62 = 36 \n" );
document.write( "62 62 66 68 69 71 72 74 74 76 \n" );
document.write( "77 \n" );
document.write( "78 79 84 85 87 90 93 94 97 98 \n" );
document.write( " \n" );
document.write( " |
\n" );