SOLUTION: A well-balanced coin is flipped 10,000 times, what is the probability of getting more than 5100 heads?

Algebra ->  Probability-and-statistics -> SOLUTION: A well-balanced coin is flipped 10,000 times, what is the probability of getting more than 5100 heads?      Log On


   



Question 313519: A well-balanced coin is flipped 10,000 times, what is the probability of getting more than 5100 heads?
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
A well-balanced coin is flipped 10,000 times, what is the probability of getting more than 5100 heads?
----
Binomial Problem with n = 10,000 and p = 1/2
------
P(x = 5100) = binompdf(10,000,0.5,5100) = 0.0011
==============================
Cheers,
Stan H.