Calculate binomial distribution probabilities using normal approximation with continuity correction.
Last updated: March 2026
Total number of independent trials
Probability of success per trial (0.01 to 0.99)
Number of successes to calculate
A binomial distribution models the number of successes in a fixed number of independent trials, where each trial has exactly two outcomes (success or failure) and the probability is constant. Examples: coin flips (heads/tails), product quality checks (pass/fail), survey responses (yes/no).
For large sample sizes (when np ≥ 10 and nq ≥ 10), the binomial distribution approximates a normal distribution. This calculator uses the normal approximation with continuity correction to compute probabilities efficiently without calculating exact binomial coefficients. The continuity correction improves accuracy by accounting for the discrete nature of binomial data.
The sample mean proportion (Sp or p̂) is calculated as x/n, and its distribution follows approximately N(p, pq/n). This is foundational for hypothesis testing and confidence intervals for proportions.
Quality Control: Machine Defects
Use when np ≥ 10 AND n(1−p) ≥ 10. Both conditions must be true. For smaller samples, use exact binomial probabilities instead.
Binomial is discrete, normal is continuous. Continuity correction adjusts z-score by ±0.5 to account for this difference. Use +0.5 for P(X ≤ x) and −0.5 for P(X ≥ x).
Both use normal approximation. Sampling Proportion deals with sample mean p̂ and its variability across samples. This calculator finds P(X = x) in single sample of fixed size.
Yes, but normality check matters more. For extreme p (close to 0 or 1), you need larger n. For p = 0.01 with n = 20, np = 0.2 < 10, so use exact binomial instead.
These check if the binomial distribution is sufficiently bell-shaped to approximate using normal curve. If violated, normal approximation can give very inaccurate results.
Probability of exactly x successes in n trials. With continuity correction: P(X = x) ≈ P(x − 0.5 < X < x + 0.5) using normal distribution.
Related Tools
Gaussian probabilities.
Z-score from probability.
Binary outcome probabilities.
Rare event frequency.
Time between events.
Equal probability distribution.