Binomial Distribution Calculator
Find P(exactly k successes) in n trials.
The binomial distribution models the number of successes in fixed independent trials.
The math behind it
P(X=k) = C(n,k) × pᵏ × (1−p)ⁿ⁻ᵏ. Expected value = n × p.
Worked example
10 trials, k 3, p 0.5 → 11.7%.
FAQ
Coin flips?
Use p = 0.5 — it's a special case.