document.write( "Question 750182: Please walk me through this\r
\n" );
document.write( "\n" );
document.write( "Listed below are the durations (in hours) of a simple random sample of all flights of a space shuttle program. Find the range, variance, and standard deviation for the sample data. Is the lowest duration time unusual? Why or why not?
\n" );
document.write( "77 100 240 191 163 263 195 371 254 231 384 336 223 250 0
\n" );
document.write( "The range of the sample data is [ ] hours
\n" );
document.write( "The variance of the sample data is [ ]
\n" );
document.write( "The standard deviation of the sample data is [ ] hours \n" );
document.write( "
Algebra.Com's Answer #806393 by CubeyThePenguin(3113) You can put this solution on YOUR website! range = highest value - lowest value = 384 - 0 = 384 hr\r \n" ); document.write( "\n" ); document.write( "variance \n" ); document.write( "= (sum of squares of data values subtracted from the mean)/(number of data values - 1) \n" ); document.write( "= 11108\r \n" ); document.write( "\n" ); document.write( "standard deviation \n" ); document.write( "= sqrt(variance) \n" ); document.write( "= 105.4 hr\r \n" ); document.write( "\n" ); document.write( "for reference: mean = (sum of all data values)/(number of data values) = 218.5 hr \n" ); document.write( " |