document.write( "Question 1190752: The following data give the yearly numbers of law enforcement officers killed in the United
\n" );
document.write( "States over 10 years: 164, 165, 157, 164, 152, 147, 148, 131, 147, 155, calculate sample
\n" );
document.write( "variance and standard deviation. \n" );
document.write( "
Algebra.Com's Answer #849210 by CPhill(1987) You can put this solution on YOUR website! Here's how to calculate the sample variance and standard deviation:\r \n" ); document.write( "\n" ); document.write( "1. **Calculate the mean (average):**\r \n" ); document.write( "\n" ); document.write( " Mean = (164 + 165 + 157 + 164 + 152 + 147 + 148 + 131 + 147 + 155) / 10 = 1530 / 10 = 153\r \n" ); document.write( "\n" ); document.write( "2. **Calculate the squared differences from the mean:**\r \n" ); document.write( "\n" ); document.write( " * (164 - 153)² = 121 \n" ); document.write( " * (165 - 153)² = 144 \n" ); document.write( " * (157 - 153)² = 16 \n" ); document.write( " * (164 - 153)² = 121 \n" ); document.write( " * (152 - 153)² = 1 \n" ); document.write( " * (147 - 153)² = 36 \n" ); document.write( " * (148 - 153)² = 25 \n" ); document.write( " * (131 - 153)² = 484 \n" ); document.write( " * (147 - 153)² = 36 \n" ); document.write( " * (155 - 153)² = 4\r \n" ); document.write( "\n" ); document.write( "3. **Calculate the sum of squared differences:**\r \n" ); document.write( "\n" ); document.write( " 121 + 144 + 16 + 121 + 1 + 36 + 25 + 484 + 36 + 4 = 992\r \n" ); document.write( "\n" ); document.write( "4. **Calculate the sample variance:**\r \n" ); document.write( "\n" ); document.write( " Sample Variance = (Sum of Squared Differences) / (Number of Data Points - 1)\r \n" ); document.write( "\n" ); document.write( " Sample Variance = 992 / (10 - 1) = 992 / 9 ≈ 110.22\r \n" ); document.write( "\n" ); document.write( "5. **Calculate the sample standard deviation:**\r \n" ); document.write( "\n" ); document.write( " Sample Standard Deviation = √(Sample Variance)\r \n" ); document.write( "\n" ); document.write( " Sample Standard Deviation = √(110.22) ≈ 10.50\r \n" ); document.write( "\n" ); document.write( "Therefore, the sample variance is approximately 110.22, and the sample standard deviation is approximately 10.50. \n" ); document.write( " |