document.write( "Question 1176585: Surveyors asked a random sample of women in a major city what factor was the most important in deciding where to shop. The results appear in the following table. If the sample size was 1200, estimate with 95% confidence the proportion of women who identified price and value as the most important factor.\r
\n" );
document.write( "\n" );
document.write( "Factor Percentage (%)\r
\n" );
document.write( "\n" );
document.write( "Price and Value 40
\n" );
document.write( "Quality and selection of merchandise 30
\n" );
document.write( "Service 15
\n" );
document.write( "Shopping environment 15 \n" );
document.write( "
Algebra.Com's Answer #803819 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! price and value is 40% of the total (I misread the question) \n" ); document.write( "95%CI half-interval is z*sqrt(p*(1-p)/n) \n" ); document.write( "=1.96*sqrt(..4*.6/1200) \n" ); document.write( "=0.0277 \n" ); document.write( "95%CI is (0.3723, 0.4277) units % \n" ); document.write( " |