Geometric Distribution Calculator
Reviewed by CalcMulti Editorial Team·Last updated: ·← Statistics Hub
The geometric distribution models the number of independent Bernoulli trials needed to achieve the first success, where each trial has the same probability of success p. It answers questions like "how many coin flips until the first head?" or "how many job applications until the first offer?"
Enter the probability of success p and the trial number k to compute the exact probability of first success on trial k, and the cumulative probability of success by trial k.
Formula
P(X = k) = (1 − p)^(k−1) × p | P(X ≤ k) = 1 − (1 − p)^k | Mean = 1/p | Variance = (1−p)/p²
Probability of success on each trial (0 < p ≤ 1)
First success occurs on trial k (k ≥ 1)
Geometric vs Binomial — Which to Use?
| Question type | Distribution | What is fixed |
|---|---|---|
| How many trials until first success? | Geometric (this calculator) | p; k is the unknown |
| How many successes in n trials? | Binomial | n and p; k (successes) is the unknown |
| How many trials until r-th success? | Negative Binomial | r and p; n (trials) is the unknown |
| Time until first event (continuous) | Exponential | Rate λ; t is continuous |
| Number of events in fixed time | Poisson | λ (rate × time) |
| Sampling without replacement | Hypergeometric | Population composition |
Case Study: Sales Call Success Rate
A sales representative has a 15% success rate (p=0.15) on cold calls. Management asks: what is the probability of closing the first deal on exactly the 5th call? What is the probability of closing within 10 calls?
P(X=5) = (1−0.15)⁴ × 0.15 = (0.85)⁴ × 0.15 = 0.522 × 0.15 ≈ 0.0783 (7.83%). P(X≤10) = 1 − (0.85)¹⁰ ≈ 1 − 0.197 = 0.803 (80.3%). Expected calls until first success: 1/0.15 ≈ 6.7 calls.
The sales manager used these results to plan daily call targets: a rep making 10 calls per day has an 80.3% chance of closing at least one deal, while 20 calls gives P(X≤20) = 1 − (0.85)²⁰ ≈ 96%. The manager set a target of 15 calls/day for a 90%+ daily success rate.
Related Calculators
Number of successes in n fixed trials
Poisson CalculatorNumber of events in a fixed time interval
Probability Rules ExplainedComplement, multiplication, conditional probability
Normal Distribution CalculatorLarge-sample approximation
P-Value CalculatorTail probabilities for hypothesis tests
Statistics HubAll statistics calculators & guides
Disclaimer
This calculator is for educational purposes only and does not constitute professional advice. Results are based on standard mathematical formulas. Always verify critical calculations with a qualified professional before making important decisions.