Summary
The binomial distribution is a model used to describe the number of successes in a fixed number of independent trials, each with the same probability of success. It is defined by two parameters, n and p.
- Binomial Distribution — A model for the number of successes in a fixed number of independent trials with two possible outcomes. Example: Rolling four dice and counting the number of sixes.
- Cumulative Probability — The sum of probabilities for all outcomes up to a certain point. Example: P(X ≤ x) for a binomial distribution.
- Mean of Binomial Distribution — The expected value calculated as n * p. Example: If n=10 and p=0.5, the mean is 5.
- Variance of Binomial Distribution — A measure of the spread calculated as n * p * (1-p). Example: If n=10 and p=0.5, the variance is 2.5.
Exam Tips
Key Definitions to Remember
- Binomial Distribution: A model for independent trials with two outcomes.
- Cumulative Probability: The probability of obtaining a value less than or equal to a specific value.
- Mean of Binomial Distribution: n * p.
- Variance of Binomial Distribution: n * p * (1-p).
Common Confusions
- Confusing cumulative probability with individual probability.
- Misunderstanding the parameters n and p in the binomial distribution.
Typical Exam Questions
- What is the probability of exactly k successes in n trials? Use the binomial probability formula.
- How do you calculate the cumulative probability for a binomial distribution? Use tables or a calculator function for P(X ≤ x).
- What are the mean and variance of a binomial distribution? Mean is n * p, variance is n * p * (1-p).
What Examiners Usually Test
- Ability to calculate individual and cumulative probabilities.
- Understanding of mean and variance in the context of binomial distributions.
- Application of binomial distribution to real-world scenarios.