Answer:
Explanation:
Hello!
The proportion is a parameter of a binomial distribution. When studying it, when there is no prior information to base your assumptions or pilot test that will give you an idea of the value the proportion might take, you have to assume the "worst-case scenario". This means, that the probabilities of "failure" and "success" of the experiment are equal, meaning, both have a 50% chance fo occurring.
So with this in mind, you have to calculate the sample size using a hypothetical sample proportion of p'=0.5
To estimate the population proportion using a confidence interval you have to use an approximation to the standard normal distribution, the general structure of the formula is "point estimator" ± "margin of error", in this example:
p' ±
![Z_(1-\alpha /2) * \sqrt{(p'(1-p'))/(n) }](https://img.qammunity.org/2021/formulas/mathematics/college/shkopro4ioxzqibsqgkwzv0jgq4jmloumr.png)
I'll set a Confidence Level fo 95% so
![Z_(1-\alpha /2)= Z_(0.975)= 1.965](https://img.qammunity.org/2021/formulas/mathematics/college/23oc9s9jcny9v0mzu2nfyh7flpyul4742f.png)
The sample size must be for a margin of error of d= 0.034
d=
![Z_(1-\alpha /2) * \sqrt{(p'(1-p'))/(n) }](https://img.qammunity.org/2021/formulas/mathematics/college/shkopro4ioxzqibsqgkwzv0jgq4jmloumr.png)
d *
=
![\sqrt{(p'(1-p'))/(n) }](https://img.qammunity.org/2021/formulas/mathematics/college/2wj7u4xh07x66o4r2k3ly1asrney4f95w0.png)
(d *
)²=
![(p'(1-p''))/(n)](https://img.qammunity.org/2021/formulas/mathematics/college/tvmh1kxr7w4nb89niw61h8wrsnmuvjgadk.png)
n*(d *
)²= p'(1-p')
n=
![(p'(1-p'))/((d*Z_(1-\alpha /2))^2)](https://img.qammunity.org/2021/formulas/mathematics/college/15w19xnxtd6tnk5n8jf56r7wq2xxcro0e8.png)
![n= (0.5*0.5)/((0.034*1.965)^2)](https://img.qammunity.org/2021/formulas/mathematics/college/o6hvm6irdw14hra7w2su1zl0shis0h1ubz.png)
n= 56
Using a confidence level of 95% you have to take a sample size of n= 56
I hope it helps!