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) (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.
|
|
|