Approximate binomial probabilities using the normal distribution.
Enter the number of trials, probability of success, and number of successes to calculate the binomial probability using normal approximation. This tool is ideal for large sample sizes where direct binomial calculation is cumbersome.
See how to use the calculator with real-world scenarios.
Calculate the probability of getting exactly 55 heads when flipping a fair coin 100 times.
n: 100, p: 0.5
x: 55
type: equal
A factory produces light bulbs with a 3% defect rate. In a batch of 500, what is the probability that 20 or fewer bulbs are defective?
n: 500, p: 0.03
x: 20
type: lessOrEqual
In an election, a candidate has 52% support. What is the probability that in a poll of 1000 voters, more than 540 will support the candidate?
n: 1000, p: 0.52
x: 540
type: greater
On a 120-question multiple-choice test (4 options per question), a student guesses on every question. What's the probability of getting between 25 and 35 questions correct?
n: 120, p: 0.25
x: 25, x₂: 35
type: between
For a binomial distribution, the mean and standard deviation, which will be used as the parameters for our approximating normal distribution, are calculated as:
The Z-score standardizes our result, telling us how many standard deviations our value (with continuity correction) is from the mean. The formula is: Z = (x' - μ) / σ where x' is the value of x after applying the continuity correction.