Geometric and Poisson Distributions
Medication dosages, IV drip rates, vital monitoring
Discounts, tax, tips, profit margins
The binomial distribution counts successes in a fixed number of trials. But what if you want to know how many trials until the first success? Or how many events occur in a fixed time period? These questions require two other discrete distributions: the geometric distribution and the Poisson distribution. Together with the binomial, they form the essential toolkit for modeling count data in statistics.
The Geometric Distribution
The geometric distribution models the number of trials until the first success. Instead of fixing the number of trials in advance (as binomial does), you keep going until success occurs and ask: how long did it take?
Conditions
The geometric distribution applies when:
- Each trial has exactly two outcomes (success or failure)
- The probability of success is the same on every trial
- Trials are independent
- You count the trial number of the first success (there is no fixed )
Formula
The probability that the first success occurs on trial :
The logic: you need failures in a row (each with probability ), followed by one success (probability ).
Mean (expected number of trials until first success):
Standard deviation:
Example 1: Free Throw Shooter
A basketball player makes free throws with probability . What is the probability that the first successful free throw comes on the 3rd attempt?
This means the player misses the first two shots, then makes the third:
Answer: There is a 6.3% probability that the first make comes on the 3rd attempt. This is relatively unlikely because a 70% shooter usually makes it on the first or second try.
Example 2: Expected Number of Trials
For the same 70% free throw shooter, how many attempts do we expect before the first make?
Answer: On average, the first successful free throw comes in about 1.4 attempts. This makes intuitive sense — a 70% shooter usually makes the first one.
Geometric Distribution (p = 0.70)
Notice how the geometric distribution is always right-skewed. The most likely outcome is success on the very first trial, and the probabilities decrease by a factor of with each additional trial.
Example 3: Quality Control — Defect Detection
A quality inspector examines items on an assembly line. The defect rate is (2% of items are defective). What is the probability that the first defective item is found within the first 10 inspections?
Rather than calculating , use the complement:
Computing : first find , then square it: .
Answer: There is about an 18.3% chance of finding at least one defective item in the first 10 inspections. Even though each item has a 2% defect rate, looking at 10 items gives a nearly one-in-five chance of catching a defect.
Cumulative Geometric Probability
The general formula for the cumulative probability (first success by trial ):
This shortcut avoids summing individual probabilities. It works because — the probability of consecutive failures.
The Poisson Distribution
The Poisson distribution models the count of events in a fixed interval of time or space, when events occur randomly and independently at a known average rate. It is named after French mathematician Simeon Denis Poisson.
Conditions
The Poisson distribution applies when:
- Events occur independently (one event does not affect the probability of the next)
- The average rate (lambda) is constant across the interval
- Two events cannot occur at the exact same instant
- You are counting discrete events in a continuous interval
Formula
The probability of observing exactly events:
Where is the average number of events per interval, , and is the factorial.
Mean:
Standard deviation:
Notice that the Poisson distribution has a single parameter that determines both the center and the spread.
Example 4: Hospital Emergency Room
An emergency room receives an average of patients per hour. What is the probability of receiving exactly 6 patients in a given hour?
Computing each piece:
Answer: There is about a 10.4% probability of exactly 6 patients arriving in one hour when the average rate is 4 per hour.
Example 5: Typos in a Document
A document averages typos per page. What is the probability of a page having zero typos?
Answer: About 13.5% of pages will have no typos at all. So roughly 1 in 7 or 8 pages will be error-free.
Poisson Distribution (λ = 4)
The Poisson distribution is slightly right-skewed for small and becomes more symmetric as increases. When is an integer, the mode occurs at both and (as shown above with ).
Comparing the Three Discrete Distributions
Understanding when to use each distribution is one of the most important skills in applied statistics. Here is a side-by-side comparison:
| Feature | Binomial | Geometric | Poisson |
|---|---|---|---|
| Models | Number of successes in trials | Trial number of first success | Number of events in a fixed interval |
| What is fixed | (number of trials) | (probability of success) | (average rate) |
| Range of X | |||
| Mean | |||
| Standard Deviation | |||
| Key question | ”How many successes?" | "How long until success?" | "How many in this interval?” |
When to Use Each Distribution
Choosing the right distribution comes down to identifying what you are counting and what is fixed:
Use the binomial distribution when:
- You have a fixed number of trials
- Each trial has two outcomes (success/failure)
- You are counting the total number of successes
Use the geometric distribution when:
- Trials are independent with constant probability
- There is no fixed number of trials
- You are counting the number of trials until the first success
Use the Poisson distribution when:
- Events occur randomly in a continuous interval (time, area, volume)
- The average rate is known and constant
- You are counting the number of events in a fixed interval
A helpful test: ask yourself, “Is there a fixed number of trials?” If yes, use binomial. If no, ask “Am I waiting for one event, or counting events in an interval?” Waiting for one event points to geometric; counting events in an interval points to Poisson.
Real-World Application: Nursing — Patient Call Rates
A nursing station receives an average of call-light requests per 30-minute period during the evening shift. The charge nurse needs to plan staffing. What is the probability of receiving 5 or more calls in a 30-minute window?
This is a Poisson problem: we are counting events (call-light requests) in a fixed time interval (30 minutes), with a known average rate.
Step 1: Find .
Step 2: Calculate .
Using and :
Step 3: Sum and subtract.
Answer: There is about an 18.5% probability of receiving 5 or more call-light requests in any given 30-minute period. This means that roughly one out of every five or six half-hour windows will have a higher-than-expected volume.
Staffing implication: If the nursing station can comfortably handle up to 4 calls per 30 minutes with current staffing, then about 18.5% of the time the staff will be stretched beyond capacity. The charge nurse might consider adding a float nurse during peak evening hours when the consequences of delayed response (patient falls, missed medications) are most serious.
Practice Problems
Test your understanding with these problems. Click to reveal each answer.
Problem 1 (Geometric): A salesperson has a 25% chance of closing a sale on each call (). What is the probability that the first sale is closed on the 4th call?
Answer: There is about a 10.6% chance that the first sale comes on the 4th call.
Problem 2 (Geometric): For the same salesperson with , how many calls should they expect to make before closing the first sale?
Answer: On average, the salesperson should expect to make 4 calls before closing the first sale. The geometric mean of gives the expected waiting time.
Problem 3 (Poisson): A call center receives an average of 5 calls per minute (). What is the probability of receiving exactly 3 calls in a given minute?
Answer: There is about a 14.0% probability of receiving exactly 3 calls in a given minute.
Problem 4 (Poisson): A document averages 2 typos per page (). What is the probability that a randomly selected page has zero typos?
Answer: About 13.5% of pages will have no typos. So if you check 100 pages, expect about 13 or 14 to be error-free.
Problem 5 (Geometric): A machine produces defective parts at a rate of 10% (). What is the probability that at least one defective part is found in the first 5 parts inspected?
Using the cumulative geometric formula:
Answer: There is about a 41.0% probability of finding at least one defective part within the first 5 inspections. Even though each part has only a 10% defect rate, checking 5 items gives you a roughly two-in-five chance of catching one.
Key Takeaways
- The geometric distribution models the number of trials until the first success: , with mean
- The Poisson distribution models the count of events in a fixed interval: , with mean and standard deviation
- Geometric answers “How many trials until the first success?” while Poisson answers “How many events in this time period?”
- The binomial requires a fixed number of trials; the geometric does not fix ; the Poisson does not involve trials at all
- For cumulative geometric probabilities, use the shortcut
- For cumulative Poisson probabilities, sum individual terms:
- In healthcare and staffing, the Poisson distribution helps predict demand (patient arrivals, call volumes) for resource planning
Return to Statistics for more topics in this section.
Next Up in Statistics
All Statistics topicsLast updated: March 29, 2026