document.write( "Question 1093246:  Use the given data to find the minimum sample size required to estimate a population proportion or percentage.\r
\n" );
document.write( "\n" );
document.write( "Margin of error:0.04
\n" );
document.write( "confidence level: 95%
\n" );
document.write( "^                        ^
\n" );
document.write( "p and q unknown.\r
\n" );
document.write( "\n" );
document.write( "n = _____ (Round up to the nearest integer.) \n" );
document.write( "
| Algebra.Com's Answer #707950 by Boreal(15235)     You can put this solution on YOUR website! half interval is the margin of error=0.04=1.96*sqrt(.5*.5/n); we use .5 for p and q, because they will give the largest value for n (most conservative). \n" ); document.write( "squaring everything \n" ); document.write( "0.0016=3.8416*.25/n \n" ); document.write( "0.0016n=0.96 \n" ); document.write( "divide by 0.0016 \n" ); document.write( "n=600.25 so round to 601 ANSWER \n" ); document.write( "square root of (0.25/600)=0.0204 \n" ); document.write( "multiply that by 1.96 to get 0.04 \n" ); document.write( " |