🎯 Binomial Distribution Calculator
Calculate P(X = k), P(X ≤ k), and P(X ≥ k) for a binomial distribution. Enter the number of trials (n), probability of success (p), and number of successes (k) to get exact probabilities, the mean, variance, and a full distribution table.
Total number of trials (1–1000)
Probability per trial (0 to 1)
Specific number of successes to query
Probability Distribution Table
| k | P(X = k) | P(X ≤ k) |
|---|
Binomial Distribution Formulas
C(n, k) is the number of ways to choose k successes from n trials. The binomial distribution models the number of successes in n independent trials, each with a constant success probability p.
How to Use This Calculator
-
1Enter n (trials)The total number of independent trials or experiments (e.g. 10 coin flips, 20 free throws).
-
2Enter p (probability)The probability of success on each single trial (0 to 1). For a fair coin, p = 0.5.
-
3Enter k (successes)The specific number of successes you want to query. The calculator gives P(X=k), P(X≤k), and P(X≥k).
-
4Read the tableThe distribution table shows the exact probability for every possible outcome from 0 to n, with your chosen k highlighted.
Worked Example
A basketball player has a free-throw success rate of p = 0.3. In n = 10 attempts, what is the probability of exactly k = 3 successes?
Related Calculators
Probability Calculator
Calculate basic probability, combined events, and conditional probability.
Combination Calculator
Calculate the number of combinations C(n,r) — unordered selections.
Z-score Calculator
Calculate z-score (standard score) and find corresponding probabilities.