Binomial probability distribution
IB Mathematics AA SLΒ· 6 min read
1. Conditions for a Binomial Distributionβ β ββββ± 20 min
Binomial Random Variable
where = number of trials, = probability of success per trial
A discrete random variable that counts the number of successful outcomes in a fixed sequence of independent identical trials of a random experiment.
Determine whether the scenario below is binomial: Flipping a biased coin with 15 times, counting the number of heads obtained. If binomial, state and .
- 1
Check each BINS condition one by one:
- 2
- Binary: Each flip has two outcomes: heads (success) or tails (failure). Condition met.
- 3
- Independent: The result of one flip does not change the probability of other flips. Condition met.
- 4
- Fixed number of trials: , fixed. Condition met.
- 5
- Constant probability: for all flips. Condition met.
- 6
Conclusion: This is a binomial distribution with parameters:
- 7
Which of these scenarios is binomial?
Rolling a fair die 10 times, counting the number of sixes rolled
Yes, it is binomial
No, it is not binomial
Surveying 50 people to find how many hours they exercise per week
Yes, it is binomial
No, it is not binomial
Reveal answer
1 βCorrect: Outcomes are not binary, so this is not binomial.
2. Binomial Probability Formulaβ β β βββ± 25 min
Binomial Probability Mass Function
The probability of getting exactly successes in independent trials is given by the formula below.
Example:
Used to calculate for exact values of
If , find .
- 1
Identify parameters: , , ,
- 2
Calculate the binomial coefficient:
- 3
- 4
Substitute into the binomial probability formula:
- 5
- 6
Simplify to 3 significant figures:
- 7
3. Expected Value and Varianceβ β ββββ± 20 min
For any binomial distribution, we can use simple derived formulas to find the expected value (mean) and variance, without needing to sum over all possible values of .
Binomial Distribution Parameters
For , the expected value (mean) and variance are given by these simple formulas:
Expected value:
Variance:
Standard deviation:
A basketball player has a 0.8 probability of making a free throw, independent of previous attempts. If she takes 10 free throws, find the expected number of baskets and the standard deviation.
- 1
Define the random variable: Let = number of made baskets.
- 2
Calculate the expected number of baskets:
- 3
- 4
Calculate the variance first:
- 5
- 6
Find the standard deviation, rounded to 3 significant figures:
- 7
4. Cumulative Binomial Probability Problemsβ β β β ββ± 25 min
β Calculator OK
Most IB exam questions ask for cumulative probabilities, such as "at most 3 successes" or "at least 5 successes", rather than the probability of exactly successes. You can calculate these by summing individual probabilities, or directly using your GDC's cumulative binomial function.
70% of voters in a population support a new policy. If we select a random sample of 12 voters, find the probability that at least 8 voters support the policy, rounded to 3 significant figures.
- 1
Define the random variable: Let = number of supporters,
- 2
Rewrite "at least 8" as an inequality: . Rearrange for cumulative probability:
- 3
- 4
Use GDC to find the cumulative probability
- 5
Calculate the final result:
- 6
5. Common Pitfalls
Wrong move:
Assuming any count of successes is binomial when sampling without replacement from a small population
Why:
Trials are not independent because removing an item changes the probability for the next trial
Correct move:
Use the hypergeometric distribution for small populations, or approximate as binomial only if your sample is <10% of the total population
Wrong move:
Calculating for "at least k successes"
Why:
This is an off-by-one error that includes or excludes the wrong bound
Correct move:
Always explicitly rewrite the inequality:
Wrong move:
Swapping and when calculating expected value
Why:
Confusing the probability of success and failure for the outcome you are counting
Correct move:
, where is the probability of the outcome you are counting, regardless of whether it is labelled "success"
Wrong move:
Treating a binomial random variable as continuous
Why:
Confusing binomial with the normal distribution used for approximations
Correct move:
Binomial distribution is always discrete, as it counts whole numbers of successes
6. Quick Reference Cheatsheet
Property | Rule/Formula |
|---|---|
Notation | |
Conditions | B: Binary, I: Independent, N: Fixed n, S: Constant p |
Expected value | |
Variance | |
Use GDC cumulative binomial function | |
When this came up on past exams
AI-estimated based on syllabus patterns β cross-check with official past papers for accuracy. Use only as revision-focus signals.
- 2022 Β· 1
Calculate binomial probability
- 2021 Β· 2
Expected value and cumulative probability
- 2023 Β· 1
Identify binomial setting, find probability
What's Next
Binomial probability is a core foundation for almost all applied statistical analysis, from opinion polling to quality control in manufacturing. Mastering binomial conditions prepares you to recognize when other distributions like the Poisson or hypergeometric are more appropriate for a problem. Binomial distributions are also the basis for inference for proportions, a key topic in introductory university statistics and hypothesis testing. This topic also leads naturally into the normal distribution, which we use to approximate binomial probabilities for large values of .
