Free Geometric Distribution Calculator

Calculate the probability that the first success occurs on the k-th trial in a sequence of independent Bernoulli trials.

P(X = k)

0.08192000

P(X <= k)0.67232000
Expected Value (1/p)5.0000
Variance20.0000

P(X = k) vs Success Probability (p)

How to Calculate Geometric Distribution Probability

Formula

P(X = k) = (1-p)^(k-1) * p

The geometric distribution models the number of trials needed to get the first success. Each trial is independent with success probability p. The probability of needing exactly k trials means k-1 failures followed by 1 success. The expected number of trials is 1/p.

Example Calculation

A basketball player has a 20% free-throw rate. What is the probability the first basket is made on the 5th attempt?

  1. 01P(X=5) = (1-0.2)^(5-1) * 0.2
  2. 02= 0.8^4 * 0.2
  3. 03= 0.4096 * 0.2
  4. 04= 0.08192
  5. 05Expected trials until first success = 1/0.2 = 5

Frequently Asked Questions

Learn More

Understanding the Normal Distribution

Learn what the normal distribution is, why it matters in statistics, and how to use the bell curve for probability calculations, z-scores, and real-world data analysis.

Related Calculators