document.write( "Question 1112631: In a Gallup poll of 557 randomly selected adults, 284 said that they were
\n" );
document.write( "underpaid. Construct a 95% confidence interval estimate for the proportion
\n" );
document.write( "of adults who say they are underpaid. \n" );
document.write( "
Algebra.Com's Answer #727684 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! In a Gallup poll of 557 randomly selected adults, 284 said that they were \n" ); document.write( "underpaid. Construct a 95% confidence interval estimate for the proportion \n" ); document.write( "of adults who say they are underpaid. \n" ); document.write( "---------------------- \n" ); document.write( "sample proportion = 284/557 = 0.5099 \n" ); document.write( "Margin of Error = z*sqrt(pq/n) = 1.96*sqrt[0.5099*0.4901/557] = 0.0415 \n" ); document.write( "---- \n" ); document.write( "95% CI:: 0.5099-0.0415 < p < 0.5099+0.0415 \n" ); document.write( "--------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------- \n" ); document.write( " |