document.write( "Question 1131236: Find the minimum sample size you should use to assure that your estimate if p will be within the required margin of error around the population p. Margin of error: 0.05; confidence level: 99%; from a prior study, p is estimated by 0.13 \n" ); document.write( "
Algebra.Com's Answer #748882 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
margin of error is sqrt(p*(1-p)/n)*2.576, the z-value for 99%
\n" ); document.write( "=sqrt(0.13*0.87/n)*2.576=0.05
\n" ); document.write( "square both sides
\n" ); document.write( "0.0025=6.64*.13*.87/n
\n" ); document.write( "n=300.39 or 301
\n" ); document.write( "
\n" ); document.write( "
\n" );