document.write( "Question 1120154:  #8
\n" );
document.write( "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 6% margin of error at a 90% confidence level, what size of sample is needed?\r
\n" );
document.write( "\n" );
document.write( "Give your answer in whole people. \n" );
document.write( "
| Algebra.Com's Answer #735846 by Boreal(15235)     You can put this solution on YOUR website! error = +/- z*sqrt p*(1-p)/n \n" ); document.write( "0.06=1.645*sqrt (0.25)/n \n" ); document.write( "0.06=1.645*0.5/sqrt (n) \n" ); document.write( "0.06 sqrt (n)=0.8225 \n" ); document.write( "divide by 0.06 both sides and square \n" ); document.write( "n=187.92 or 188 \n" ); document.write( " |