document.write( "Question 324847: What is the mean for the following scores on a 10-point quiz:
\n" );
document.write( "10 10 9 9 8 8 7 7 7 6 6\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #232569 by jim_thompson5910(35256) ![]() You can put this solution on YOUR website! Hint: Mean = Sum of all numbers/number of numbers. In other words, add up all the numbers and divide that sum by the number of numbers (in this case, there are 11 numbers, so you divide that sum by 11) \n" ); document.write( " |