Skip to main content
United StatesStatisticsSyllabus dot point

How do we model the number of trials needed to get the first success?

Topic 4.12 The Geometric Distribution: identify a geometric setting (waiting for the first success), compute geometric probabilities, and find the mean of a geometric random variable.

A focused answer to AP Statistics Topic 4.12, on the geometric setting, the geometric probability formula, the mean of a geometric random variable, and how it differs from the binomial, with full worked calculations.

Generated by Claude Opus 4.89 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this topic is asking
  2. The geometric setting
  3. The geometric probability formula
  4. Cumulative geometric probabilities
  5. Geometric versus binomial
  6. Try this

What this topic is asking

The College Board (Topic 4.12) wants you to identify a geometric setting (waiting for the first success), compute geometric probabilities, and find the mean of a geometric random variable.

The geometric setting

The defining feature is the stopping rule: you repeat the trial until success, so the number of trials is itself the random outcome. Rolling a die until the first six, calling customers until the first sale, testing items until the first defect, these are geometric, because the count of trials needed is what varies. Spotting "until the first" (or "how many trials to get a success") is the cue that the geometric model applies rather than the binomial.

The geometric probability formula

The formula follows directly from independence: to have the first success on trial xx, the first x−1x - 1 trials must all be failures (probability (1−p)x−1(1-p)^{x-1}) and trial xx a success (probability pp), and multiplying gives the result. Unlike the binomial there is no coefficient, because there is only one arrangement that puts the first success exactly on trial xx (everything before it must be a failure). The mean 1/p1/p is intuitive: if successes happen one time in ten (p=0.1p = 0.1), you expect to wait about ten trials for one.

Cumulative geometric probabilities

Geometric questions often ask for a range rather than an exact trial. "The first success takes more than kk trials" means the first kk trials were all failures, which has the clean form

P(X>k)=(1−p)k,P(X > k) = (1-p)^k,

a single power, no sum needed. From this, "the first success occurs within the first kk trials" is the complement, P(X≤k)=1−(1−p)kP(X \le k) = 1 - (1-p)^k. These two cumulative forms are exam favorites because they avoid adding many individual terms: instead of summing P(X=1)+P(X=2)+⋯+P(X=k)P(X = 1) + P(X = 2) + \cdots + P(X = k), you compute 1−(1−p)k1 - (1-p)^k directly. A graphing calculator provides geometpdf (exact trial) and geometcdf (at most kk trials), but you should still recognize the structure, "more than kk trials" equals "kk failures in a row" equals (1−p)k(1-p)^k, and be able to set it up by hand. This compact handling of waiting-time questions is the practical payoff of the geometric model.

Geometric versus binomial

The exam relentlessly tests the binomial-versus-geometric distinction because they share the same trial conditions and differ only in what is fixed and counted. Binomial: the number of trials nn is fixed, and you count the number of successes in those nn trials; the formula has a binomial coefficient and the mean is npnp. Geometric: the number of trials is not fixed, and you count the trials until the first success; the formula has no coefficient and the mean is 1/p1/p. The verbal cue is decisive: "in nn trials, how many successes?" is binomial, while "how many trials until the first success?" is geometric. A further contrast is shape, the geometric distribution is always right-skewed (the first success is most likely early, with a long tail of long waits), whereas a binomial's shape depends on pp and nn. Keeping these two waiting-versus-counting models distinct, and matching each to its formula and mean, is the central skill of Topic 4.12 and a frequent multiple-choice trap.

Try this

Q1. A geometric variable has p=0.25p = 0.25. Find P(X=2)P(X = 2) and the mean. [2 points]

  • Cue. P(X=2)=(0.75)1(0.25)=0.1875P(X = 2) = (0.75)^1(0.25) = 0.1875; mean =1/0.25=4= 1/0.25 = 4.

Q2. Explain the key difference between a binomial and a geometric setting. [1 point]

  • Cue. Binomial fixes the number of trials and counts successes; geometric fixes nothing and counts the trials until the first success.

Exam-style practice questions

Practice questions written in the style of College Board exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

AP 2019 (style)1 marksSection I (multiple choice). A fair die is rolled until the first six appears. What is the probability the first six occurs on the third roll? (A) (1/6)3(1/6)^3 (B) (5/6)2(1/6)(5/6)^2(1/6) (C) (5/6)3(5/6)^3 (D) 3(1/6)3(1/6)
Show worked answer →

The correct answer is (B).

This is geometric with p=1/6p = 1/6. The first success on trial 33 requires two failures then a success: P(X=3)=(1−p)2p=(5/6)2(1/6)P(X = 3) = (1-p)^{2} p = (5/6)^2(1/6).

(A) is three successes, not first success on the third. (C) omits the success factor. (D) is not a probability of this form. Two failures then a success gives (B).

AP 2022 (style)4 marksSection II (free response). A telemarketer makes a sale on each independent call with probability 0.10.1. Let XX be the number of calls up to and including the first sale. (a) Explain why XX is geometric. (b) Find the probability the first sale comes on the fourth call. (c) Find the mean of XX and interpret it in context.
Show worked answer →

A 4-point geometric question.

(a) (1 point) Each call is a success (sale) or failure with constant probability p=0.1p = 0.1, calls are independent, and XX counts trials until the first success, so XX is geometric.
(b) (1 point) P(X=4)=(1−p)3p=(0.9)3(0.1)=0.729×0.1=0.0729P(X = 4) = (1-p)^{3}p = (0.9)^3(0.1) = 0.729 \times 0.1 = 0.0729.
(c) (2 points) The mean of a geometric is μX=1/p=1/0.1=10\mu_X = 1/p = 1/0.1 = 10 (1 point); interpret: on average it takes about 1010 calls to make the first sale (1 point, in context).

Markers reward justifying the geometric setting, the geometric probability for the fourth trial, and the mean 1/p1/p with a contextual interpretation.

Related dot points

Sources & how we know this