Binomial Probability Distribution Calculator — Find Exact and Cumulative Probabilities
Our Binomial Probability Distribution Calculator finds the probability of exactly k successes in n independent trials, each with success probability p, using the binomial probability mass function P(X = k) = C(n,k)pᵏ(1−p)ⁿ⁻ᵏ. It also reports the cumulative probability P(X ≤ k), the complementary P(X ≥ k), and the distribution's mean (np) and variance (np(1−p)) — the complete toolkit for reasoning about repeated yes/no trials like coin flips, quality-control checks, or A/B test conversions.
Quick Answer
The binomial distribution gives the probability of exactly k successes in n independent trials with success probability p: P(X = k) = C(n,k)pᵏ(1−p)ⁿ⁻ᵏ. Enter n, p, and k below to get the exact probability, cumulative probability, and mean/variance.
How to Use the Binomial Probability Distribution Calculator — P(X=k) Online
- 1
Enter the number of trials (n).
- 2
Enter the probability of success on a single trial (p), between 0 and 1.
- 3
Enter the exact number of successes (k) you want the probability for.
- 4
Click 'Calculate' to get P(X = k), the cumulative probability P(X ≤ k), and the mean/variance.
Why Use Binomial Probability Distribution Calculator — P(X=k) Online?
The binomial distribution answers 'how likely is exactly k successes out of n independent yes/no trials' — the same question behind coin-flip streaks, defect rates in a batch, and conversion counts in an A/B test. This is distinct from the site's Binomial Coefficient Calculator, which computes C(n,k) alone; here that coefficient is one factor inside a full probability calculation that also weighs the probability of every success and every failure. Multiplying C(n,k) by pᵏ and (1−p)ⁿ⁻ᵏ by hand is tedious and error-prone for anything beyond small n, so this calculator computes the exact probability, its cumulative sum, and summary statistics instantly.
Frequently Asked Questions
Related Tools
Poisson Distribution Calculator — Event Probability Online
Calculate Poisson probabilities instantly — enter a rate (λ) and event count (k) to find P(X = k), cumulative probability, mean, and variance. Free calculator with step-by-step formula breakdown.
Binomial Coefficient Calculator — Calculate C(n,k) Online
Calculate binomial coefficients C(n, k) instantly with step-by-step solutions, a Pascal's Triangle row visualization, and the matching term from the binomial expansion of (a + b)ⁿ.
Probability Calculator — Addition Rule, Conditional & Bayes' Theorem
Calculate probabilities using the addition rule, conditional probability, and Bayes' theorem. Free calculator with three modes, step-by-step solutions, and instant percentage results.