document.write( "Question 1182709: A political candidate has asked you to conduct a poll to determine what percentage of people support her.
\n" );
document.write( "If the candidate only wants a 1.5% margin of error at a 99% confidence level, what size sample is needed?
\n" );
document.write( "Answer with a whole number.\r
\n" );
document.write( "\n" );
document.write( "n = \n" );
document.write( "
Algebra.Com's Answer #812808 by Boreal(15235) You can put this solution on YOUR website! Use 0.5 as the most conservative measure \n" ); document.write( "error=z(0.995)*sqrt(.5*.5/n) \n" ); document.write( "0.015=2.576*sqrt(.25/n) \n" ); document.write( "square both sides \n" ); document.write( "0000225=1.658944/n \n" ); document.write( "n=7373.08 or 7374 \n" ); document.write( " |