Binomial Distribution Calculator
Calculate exact and cumulative binomial probabilities, mean, and variance.
About the Binomial Distribution
Binomial Distribution Examples
These examples use independent trials with a constant success probability.
| Parameters (n, p, k) | Selected Results | Scenario |
|---|---|---|
| 10, 0.5, 5 | P(X = 5) = 0.24609375 | Exactly five heads in ten fair coin flips. |
| 20, 0.1, 2 | P(X = 2) = 0.28517981 | Exactly two flagged items when each has a 10% flag rate. |
| 5, 0.8, 4 | P(X = 4) = 0.4096 | Exactly four successes in five high-probability trials. |
How to Calculate Binomial Probability
- Enter the fixed number of independent trials.
- Enter the probability of success on each trial as a decimal from zero to one.
- Enter the target whole number of successes between zero and the trial count.
- Select Calculate Binomial Probability and compare exact and cumulative results.
Frequently Asked Questions
When is a binomial model appropriate?
Use it for a fixed number of independent two-outcome trials with constant success probability. If those assumptions fail, a different probability model may be more accurate.
What is the difference between exact and cumulative probability?
Exact probability covers one specific success count. Cumulative probability combines a range of counts, such as all outcomes at or below a threshold.
Should I enter probability as a percent?
Enter probability as a decimal from zero to one. For example, enter 0.35 for a 35% chance of success.
Can the mean be a decimal?
Yes, the mean is an expected long-run average and need not be an attainable single outcome. Actual success counts are always whole numbers.
What if trials are not independent?
Dependence changes the distribution because one outcome can affect another. Sampling without replacement may call for a hypergeometric model instead.