P(X = 6)
0.205078
20.508%
Probability
Exact probabilities, tails, range checks, a distribution chart, CSV export, and binomial-test p-values in one worksheet.
Computes exact binomial probabilities for a given number of trials and success probability, including point probabilities, cumulative lower-tail and upper-tail values, and inclusive range probabilities. It also provides a continuity-corrected normal approximation and an exact binomial test for A/B testing scenarios.
Students learning probability and statistics, data analysts running A/B tests, and quality control teams evaluating defect rates against acceptance thresholds.
Enter the number of trials n, success probability p, and the target number of successes k. The calculator evaluates the binomial probability mass function for each k and sums individual probabilities for cumulative and range queries. For the A/B test mode, it treats observed successes as a binomial count under the hypothesized rate and returns exact one-sided and two-sided p-values.
Assumes independent trials with a constant success probability, which may not hold in real-world sampling without replacement. The normal approximation is only reliable when np and n(1-p) are both at least 5.
It is the exact probability of getting exactly k successes in n independent trials when each trial has a constant success probability p. For example, the probability of getting exactly 6 heads in 10 fair coin flips would be P(X = 6) with n=10 and p=0.5.
The formula is P(X = k) = C(n,k) × p^k × (1-p)^(n-k), where n is the number of trials, k is the number of successes, p is the success probability per trial, and C(n,k) is the binomial coefficient (n choose k) counting how many ways k successes can occur in n trials.
P(X ≤ k) is the lower-tail cumulative probability of k or fewer successes, which sums P(X=0) through P(X=k). P(X ≥ k) is the upper-tail cumulative probability of k or more successes, which sums P(X=k) through P(X=n). These are used for one-sided hypothesis tests and confidence intervals.
Yes. Enable range mode and enter the lower and upper success counts. The calculator sums each exact binomial probability for every integer in that inclusive range, giving you the total probability that the number of successes falls between your specified bounds.
The normal approximation to the binomial is generally reliable when np ≥ 5 and n(1-p) ≥ 5. The calculator shows you whether this condition is met, lets you toggle the continuity correction (adding or subtracting 0.5 before calculating the z-score), and displays the approximation alongside the exact value so you can compare them directly.
Yes. The A/B test mode treats the observed number of successes as a binomial count under a hypothesized success rate p0. It computes exact one-sided (greater-than or less-than) and two-sided p-values, which tell you how likely the observed result would be if the true rate were actually p0.
The continuity correction adjusts the discrete binomial distribution to better match the continuous normal distribution by adding or subtracting 0.5 from k before computing the z-score. The formula becomes z = (k ± 0.5 - np) / sqrt(np(1-p)), which typically improves the approximation accuracy, especially for small n or extreme p.
P(X = 6)
0.205078
20.508%
P(X < 6)
0.623047
62.305%
P(X <= 6)
0.828125
82.813%
P(X > 6)
0.171875
17.188%
P(X >= 6)
0.376953
37.695%
Mean
5
Variance
2.5
Std dev
1.5811
Skewness
0
Excess kurtosis
-0.2
11 outcomes
| k | P(X=k) | P(X<=k) |
|---|---|---|
| 0 | 0.000977 | 0.000977 |
| 1 | 0.009766 | 0.010742 |
| 2 | 0.043945 | 0.054688 |
| 3 | 0.117188 | 0.171875 |
| 4 | 0.205078 | 0.376953 |
| 5 | 0.246094 | 0.623047 |
| 6 | 0.205078 | 0.828125 |
| 7 | 0.117188 | 0.945313 |
| 8 | 0.043945 | 0.989258 |
| 9 | 0.009766 | 0.999023 |
| 10 | 0.000977 | 1 |
np = 5 and n(1-p) = 5
Exact
0.205078
Normal
0.204524
Error
0.27%
Quick jumps
Convert rates, percent changes, and proportions used beside probability work.
Work with implied probability and fair odds from betting markets.
Calculate cubic feet from room dimensions, square feet plus depth, cylinders, logs, slabs, and metric or imperial inputs.
Solve a missing value in A:B = C:D with cross-multiplication steps and equivalence check.
Probability
Exact probabilities, tails, range checks, a distribution chart, CSV export, and binomial-test p-values in one worksheet.
Computes exact binomial probabilities for a given number of trials and success probability, including point probabilities, cumulative lower-tail and upper-tail values, and inclusive range probabilities. It also provides a continuity-corrected normal approximation and an exact binomial test for A/B testing scenarios.
Students learning probability and statistics, data analysts running A/B tests, and quality control teams evaluating defect rates against acceptance thresholds.
Enter the number of trials n, success probability p, and the target number of successes k. The calculator evaluates the binomial probability mass function for each k and sums individual probabilities for cumulative and range queries. For the A/B test mode, it treats observed successes as a binomial count under the hypothesized rate and returns exact one-sided and two-sided p-values.
Assumes independent trials with a constant success probability, which may not hold in real-world sampling without replacement. The normal approximation is only reliable when np and n(1-p) are both at least 5.
It is the exact probability of getting exactly k successes in n independent trials when each trial has a constant success probability p. For example, the probability of getting exactly 6 heads in 10 fair coin flips would be P(X = 6) with n=10 and p=0.5.
The formula is P(X = k) = C(n,k) × p^k × (1-p)^(n-k), where n is the number of trials, k is the number of successes, p is the success probability per trial, and C(n,k) is the binomial coefficient (n choose k) counting how many ways k successes can occur in n trials.
P(X ≤ k) is the lower-tail cumulative probability of k or fewer successes, which sums P(X=0) through P(X=k). P(X ≥ k) is the upper-tail cumulative probability of k or more successes, which sums P(X=k) through P(X=n). These are used for one-sided hypothesis tests and confidence intervals.
Yes. Enable range mode and enter the lower and upper success counts. The calculator sums each exact binomial probability for every integer in that inclusive range, giving you the total probability that the number of successes falls between your specified bounds.
The normal approximation to the binomial is generally reliable when np ≥ 5 and n(1-p) ≥ 5. The calculator shows you whether this condition is met, lets you toggle the continuity correction (adding or subtracting 0.5 before calculating the z-score), and displays the approximation alongside the exact value so you can compare them directly.
Yes. The A/B test mode treats the observed number of successes as a binomial count under a hypothesized success rate p0. It computes exact one-sided (greater-than or less-than) and two-sided p-values, which tell you how likely the observed result would be if the true rate were actually p0.
The continuity correction adjusts the discrete binomial distribution to better match the continuous normal distribution by adding or subtracting 0.5 from k before computing the z-score. The formula becomes z = (k ± 0.5 - np) / sqrt(np(1-p)), which typically improves the approximation accuracy, especially for small n or extreme p.
P(X = 6)
0.205078
20.508%
P(X < 6)
0.623047
62.305%
P(X <= 6)
0.828125
82.813%
P(X > 6)
0.171875
17.188%
P(X >= 6)
0.376953
37.695%
Mean
5
Variance
2.5
Std dev
1.5811
Skewness
0
Excess kurtosis
-0.2
11 outcomes
| k | P(X=k) | P(X<=k) |
|---|---|---|
| 0 | 0.000977 | 0.000977 |
| 1 | 0.009766 | 0.010742 |
| 2 | 0.043945 | 0.054688 |
| 3 | 0.117188 | 0.171875 |
| 4 | 0.205078 | 0.376953 |
| 5 | 0.246094 | 0.623047 |
| 6 | 0.205078 | 0.828125 |
| 7 | 0.117188 | 0.945313 |
| 8 | 0.043945 | 0.989258 |
| 9 | 0.009766 | 0.999023 |
| 10 | 0.000977 | 1 |
np = 5 and n(1-p) = 5
Exact
0.205078
Normal
0.204524
Error
0.27%
Quick jumps
Convert rates, percent changes, and proportions used beside probability work.
Work with implied probability and fair odds from betting markets.
Calculate cubic feet from room dimensions, square feet plus depth, cylinders, logs, slabs, and metric or imperial inputs.
Solve a missing value in A:B = C:D with cross-multiplication steps and equivalence check.