document.write( "Question 749566: Statistics students participated in an experiment to test their ability to determine when 1 minute has passed. The results are given below in seconds Find the range variance and standard deviation for the given sample data. Identify one reason why the standard deviation from this sample might not be a good estimate of the standard deviation population of adults
\n" );
document.write( "50 53 61 66 56
\n" );
document.write( "range= sec
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #806633 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! range = (highest) - (lowest) = 66 - 50 = 16 sec\r \n" ); document.write( "\n" ); document.write( "mean = (sum of all items)/(number of items) = 57.2 sec\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "standard deviation = square root of the squares of the distances of the elements to the mean\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "= sqrt(1/5 * (50 - 57.2)^2 + (53 - 57.2)^2 + (61 - 57.2)^2 + (66 - 57.2)^2 + (56 - 57.2)^2)\r \n" ); document.write( "\n" ); document.write( "= sqrt(32.56) \n" ); document.write( "= 5.706\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The standard deviation may not be a good estimate because the sample size is too small to accurately represent all adults. \n" ); document.write( " |