document.write( "Question 1152991: A food safety guideline is that the mercury in fish should be below 1 part per million (ppm). Listed below are the amounts of mercury (ppm) found in tuna sushi sampled at different stores in a major city. Construct a 95% confidence interval estimate of the mean amount of mercury in the population. Does it appear that there is too much mercury in tuna sushi?
\n" );
document.write( "0.58 0.70 0.09 0.98 1.31 0.57 0.96 \r
\n" );
document.write( "\n" );
document.write( "What is the confidence interval estimate of the population mean mu?
\n" );
document.write( "(?) ppm < mu < (?) ppm
\n" );
document.write( "(Round to three decimal places as needed.) \n" );
document.write( "
Algebra.Com's Answer #775143 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Get 1 variable stats from this \n" ); document.write( "mean is 0.741 \n" ); document.write( "s is 0.389 \n" ); document.write( "n=7 \n" ); document.write( "do a 95% CI which is mean +/- t df=6, 0.975 s/ sqrt(n) \n" ); document.write( "This yields 0.741+/- 2.447*0.389/sqrt(7)=0.741+/-0.360 \n" ); document.write( "95% CI is (0.381, 1.101) \n" ); document.write( "Since the critical value of 1 ppm is IN the interval, it is entirely possible that the true value is that or even more, so yes, there is evidence to support the claim that there is too much mercury in the sushi. \n" ); document.write( " |