document.write( "Question 1182660: You want to obtain a sample to estimate a population mean.
\n" );
document.write( "Based on previous evidence, you believe the population standard deviation is approximately =39.5.
\n" );
document.write( "You would like to be 90% confident that your estimate is within 10 of the true population mean.
\n" );
document.write( "How large of a sample size is required?
\n" );
document.write( "Do not round mid-calculation.\r
\n" );
document.write( "\n" );
document.write( "n= \n" );
document.write( "
Algebra.Com's Answer #812771 by Boreal(15235) You can put this solution on YOUR website! for 90% CI; error=z(0.95)*sigma/sqrt(n) \n" ); document.write( "10=1.645*39.5/sqrt(n); square both sides \n" ); document.write( "100=2.706*1560.25/n \n" ); document.write( "n=42.22 round to 43. \n" ); document.write( " |