Hi Britt,
You may want to double check your error percentage of 0.1%, because sample sizes usually are not as high as this one is.
The formula to compute sample size is:
n=p(1-p)(za/2/e)2
Let's break this down:
n=sample size, which we are trying to find
p is the estimate for the population proportion, which we were not given here. When that is the case, it is appropriate to estimate p=0.5. Thus:
p=0.5
1-p=0.5
za/2 should actually read zsub alpha/2, but my computer does not have Greek letters. This is our critical value for a 98% confidence interval. It's available at z-score tables online. It's 2.330. This is somewhat atypical. Most confidence intervals I've seen are 95%; 1.96 critical value. Anyway:
za/2=2.330
e=acceptable error, this was given in the problem as 0.1%; converting to decimal:
e=0.001
Substituting:
n=(0.5)(0.5)(2.330/0.001)2
n=1357225
Again, this seems very large for a sample size, and it's impractical in the real world to sample that many people. The low error value is what drives it up, since that's in a quotient. Again, you may want to double check the error value you were given. I hope this helps.