By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
Exam-Ready in 20 Minutes
A binomial distribution models the number of successes (X) in n independent trials, each with the same probability of success (p). It’s essential for the AP exam because it’s the foundation for proportion inference (confidence intervals and significance tests). Real-world example: A factory tests 50 light bulbs to estimate the proportion (p) that are defective. If 8 are defective, is this evidence that p > 0.10? Binomial distributions help answer this.
Same probability of success (p) for each trial. Example: Flipping a coin 10 times (n=10) to count heads (p=0.5).
Binomial Random Variable (X): Count of successes in n trials. X ~ B(n, p).
Mean (Expected Value) of X: ? = np
n = number of trials, p = probability of success.
Standard Deviation of X: ? = ?[np(1?p)]
Measures spread of the distribution.
Probability of Exactly k Successes: P(X=k) = binompdf(n, p, k) (TI-84)
binompdf(n, p, k)
Use for "exactly" probabilities (e.g., P(X=3)).
Probability of k or Fewer Successes: P(X?k) = binomcdf(n, p, k) (TI-84)
binomcdf(n, p, k)
Use for "at most" or "no more than" probabilities (e.g., P(X?5)).
10% Condition: If sampling without replacement, n-0.10N (where N = population size).
Ensures trials are nearly independent.
Large Counts Condition: np-10 and n(1?p)-10.
Allows normal approximation to the binomial (use z-scores).
Normal Approximation to Binomial: If Large Counts holds, X-N(np, ?[np(1?p)]).
Convert X to z-score: z = (X-np) / ?[np(1?p)].
Geometric vs. Binomial:
How to Solve a Binomial FRQ:1. Define the Random Variable: - X = number of [successes] in [context]. X ~ B(n, p). - Example: X = number of defective bulbs in 50 trials. X ~ B(50, 0.10).
Same p? (Each bulb has 10% chance of being defective.)
Calculate Probabilities (if asked):
binompdf
binomcdf
Example: P(X-8) = 1-P(X-7) = 1-binomcdf(50, 0.10, 7).
binomcdf(50, 0.10, 7)
Find Mean and SD (if asked):
= ?[np(1?p)] = ?[500.100.90]-2.12.
Normal Approximation (if Large Counts holds):
If np-10 and n(1?p)-10, convert to z-score and use normalcdf.
normalcdf
Interpret in Context:
Correction: Always verify n-0.10N for independence. Why? Without replacement, p changes slightly per trial.
Mistake: Using binompdf for "at least" probabilities.
Correction: For P(X-k), use 1-binomcdf(n, p, k?1)*. *Why?*binomcdf` gives P(X-k), so subtract from 1.
binomcdf(n, p, k?1)*. *Why?*
Mistake: Applying normal approximation when np < 10 or n(1?p) < 10.
Correction: Only use normal approximation if both np-10 and n(1?p)-10. Why? The binomial distribution is skewed if p is near 0 or 1.
Mistake: Confusing binomial (fixed n) with geometric (trials until first success).
Correction: Binomial counts successes in n trials; geometric counts trials until first success.
Mistake: Misinterpreting p as the sample proportion (p?).
Example FRQ: "Can we use a normal approximation to calculate P(X-15) if n=100 and p=0.10?"-No (np=10, but n(1?p)=90-10; both must be-10).
Calculator Pitfalls:
binomcdf(n, p, k?1)
For P(X-k), use 1-`binomcdf(n, p, k?1)*.
Common FRQ Setups:
"What is the probability of [exactly/at least] k successes?"-Use binompdf/binomcdf.
Context Matters: Always label X and define p in context. The AP graders deduct points for generic answers.
binompdf(12, 0.8, 10)
binomcdf(12, 0.8, 10)
binompdf(12, 0.2, 10)
(D) 1-binomcdf(12, 0.8, 9) Answer: (A) binompdf(12, 0.8, 10) gives P(X=10).
1-binomcdf(12, 0.8, 9)
FRQ: A factory claims 5% of its widgets are defective. In a sample of 200 widgets, 18 are defective.
(c) P(X-18) = 1-P(X-17) = 1-binomcdf(200, 0.05, 17)-0.016. Since 0.016 < 0.05, it is unusual.
binomcdf(200, 0.05, 17)
MC: For which of these scenarios is a binomial distribution not appropriate?
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.