document.write( "Question 1182284: Recorded here are the germination times (in days) for ten randomly chosen seeds of a new type of bean.
\n" ); document.write( "13, 11, 13, 10, 14, 14, 20, 13, 22, 20
\n" ); document.write( "Assuming that germination times are normally distributed, find a 95% confidence interval for the mean germination time for all beans of this type. Then find the lower limit and upper limit of the 95% confidence interval.
\n" ); document.write( "Carry your intermediate computations to at least three decimal places. Round your answers to one decimal place. (If necessary, consult a list of formulas.)\r
\n" ); document.write( "\n" ); document.write( "Lower limit:
\n" ); document.write( "
\n" ); document.write( "Upper limit:
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #812340 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
Get the mean and sd
\n" ); document.write( "the 95% CI is mean +/- t (0.975, df=9)*s/sqrt(10)
\n" ); document.write( "the mean is 15, s=4.14
\n" ); document.write( "t=2.262
\n" ); document.write( "the half-interval is 2.262*4.14/sqrt(10)=2.96
\n" ); document.write( "the whole interval is (12.0, 18.0) units days rounded.
\n" ); document.write( "
\n" );