document.write( "Question 1151903: Researchers are interested in estimating the average level of some enzyme in a certain human population with some interval. A random sample of 10 individuals was taken and it was found that the mean level of enzyme computed from this sample is 22unit. Assume that the level of enzyme in underlying population is normally distributed with variance of 8unit2. Construct the 95% CI for the estimate of the unknown population mean and interpret the result. \n" ); document.write( "
Algebra.Com's Answer #774337 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
95%CI half-interval is z=1.96*sigma/sqrt(10); sigma is sqrt(V) or sqrt(8) unit
\n" ); document.write( "the half-interval is 1.96*sqrt(8)/sqrt(10)=1.75
\n" ); document.write( "The whole interval is mean +/- half-interval or (20.25, 23.75)units
\n" ); document.write( "
\n" );