Suppose 500 individuals were asked one question having possible answers ”yes” or “no”. Denote by p the proportion of “yes” in the whole population. Estimate the probability that the proportion of “yes” in the sample (out of 500) is greater than in the whole population (p) by more than 5 %.
I was thinking of using the normal approx of the binomial where..
n = 500
p = 0.5
q = 0.5
Formula: \begin{align*} P\left(\frac{N - np}{\sqrt{npq}}\right)\\ \end{align*} However, I'm not sure what the N value would be in this case.