All the Tools You Need

Geometric Distribution Calculator - Probability Calculator | StatsTools

Geometric Distribution Calculator

Geometric Distribution

Calculate probabilities for the number of trials until first success, analyze waiting times, and compute distribution properties.

P(X = k) = (1-p)^{k-1} × p
Exact Probability
Cumulative
Properties
Inverse

Exact Probability

Geometric distribution models the number of trials needed to get the first success.

First Head in Coin Toss

p=0.5, k=3
P = 0.125

Quality Control

p=0.05, k=20
P = 0.018

Rare Event

p=0.01, k=100
P = 0.004

Geometric Distribution Result

0.1250
Success Probability
0.500
Trial Number
3
Failure Probability
0.500
12.50%

Interpretation:

There's a 12.5% chance that the first success occurs on the 3rd trial.

Moderate Probability

Distribution Properties:

PropertyFormulaValue
Expected Value (Mean)E[X] = 1/p2.000
VarianceVar(X) = (1-p)/p²2.000
Standard Deviationσ = √Var(X)1.414
Median⌈-log(2)/log(1-p)⌉1
ModeAlways 11

Cumulative Probabilities:

P(X ≤ 3) = 0.8750 P(X ≤ 5) = 0.9688 P(X ≤ 10) = 0.9990

Probability Distribution Plot:

Geometric distribution showing decreasing probabilities for later trials

Cumulative Distribution:

P(X ≤ 3) = 87.5%

Memoryless Property:

P(X > m + n | X > m) = P(X > n) The geometric distribution is memoryless: Past failures don't affect future success probability.

Calculation Steps:

P(X = 3) = (1-p)² × p P(X = 3) = (0.5)² × 0.5 P(X = 3) = 0.25 × 0.5 P(X = 3) = 0.125

Real-World Interpretation:

• With 50% success probability per trial: • Expected wait for first success: 2 trials • There's 87.5% chance of success within 3 trials • After 5 trials, 96.9% chance of at least one success

Applications:

• Quality Control: First defective item • Sales: First successful sale call • Games: First win in repeated attempts • Reliability: Time to first failure

Distribution Type: Geometric Distribution

Success Probability (p): 0.5

Failure Probability (q): 0.5

Calculation Method: Exact Probability

Geometric distribution models the number of Bernoulli trials needed to get the first success.

What is Geometric Distribution?

The Geometric Distribution is a discrete probability distribution that models the number of Bernoulli trials needed to get the first success. It's characterized by the "memoryless property" - the probability of success on future trials doesn't depend on past failures.

Geometric Distribution Formulas

P(X = k) = (1-p)^{k-1} × p
E[X] = 1/p    Var(X) = (1-p)/p²
P(X ≤ k) = 1 - (1-p)^k

Types of Geometric Distribution Calculations

Exact Probability

P(X = k)

Probability of first success on k-th trial

Most common calculation

Cumulative Probability

P(X ≤ k)

Success within k trials

Useful for planning

Distribution Properties

Mean, Variance, SD

Expected waiting time

Statistical moments

Inverse Probability

Find k for P(X ≤ k) ≥ α

How many trials needed

Planning and budgeting

Memoryless Property

PropertyMathematical ExpressionInterpretationExample
MemorylessP(X > m+n | X > m) = P(X > n)Past doesn't affect futureFailed 5 coin tosses? Still 50% chance next is head
Discrete AnalogOnly geometric and exponentialUnique discrete distributionSimilar to exponential distribution
Practical ImplicationNo "due" for successConstant probability each trialEach sales call has same success chance
Counter-intuitiveP(first success after many failures)Gambler's fallacy doesn't applyLong losing streak doesn't increase win chance

Common Geometric Distribution Scenarios

ScenarioSuccess Probability (p)Typical kProbability P(X=k)Interpretation
Coin toss first head0.530.12512.5% chance first head on 3rd toss
Quality control defect0.011000.00370.37% chance first defect at 100th item
Sales call success0.1100.03873.87% chance first sale on 10th call
Rare disease diagnosis0.0016930.00050.05% chance first case at 693rd patient

Step-by-Step Geometric Probability Calculation

Example: Coin Toss - First Head on 3rd Toss

  1. Define success probability: p = 0.5 (probability of heads)
  2. Define trial number: k = 3 (first success on 3rd trial)
  3. Calculate failure probability: q = 1 - p = 0.5
  4. Apply geometric formula: P(X=3) = q² × p
  5. Calculate: P(X=3) = (0.5)² × 0.5 = 0.25 × 0.5 = 0.125
  6. Interpretation: 12.5% chance first head appears on 3rd toss
  7. Cumulative probability: P(X≤3) = 1 - q³ = 1 - 0.125 = 0.875
  8. 87.5% chance of getting at least one head within 3 tosses

Applications of Geometric Distribution

Quality Control & Manufacturing

  • Defect detection: Probability of finding first defective item
  • Process monitoring: Time to first process failure
  • Equipment reliability: Number of cycles until first breakdown
  • Sampling plans: Determining inspection frequency

Business & Marketing

  • Sales analysis: Number of calls until first sale
  • Customer acquisition: Attempts needed for first conversion
  • Marketing campaigns: First response time analysis
  • Risk assessment: First default in loan portfolio

Healthcare & Medicine

  • Clinical trials: First successful treatment response
  • Disease screening: Patients tested until first positive
  • Epidemiology: First case detection in population
  • Drug development: Trials until first effective compound

Technology & Computing

  • Network reliability: First packet loss in transmission
  • Software testing: First bug detection
  • System failures: Time to first system crash
  • Cyber security: First successful intrusion attempt

Related Calculators

Frequently Asked Questions (FAQs)

Q: What's the difference between geometric and binomial distributions?

A: Geometric distribution counts trials until first success. Binomial distribution counts successes in fixed number of trials. Geometric has no upper bound on trials, while binomial has fixed n.

Q: Why is the geometric distribution called "memoryless"?

A: The probability of success on future trials doesn't depend on how many failures have occurred. P(success on next trial) = p, regardless of past failures. This property is unique to geometric distribution among discrete distributions.

Q: How do I calculate the expected number of trials?

A: Expected value E[X] = 1/p. For example, with p=0.1, expect about 10 trials for first success. Variance = (1-p)/p², Standard Deviation = √[(1-p)/p²].

Q: Can geometric distribution handle very small probabilities?

A: Yes! The distribution works for any p between 0 and 1. For very small p (e.g., 0.001), the expected number of trials is large (1000), and the distribution is highly right-skewed.

Master geometric distribution calculations with our free Geometric Distribution Calculator, and explore more probability tools in our Statistics Calculators collection.

Scroll to Top