Year 12 / Discrete random variables
Repeat the same chance.
A binomial variable counts successes in a fixed number n of independent trials, each with the same success probability p and only two categories. “Success” simply means the category being counted.
To get exactly r successes, multiply the probability of a particular success/failure sequence by the number of such sequences, nCr. Use a sum for a range, or a complement for “at least one”. The mean is np and the variance is np(1 − p).
INTERACTIVE MODEL
Try it. Watch it change.
Select a bar to read its exact model probability. The probabilities sum to one; bars represent discrete outcomes.
Explore: Change n and p. Select a bar to compare a single probability with the cumulative probability.
Binomial probability
X ∼ Bin(4, 0.5). Find .
- = 4C2(0.5)²(0.5)².
- This is = 0.375.
Assumed knowledge
Combinations, independent trials and probability distributions.
Learning checkpoints & source
YOUR LEARNING CHECKPOINT- Recognise the assumptions of a binomial model.
- Calculate probabilities and distribution summaries.
READY TO TRY IT?