If X has the binomial distribution with parameters n and p, the possible values of X are the whole numbers 0,1,2, . . . ,n. The binomial probability that X takes any value is
P(X=k)=(nk)pk(1−p)n−k
Binomial probabilities are most easily found by software. This formula is practical for calculations when n is small. Table C contains binomial probabilities for some values of n and p.
The binomial coefficient
(nk)=n!k! (n−k)!
counts the number of ways k successes can be arranged among n observations. Here, the factorial n! is
n!=n×(n−1)×(n−2)×⋯×3×2×1
for positive whole numbers n, and 0!=1.
The Normal approximation to the binomial distribution says that if X is a count having the B(n, p) distribution, then when n is large,
X is approximately N(np, √np(1−p))ˆp is approximately N(p, √p(1−p)n)
We will use this approximation when np≥10 and n(1−p)≥10. It allows us to approximate probability calculations about X and ˆp using the Normal distribution. The continuity correction improves the accuracy of the Normal approximations.