By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
A geometric distribution models the number of trials needed to get the first success in repeated, independent Bernoulli trials (each with the same probability of success p). Unlike the binomial distribution (which counts the number of successes in n trials), the geometric distribution counts how many trials until the first success. This is essential on the AP exam for probability questions involving "waiting time" scenarios (e.g., how many free throws until the first miss, how many job applications until the first offer, how many defective items until the first failure).
Same probability: Probability of success p is constant for each trial.
Geometric Probability Formula: ( P(X = k) = (1 - p)^{k-1} \cdot p )
p = probability of success on a single trial.
Mean (Expected Value) of a Geometric Distribution: ( \mu_X = \frac{1}{p} )
Interpretation: On average, it takes ( \frac{1}{p} ) trials to get the first success.
Standard Deviation of a Geometric Distribution: ( \sigma_X = \frac{\sqrt{1 - p}}{p} )
Cumulative Geometric Probability (TI-84):
geometcdf(p, k)
geometpdf(p, k)-Probability of first success exactly on the kth trial (i.e., P(X = k)).
geometpdf(p, k)
10% Condition (for Independence): If sampling without replacement, the population must be at least 10 times larger than the sample to assume independence.
How to solve a geometric distribution FRQ:
Check BITS conditions (Binary, Independent, Trials until first success, Same p).
Define the Random Variable
State p (probability of success on a single trial).
Calculate Probabilities
For P(X > k): ( 1 - P(X-k) = (1 - p)^k ).
Find the Mean (Expected Value)
( \mu_X = \frac{1}{p} ). Interpret in context (e.g., "On average, it takes 5 trials to get the first success").
Answer the Question in Context
Correction: Binomial counts number of successes in n trials; geometric counts trials until the first success. Example: "Number of free throws until the first miss" = geometric. "Number of misses in 10 free throws" = binomial.
Mistake: Forgetting the 10% condition when sampling without replacement.
Correction: If the problem involves sampling without replacement (e.g., drawing cards from a deck), check that the population is ? 10 × sample size to assume independence.
Mistake: Misusing geometcdf vs. geometpdf.
geometcdf
geometpdf
Correction:
Mistake: Incorrectly calculating P(X > k).
Correction: P(X > k) = ( (1 - p)^k ) (no success in the first k trials). Do not use 1 - geometcdf(p, k) (this gives P(X-k+1)).
1 - geometcdf(p, k)
Mistake: Misinterpreting the mean.
"Find the probability it takes more than k trials to get the first success."
Tricky Distinctions:
Calculator Pitfalls: Students often mix up geometpdf and geometcdf. Remember: pdf = exact, cdf = cumulative.
pdf
cdf
Common Calculator Errors:
geometpdf(0.2, 3)
geometpdf(3, 0.2)
Using binompdf/binomcdf instead of geometric functions.
binompdf
binomcdf
Real-World Contexts:
Answer: (A) ( 0.8^4 \cdot 0.2 ) Explanation: This is P(X = 5) for a geometric distribution with p = 0.2 (probability of a miss).
Answer: - (a) ( P(X = 10) = (0.98)^9 \cdot 0.02 ) or geometpdf(0.02, 10)-0.0167. - (b) ( \mu_X = \frac{1}{0.02} = 50 ) bulbs.
geometpdf(0.02, 10)
Answer: (A) 0.729 Explanation: P(X > 3) = ( (1 - 0.1)^3 = 0.9^3 = 0.729 ).
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.