document.write( "Question 836188:  An advertising agency wishes to estimate the proportion of households which use a particular brand of flour.  i) They decide on a sample size of 500, and find that 157 households use the products. Construct a 99% confidence interval for the proportion of households. ii) How large should the sample have been for their estimate to have been in error by less than 2%? 
\n" );
document.write( " (2+3 = 5 marks)  \n" );
document.write( "
| Algebra.Com's Answer #504019 by psbhowmick(878)     You can put this solution on YOUR website! ii) The sample size can be estimated by:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "N=(Z*p(1-p))/(ME)^2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "p = 157/500 = 0.314\r \n" ); document.write( "\n" ); document.write( "N = (2.34*0.314*0.686)/(0.02)^2 = 1260.1\r \n" ); document.write( "\n" ); document.write( "Required sample size = 1261. \n" ); document.write( " |