document.write( "Question 703220: The following data lists the average monthly snowfall for January in 15 cities around the US:
\n" );
document.write( "
\n" );
document.write( "20 9 35 46 44 17 32 25
\n" );
document.write( "30 14 28 14 9 15 20
\n" );
document.write( "
\n" );
document.write( "Find the mean, variance, and standard deviation\r
\n" );
document.write( "\n" );
document.write( "can some one help me \n" );
document.write( "
Algebra.Com's Answer #806587 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! mean = (sum)/(number of elements) = 23.866\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "variance = (sum of squares of each element's distance from the mean) = 138.12\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "standard deviation = sqrt(variance) = 11.752 \n" ); document.write( " |