Binomial Probability
Also known as exactly k successes
Enter your known values, leave one input blank, and solves for the missing one. Try different units for next level excitement!
Learning zone
Three ideas multiply here: p^k for the successes, (1 − p)^(n−k) for the failures, and the binomial coefficient for the number of orders in which they can occur. Exactly two heads in five fair tosses: C(5,2) × 0.5² × 0.5³ = 10 × 0.03125 = 0.3125. The distribution is Jacob Bernoulli's, worked out before his death in 1705 and published in Ars Conjectandi in 1713 by his nephew Nicolaus, together with the first law of large numbers.
Enter p as a decimal from 0 to 1, or switch that input to %. Three conditions must hold or the answer is meaningless: fixed n, independent trials, and a constant p — sampling without replacement from a small population violates the last two, and that is the hypergeometric distribution's job instead. There is no closed form for n, k or p given the probability, so this calculator solves only for P. And read the question carefully: "exactly k" is one term, while "at least k" means summing several. Three sixes in ten rolls of a fair die: C(10,3) × (1/6)³ × (5/6)⁷ ≈ 0.155.
- = Probability of exactly k successes
- = Number of trials
- = Number of successes
- = Probability of success per trial
- Probability of exactly k successes — Hypergeometric Probability, Poisson Probability
- Number of trials — Binomial Distribution Mean, Binomial Distribution Variance
- Number of successes — Classical Probability, Binomial Distribution Mean
- Probability of success per trial — Binomial Distribution Mean, Expected Trials Until First Success