Binomial Distribution Calculator

Find binomial probabilities — the chance of exactly k successes in n trials, plus the cumulative chance. Enter trials, successes, and the success probability.

P(X = k)
Exactly k successes.

Usage Tip

When n is large and p near 0.5, the binomial distribution looks almost like a normal curve.

THE MATH
P(X = k) = C(n, k) × p^k × (1 − p)^(n − k)
mean = np, sd = √(np(1 − p))
The binomial distribution models the number of successes in a fixed number of independent yes/no trials, each with the same probability.
Coin flips and pass/fail tests are classic examples.
k must be between 0 and n; p between 0 and 1.
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).
Scroll to Top

The calculators and tools on Formula Factory are provided for general guidance and informational purposes only. Results are estimates based on standard formulas and the values you enter — they do not constitute professional engineering, electrical, or architectural advice. Always verify calculations with a qualified professional before making decisions for any safety-critical, code-compliance, or commercial application. Formula Factory makes no representations or warranties as to the accuracy or completeness of any result, and accepts no liability for errors, omissions, or any outcomes arising from reliance on this information.