document.write( "Question 1191257: You want to obtain a sample to estimate a population proportion. You have no reasonable estimate for the population proportion p. You would like to construct a 99% confidence interval so that your interval estimate is within 2% of the true population proportion.\r
\n" );
document.write( "\n" );
document.write( "How large of a sample size is required? \n" );
document.write( "
Algebra.Com's Answer #823136 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! error=half-interval of a 99%CI=z(0.995)*sqrt(0.5*0.5/n) for most conservative estimate. \n" ); document.write( "0.02=2.576*sqrt(0.25/n) \n" ); document.write( "square both sides \n" ); document.write( "0.0004=6.636*0.25/n \n" ); document.write( "n=1.6589/0.0004 \n" ); document.write( "=4147.36 or 4148 units \n" ); document.write( " |