document.write( "Question 1159422: A sample of 20 elements produced a mean of 81.4 and a standard deviation of 10.44.
\n" );
document.write( "Assuming the population has a normal distribution, construct a 90% confidence interval for
\n" );
document.write( "the population mean. \n" );
document.write( "
Algebra.Com's Answer #783132 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! half-interval is t(0.95,df=19)*s/sqrt(n) \n" ); document.write( "=1.729*10.44/sqrt(20) \n" ); document.write( "=4.04 \n" ); document.write( "90% CI is (77.36, 85.44) \n" ); document.write( " |