Binomial Distribution
Criteria
All of these criteria must be met to use a Binomial Distribution
where x = Number of Successes; p = probability of success; n = number of trials; N = population size:
n independent trials
If n is less than 10% of population size then independence can be assumed.
If n < 0.10(N), Independent
Only two possible outcomes for each trial
p is the same for each trial
n is fixed
Equations
P(X = x) = nCx * p^x * (1-p)^(n-x)
P(X ≤ x) = Σ nCx * p^x * (1-p)^(n-x) for x = 0 to x
Normal Approximation of the Binomial
X= number of successes
The binomial criteria (shown above) are all satisfied
Large Counts Conditions -
np ≥ 10 AND
nq ≥ 10 = n(1-p) ≥ 10