Suppose $53$ percent of the population prefer red socks to green. If $100$ random people are asked, what is the probability that most (at least $50$) will say prefer GREEN:
So I set
\begin{align*}
N & = 49.5\\
n & = 100\\
p & = 0.47
\end{align*}
Then.. \begin{align*} P(N \geq 49.5) & = P\left(\frac{N - np}{\sqrt{npq}}\right)\\ & \geq \frac{49.5 - 47}{\sqrt{100*.47*.53}}\\ & = \varphi(0.50)\\ & = 0.3085 \end{align*} Except, that's not the right answer. What did I do wrong in my calculations?