document.write( "Question 1158464: 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 8% margin of error at a 90% confidence level, what size of sample is needed?
\n" );
document.write( "Give your answer in whole people. \n" );
document.write( "
Algebra.Com's Answer #781406 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! .08=z*SE \n" ); document.write( "0.08=1.645*sqrt((.5*.5)/n), which is the most conservative estimation of the proportion. \n" ); document.write( "sqrtn)=1.645*sqrt(.5*.5)/0.08=1.645*.5/0.08=10.28 \n" ); document.write( "n=105.70 or 106 people \n" ); document.write( " |