document.write( "Question 1184847: A political candidate has asked you to conduct a poll to determine what percentage of people support her.\r
\n" );
document.write( "\n" );
document.write( "If the candidate only wants a 4% margin of error at a 98% confidence level, what size of sample is needed?\r
\n" );
document.write( "\n" );
document.write( "The political candidate will need to sample_____ people. \n" );
document.write( "
Algebra.Com's Answer #815526 by Boreal(15235) You can put this solution on YOUR website! error=z(0.99)*sqrt(p*(1-p))/n \n" ); document.write( "let p=0.5 most conservative \n" ); document.write( "0.04=2.326*sqrt(0.5*0.5/n) \n" ); document.write( "square both sides \n" ); document.write( "0.0016-5.41*0.25/n \n" ); document.write( "n=5.41*0.25/0.0016 \n" ); document.write( "=845.31 or 846 \n" ); document.write( " \n" ); document.write( " |