document.write( "Question 1193228: In a hospital study, the mean noise level in the 171 ward areas was 58.0 decibels, and the Population standard deviation is 4.8. Find the 90% confidence interval of the true mean.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #825292 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! 90% half-interval is z*sigma/sqrt(n) \n" ); document.write( "=1.645*4.8/sqrt(171) \n" ); document.write( "=0.60 \n" ); document.write( "(57.4, 58.6) decibels \n" ); document.write( " |