The binomial distribution calculator computes exact probabilities for discrete experiments with a fixed number of independent Bernoulli trials. Given n trials and probability p, find P(X=k), cumulative P(X≤k), P(X≥k), mean, variance, and standard deviation.

Binomial Distribution

Formula Reference

P(X=k) = C(n,k) × p^k × (1−p)^(n−k)
μ = np    σ² = np(1−p)    σ = √(np(1−p))