SOLUTION: After calculating the sample size needed to estimate a population proportion to within .04, your statistics professor told you the maximum allowable error must be reduced to just .

Algebra.Com
Question 1089637: After calculating the sample size needed to estimate a population proportion to within .04, your statistics professor told you the maximum allowable error must be reduced to just .01. If the original calculation led t a sample size of 800, the sample size will now have to be:
Answer by Boreal(15235)   (Show Source): You can put this solution on YOUR website!
error = function {sqrt(p*(1-p)/n)}
error^2*n= function of p(1-p)
n=function of p(1-p)/error^2
1/4 of the error is 1/16 in the denominator and that means the sample size must be 16 times higher or 12,800.
Put in numbers to check and use alpha of 0.05
0.04=1.96*sqrt(p(1-p)/800)
0.0016*800=3.84 p(1-p)
1.28/3.84=p(1-p)=0.33
now change error to 0.01
0.0001*n=0.33*3.84=1.28
1.28/0.0001=12,800

RELATED QUESTIONS

After calculating the sample size needed to estimate a population proportion to within... (answered by jim_thompson5910)
After calculating the sample size needed to estimate a population proportion to within... (answered by oscargut)
After you calculate the sample size needed to estimate a population proportion to within... (answered by robertb)
You want to estimate, with 95% confidence, the population proportion of U.S. adults who... (answered by stanbon)
you want to obtain a sample to estimate the population proportion you would like to be at (answered by ewatrrr)
A researcher wants to make a 95% confidence interval for the population proportion. A... (answered by stanbon)
You wish to estimate with 95% confidence the population proportion of US adults who think (answered by jim_thompson5910)
You want to obtain a sample to estimate a population proportion. You have no reasonable... (answered by Boreal)
Determine the sample size necessary to estimate a population proportion to within .03 (answered by stanbon)