document.write( "Question 1157233: A researcher wishes to estimate the proportion of adults who have high-speed Internet access. What size sample should be obtained if she wishes the estimate to be within 0.04 with 90% confidence if
\n" );
document.write( "(a) she uses a previous estimate of 0.32?
\n" );
document.write( "(b) she does not use any prior estimates? \n" );
document.write( "
Algebra.Com's Answer #780068 by Boreal(15235) You can put this solution on YOUR website! 90% CI is z*SE=0.04 for half-interval \n" ); document.write( "so 1.645*sqrt(.32*.68/n)=0.04 \n" ); document.write( "and \n" ); document.write( "1.645*sqrt(.32*.68)/0.04=sqrt(n)\r \n" ); document.write( "\n" ); document.write( "square both sides \n" ); document.write( "n=368.02 or 369 rounding up\r \n" ); document.write( "\n" ); document.write( "when the estimates are unknown, use .5 as the most conservative\r \n" ); document.write( "\n" ); document.write( "1.645*sqrt*(.25)/0.04=sqrt (n)' \n" ); document.write( "n=422.8 or 423\r \n" ); document.write( "\n" ); document.write( "having a prior estimate that is further from 0.5 in either direction will lower the needed sample size. \n" ); document.write( " |