I keep on getting different answers for this problem. Can someone help?
A fair coin is tossed 100 times. What is the probability that more than half of them are heads?
$ P(X \geq 51) = 1 - P(X < 51) = 1 - binomcdf(100, 0.50, 50) = 0.460$
But when I use $ P(X \geq 51) = 1 - P(X < 51) = 1 - normalcdf(50.5, e99, 50,5) = 0.5398$
I used $np = 100\cdot 0.50 = 50$ and $\sqrt{npq} = 5$
EDIT:
I got 0.460 for both now. $ P(X \geq 51) = 1 - P(X < 51) = 1 - normalcdf(-e99, 50.5, 50,5) = 0.460$