document.write( "Question 709390: The following data lists the average monthly snowfall for January in 15 cities around the US:
\n" );
document.write( "
\n" );
document.write( "40 44 43 15 22 29 38 22
\n" );
document.write( "14 13 28 29 47 31 18
\n" );
document.write( "
\n" );
document.write( "Find the mean, variance, and standard deviation. \n" );
document.write( "
Algebra.Com's Answer #436574 by vheroli(126)![]() ![]() You can put this solution on YOUR website! Solution for Mean: \n" ); document.write( "Add all the numbers and then divide by 15 \n" ); document.write( "40 44 43 15 22 29 38 22 \n" ); document.write( "14 13 28 29 47 31 18\r \n" ); document.write( "\n" ); document.write( "Mean= 28.87\r \n" ); document.write( "\n" ); document.write( "Solution for standard deviation: \n" ); document.write( "Use the formula for standard deviation \n" ); document.write( " \n" ); document.write( "= \n" ); document.write( "\n" ); document.write( "Standard Deviation=11.10\r \n" ); document.write( "\n" ); document.write( "Solution for Variance: \n" ); document.write( "Simply: (Standard Dev)^2 \n" ); document.write( "Variance= (11.10)^2 = 123.18 \n" ); document.write( " |