Normal Approximation Calculator
Approximate an exact binomial probability with the normal distribution, continuity correction, mean, standard deviation, and z-score.
About the normal approximation
Normal approximation examples
Each result includes the half-unit continuity correction.
| Inputs | Approximate result | Explanation |
|---|---|---|
| n = 100, p = 0.5, x = 50 | P(X = 50) ≈ 0.079656 | The normal interval is 49.5 to 50.5 around a mean of 50. |
| n = 200, p = 0.25, x = 50 | P(X = 50) ≈ 0.06504 | The mean is 50 and the standard deviation is about 6.1237. |
| n = 100, p = 0.2, x = 22 | P(X = 22) ≈ 0.0878448 | Both np and n(1-p) exceed 5, so normal approximation is reasonable. |
How to use the normal approximation calculator
- Enter the fixed number of independent binomial trials.
- Enter the probability of success on each trial as a decimal between zero and one.
- Enter the whole-number success count whose exact probability you want to approximate.
- Select Calculate and review the probability, distribution parameters, z-score, and validity notice.
Normal approximation FAQ
When can I approximate a binomial distribution with a normal distribution?
A standard guideline requires both np and n(1-p) to be at least 5. Larger values generally produce a smoother and more reliable approximation.
What is continuity correction?
Continuity correction expands a discrete count into a half-unit interval on the continuous normal scale. For exactly x successes, the calculator uses x - 0.5 through x + 0.5.
Why is the z-score not enough for an exact count?
A single point has zero area under a continuous curve. The corrected lower and upper z-scores create an interval whose area approximates the discrete probability mass.
Does this calculator return the exact binomial probability?
No. It returns a normal approximation designed for sufficiently large and balanced binomial samples. Use an exact binomial calculator when maximum precision is required.
What assumptions does the method require?
Trials should be independent, have two relevant outcomes, and share a constant success probability. The number of trials must also be fixed in advance.