Binomial Distribution
Apply the binomial distribution to count successes in fixed trials with conditions BINS.
Try the Interactive Version!
Learn step-by-step with practice exercises built right in.
Binomial Distribution
Binomial Setting (BINS)
A random variable follows a binomial distribution if:
- Binary: Each trial has exactly two outcomes (success/failure)
- Independent: Trials are independent of each other
- Number: Fixed number of trials
- Success: Same probability of success on each trial
Notation: or
Binomial Probability Formula
The probability of exactly successes in trials:
where is the binomial coefficient ("n choose k").
Mean and Standard Deviation
Calculator Commands
- : binompdf(, , )
- : binomcdf(, , )
- : 1 − binomcdf(, , )
The 10% Condition
When sampling without replacement, trials are not truly independent. However, we can treat them as approximately independent if:
where is the population size. This is the 10% condition.
Example
A basketball player makes 75% of free throws. In 10 attempts, what's the probability of making exactly 8?
Shape of Binomial Distribution
- If : symmetric
- If : skewed right
- If : skewed left
- As increases, the distribution becomes more symmetric
Normal Approximation
When and , the binomial distribution is approximately Normal:
AP Tip: Always verify the BINS conditions before using the binomial distribution. State each condition explicitly on free-response questions.
📚 Practice Problems
No example problems available yet.