document.write( "Question 971712: Find Mean and Standard Deviation for following numbers: 10, 0, 10, 16, 7, 18, 0.25, 5, 10, and 28. \n" ); document.write( "
Algebra.Com's Answer #594106 by Boreal(15235) You can put this solution on YOUR website! 10, 0, 10, 16, 7, 18, 0.25, 5, 10, and 28\r \n" ); document.write( "\n" ); document.write( "sum is 104.25. \n" ); document.write( "Divide by 10 is the mean=10.425\r \n" ); document.write( "\n" ); document.write( "Standard deviation: 8.51\r \n" ); document.write( "\n" ); document.write( "It is the sum of the squared deviations from the mean divided by 9.\r \n" ); document.write( "\n" ); document.write( "(10-10.425)^2 +....(28-10.425)^2/9 \n" ); document.write( " \n" ); document.write( " |