Find binomial probabilities — the chance of exactly k successes in n trials, plus the cumulative chance. Enter trials, successes, and the success probability.
Usage Tip
When n is large and p near 0.5, the binomial distribution looks almost like a normal curve.
mean = np, sd = √(np(1 − p))
Coin flips and pass/fail tests are classic examples.
The cumulative chance of k or fewer successes is also shown.
Mean is np and standard deviation is the square root of np(1 − p).
