Setup — when binomial is appropriate
Four conditions: fixed , two outcomes, independence, constant .
Definition. is the count of successes in independent Bernoulli trials, each with success probability . The four conditions are:
- Fixed number of trials . Not 'until something happens' — that would be geometric.
- Two outcomes per trial. 'Success' (probability ) and 'failure' (probability ).
- Independence. The outcome of one trial does not affect another.
- Constant . The success probability is the same for every trial.
Examples that fit.
- Number of heads in tosses of a fair coin: .
- Number of defective items in a batch of produced by an automated line with defect rate: .
- Number of s rolled in throws of a fair die: .
Examples that DO NOT fit.
- Number of cards drawn until you get an Ace (variable — geometric).
- Number of red cards in draws WITHOUT replacement from a deck ( changes — hypergeometric).
- Number of accidents per week (no fixed — Poisson).
Modelling caution. Real-world data often violates the conditions slightly. A binomial model can still be a useful approximation, but an examiner will reward critical comment.
- Four conditions: fixed , two outcomes, independence, constant .
- Notation: .
- Variable ? Use geometric. No replacement? Hypergeometric (not in S2).