document.write( "Question 1100566: In 2009, a consulting firm surveyed a random sample of 700 U.S. businesses and found that 28% of them were owned by women. \r
\n" );
document.write( "\n" );
document.write( "Create a 90% confidence interval for the true proportion of U.S. businesses that are owned by women.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #715070 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! In 2009, a consulting firm surveyed a random sample of 700 U.S. businesses and found that 28% of them were owned by women. \n" ); document.write( "Create a 90% confidence interval for the true proportion of U.S. businesses that are owned by women. \n" ); document.write( "----- \n" ); document.write( "sample proportion:: 0.28 \n" ); document.write( "ME = z*sqrt(pq/n) = 1.645*sqrt[0.28*0.72/700) = 0.0279 \n" ); document.write( "------ \n" ); document.write( "90% CI: 0.28-0.0279 < p < 0.28+0.0279 \n" ); document.write( "90% CI: 0.2521 < p < 0.3079 \n" ); document.write( "----------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "----------- \n" ); document.write( " |