document.write( "Question 1041828: A poll asked people to name the most serious problem facing the country. forty-three percent of the 900 randomly selected people said crime. What is the margin of error? Round to four decimal places.
\n" );
document.write( "A.) 0.0165
\n" );
document.write( "B.) 0.0330
\n" );
document.write( "C.) 0.0261
\n" );
document.write( "D.) 0.0523 \n" );
document.write( "
Algebra.Com's Answer #656809 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Assuming a 95% confidence interval, the critical z value is z = 1.96 which rounds to 2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "z = 2 \n" ); document.write( "phat = 0.43 \n" ); document.write( "1-phat = 1-0.43 = 0.57 \n" ); document.write( "n = 900\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "margin of error = z*sqrt(phat*(1-phat)/n) \n" ); document.write( "margin of error = 2*sqrt(0.43*0.57/900) \n" ); document.write( "margin of error = 0.03300505011863 \n" ); document.write( "margin of error = 0.0330\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The final answer is choice B) 0.0330 \n" ); document.write( " |