AP Statistics Practice Quiz: The Geometric Distribution
Written by AP Content Team, Verified for 2026 AP Exams, Last updated: May 2026
Test your understanding with short quizzes. This quiz has 16 questions to check your progress.
Question 1 of 16
All Questions (16)
A) The total number of successes in a fixed number of trials.
B) The trial number on which the first success occurs.
C) The probability of success on a single trial.
D) The average number of successes in a sequence of trials.
Correct Answer: B
The provided content explicitly states that a geometric random variable 'gives the trial number on which the first success occurs in a sequence of independent trials.'
A) The student successfully rolling a 4.
B) The number of rolls it takes to get the first 4.
C) A single roll of the die.
D) The student not rolling a 4.
Correct Answer: C
In a geometric distribution, a 'trial' is a single, independent event in the sequence. In this case, each roll of the die is one trial.
A) p
B) 1/p
C) sqrt(1-p)/p
D) 1-p
Correct Answer: B
The content states that 'The mean of a geometric random variable is 1/p'.
A) 0.096
B) 0.144
C) 0.240
D) 0.600
Correct Answer: A
The geometric probability function calculates P(X=x). Here, p=0.6, 1-p=0.4, and x=3. The probability is (1-p)^(x-1) * p = (0.4)^(3-1) * 0.6 = (0.4)^2 * 0.6 = 0.16 * 0.6 = 0.096.
A) 5
B) 10
C) 20
D) 50
Correct Answer: C
The expected number of trials until the first success is the mean of the geometric distribution. The probability of success (finding a defective item) is p=0.05. The mean is 1/p = 1/0.05 = 20.
A) 3.00
B) 9.49
C) 10.00
D) 90.00
Correct Answer: B
The standard deviation of a geometric random variable is sqrt(1-p)/p. Here, p=0.10. So, the standard deviation is sqrt(1-0.10)/0.10 = sqrt(0.9)/0.10 ≈ 0.9487 / 0.10 ≈ 9.49.
A) The salesperson is guaranteed to make a sale by the 4th customer.
B) The salesperson will most likely make a sale on the 4th attempt.
C) Over many, many sequences of attempts, the average number of customers approached to get the first sale is 4.
D) The probability of making a sale on the 4th attempt is higher than any other attempt.
Correct Answer: C
The mean of a random variable, also known as the expected value, represents the long-run average outcome. The content emphasizes that parameters should be interpreted in context. The mean of 4 indicates the long-run average, not a guarantee or the most likely single outcome.
A) There is a 1.67% chance that a player will win exactly 10 times.
B) If a player tries 10 times, they are 1.67% likely to win.
C) In a large number of repeated games, about 1.67% of players will experience their first win on their 10th attempt.
D) A player is expected to win their first prize after 1.67 attempts.
Correct Answer: C
The geometric probability function calculates the probability of the first success occurring on a specific trial 'x'. This value should be interpreted in context as the likelihood of that specific event happening. It represents the long-run proportion of times this specific outcome would occur.
A) 0.16
B) 0.20
C) 0.25
D) 0.80
Correct Answer: A
First, use the mean to find the probability of success, p. Mean = 1/p, so 5 = 1/p, which means p = 1/5 = 0.2. Now, calculate the probability that the first success is on the 2nd trial (x=2). P(X=2) = (1-p)^(2-1) * p = (1-0.2)^1 * 0.2 = 0.8 * 0.2 = 0.16.
A) (0.12)^4 * (0.88)
B) (0.88)^4 * (0.12)
C) (0.12)^5
D) (0.88)^5
Correct Answer: B
This is a geometric setting where 'success' is the program crashing. The probability of success is p=0.12. We want to find the probability that the first success occurs on trial x=5. The geometric probability function is P(X=x) = (1-p)^(x-1) * p. Plugging in the values: P(X=5) = (1-0.12)^(5-1) * 0.12 = (0.88)^4 * 0.12.
A) 2.65
B) 7.48
C) 8.00
D) 56.00
Correct Answer: B
First, find the probability of success, p, from the mean. Mean = 1/p = 8, so p = 1/8 = 0.125. Next, calculate the standard deviation using the formula sqrt(1-p)/p. SD = sqrt(1-0.125)/0.125 = sqrt(0.875)/0.125 ≈ 0.9354 / 0.125 ≈ 7.48.
A) Counting the number of red cars in a sample of 50 cars passing an intersection.
B) Recording the number of times a student must take a driving test until they pass.
C) Measuring the average height of students in a classroom.
D) Counting the number of aces drawn from a deck of 52 cards without replacement.
Correct Answer: B
A geometric random variable measures the number of trials until the first success. Option B fits this perfectly: each test is a trial, and we are counting them until the first 'pass' (success). Option A is binomial, C is not a count of trials, and D lacks independent trials because the cards are not replaced.
A) Both the mean and standard deviation will be small.
B) The mean will be large, and the standard deviation will be small.
C) The mean will be small, and the standard deviation will be large.
D) Both the mean and standard deviation will be large.
Correct Answer: D
The mean is 1/p and the standard deviation is sqrt(1-p)/p. If p is a very small number (close to 0), then 1/p will be a very large number, making the mean large. Similarly, 1-p will be close to 1, so sqrt(1-p) is also close to 1. The standard deviation, approximately 1/p, will also be very large.
A) It is the number of nights the researcher must wait to be certain of seeing the event.
B) It is the most likely number of nights the researcher will have to wait.
C) It measures the typical variation or spread in the number of nights one would expect to wait for the first event, centered around the mean.
D) It is the probability that the researcher will not see the event on any given night.
Correct Answer: C
The standard deviation of a distribution measures the typical or average distance of the outcomes from the mean. In the context of this geometric distribution, it quantifies the variability in the waiting time for the first success (the first observed event).
A) The probability of finding 19 defective bulbs.
B) The probability of finding 19 non-defective bulbs in a row.
C) The probability that the 19th bulb is the first defective one.
D) The average number of non-defective bulbs found.
Correct Answer: B
In the geometric probability formula, (1-p)^(x-1) represents the probability of having x-1 consecutive failures before the first success. Here, p=0.03 (defective), so 1-p=0.97 (non-defective), and x=20. Thus, (0.97)^(20-1) or (0.97)^19 is the probability of the first 19 bulbs being non-defective (failures to find a defective one).
A) 0.0052
B) 0.0763
C) 0.0833
D) 0.1146
Correct Answer: B
This requires working backward. SD = sqrt(1-p)/p = 12. Squaring both sides gives (1-p)/p^2 = 144. This leads to the quadratic equation 144p^2 + p - 1 = 0. Using the quadratic formula, p = [-1 ± sqrt(1^2 - 4*144*(-1))] / (2*144) = [-1 ± sqrt(577)] / 288. Since p must be positive, p ≈ (-1 + 24.02) / 288 ≈ 0.08. Now, calculate P(X=2) = (1-p)*p ≈ (1-0.08)*0.08 = 0.92 * 0.08 = 0.0736. The closest answer is 0.0763, which results from using a more precise value for p (≈0.0799).