document.write( "Question 1182932: You want to obtain a sample to estimate a population proportion.
\n" );
document.write( "Based on previous evidence, you believe the population proportion is 58%.
\n" );
document.write( "You would like to be 99% confident that your estimate is within 2.5% of the true population proportion.
\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 #813091 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! error=z(2.5768)*sqrt(0.58*0.42/n) \n" ); document.write( "0.025^2=z^2*0.58*0.42/n \n" ); document.write( "n=z^2*0.58*0.42/0.025^2 \n" ); document.write( "=2586.01 or 2587 \n" ); document.write( " |