document.write( "Question 1058636: The following data were randomly drawn from an approximately normal population.
\n" );
document.write( "2, 6, 11, 12, 21, 23\r
\n" );
document.write( "\n" );
document.write( "use these data, find a 95% confidence interval for the population standard deviation. Then complete the table below.\r
\n" );
document.write( "\n" );
document.write( "Carry your intermediate computations to at least three decimal places. Round your answers to at least two decimal places. \r
\n" );
document.write( "\n" );
document.write( "what is the lower limit of the 95% confident interval and what is the upper limit of the 95% confident interval \n" );
document.write( "
Algebra.Com's Answer #673740 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! Since we are trying to estimate the standard deviation in the population, we choose the standard deviation as the sample statistic. \n" ); document.write( ": \n" ); document.write( "Sample mean is (2 + 6 + 11 + 12 + 21 + 23) / 6 = 12.5 \n" ); document.write( ": \n" ); document.write( "Sample standard deviation is square root( (1/6) * summation from 1 to 6 (x(i) - sample mean)^2 ) = 8.2158 \n" ); document.write( ": \n" ); document.write( "degrees of freedom(df) = 6 - 1 = 5 \n" ); document.write( ": \n" ); document.write( "alpha(a) = 1 - (95/100) = 0.005 \n" ); document.write( ": \n" ); document.write( "critical probability(p*) = 1 - (a/2) = 0.975 \n" ); document.write( ": \n" ); document.write( "we use the chi-square table to find two values \n" ); document.write( ": \n" ); document.write( "x^2 (1 - (a/2) ) and 5 degrees of freedom = 0.831 \n" ); document.write( "x^2(a/2) and five degrees of freedom = 12.833 \n" ); document.write( ": \n" ); document.write( "the 95% confidence interval for the variance is \n" ); document.write( ": \n" ); document.write( "5*(8.2158)^2/12.833 < variance < 5*(8.2158)^2/0.831 \n" ); document.write( ": \n" ); document.write( "26.2991 < variance < 406.1334 \n" ); document.write( ": \n" ); document.write( "standard deviation = square root of the variance \n" ); document.write( ": \n" ); document.write( "************************************************************* \n" ); document.write( "95% confidence interval for the population standard deviation \n" ); document.write( ": \n" ); document.write( "(5.1283, 20.1528) \n" ); document.write( "************************************************************* \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |