document.write( "Question 1107408: Hello, see problem below\r
\n" );
document.write( "\n" );
document.write( "The following data represent the number of children in a sample of 10 families from Chicago: 4, 2, 1, 1, 5, 3, 0, 1, 0, and 2.\r
\n" );
document.write( "\n" );
document.write( "Compute the variance of the data. Place your answer, rounded to two decimal places, in the blank.\r
\n" );
document.write( "\n" );
document.write( "I have tried this problem more than one time and it getting 2.49 and i was told it should be 2.77. \r
\n" );
document.write( "\n" );
document.write( "These are the steps I took to complete it:\r
\n" );
document.write( "\n" );
document.write( "The sum of the values is 19 and the total number of values is 10 that gives me a mean of 1.9. Then I subtracted the mean from each value then took the square root of the result. Then I added all the squared results and I got 24.9, divided that by 10 to get the variance of 2.49\r
\n" );
document.write( "\n" );
document.write( "If I missed something, please let know. \n" );
document.write( "
Algebra.Com's Answer #722473 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! variance is the average of the squared differences from the mean \n" ); document.write( ": \n" ); document.write( "first calculate the mean \n" ); document.write( ": \n" ); document.write( "mean = (4 +2 +1 +1 +5 +3 +0 +1 +0 +2)/10 = 1.9 \n" ); document.write( ": \n" ); document.write( "variance = (4-1.9)^2 +(2-1.9)^2 +(1-1.9)^2 +(1-1.9)^2 +(5-1.9)^2 +(3-1.9)^2 +(0-1.9)^2 +(1-1.9)^2 +(0-1.9)^2 +(2-1.9)^2 / 10 = 2.49 \n" ); document.write( ": \n" ); document.write( "you are correct \n" ); document.write( ":\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |