document.write( "Question 1100116: You want to obtain a sample to estimate a population mean. Based on previous evidence, you believe the population standard deviation is approximately σ=46.2. You would like to be 90% confident that your estimate is within 3 of the true population mean. How large of a sample size is required?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #714591 by Boreal(15235) You can put this solution on YOUR website! 90% CI half interval is 1.645+/-sigma/sqrt(n) \n" ); document.write( "3=1.645*46.2/sqrt(n) \n" ); document.write( "square both sides \n" ); document.write( "9=5775.85/n \n" ); document.write( "n=641.76 or 642 \n" ); document.write( " \n" ); document.write( " |