Cal11 calculator

How to Put Geometric Distribution in Calculator

Reviewed by Calculator Editorial Team

Geometric distribution is a probability distribution that models the number of trials needed to get the first success in repeated, independent Bernoulli trials. This guide explains how to calculate geometric distribution probabilities using a calculator, including the formula, step-by-step instructions, and practical examples.

What is Geometric Distribution?

Geometric distribution describes the probability of the first success occurring on the k-th trial in a series of independent Bernoulli trials. It's commonly used in quality control, reliability engineering, and other fields where the number of trials until the first success is important.

Key characteristics of geometric distribution:

  • Only one parameter: probability of success (p)
  • Discrete probability distribution
  • Memoryless property: the probability of the first success on the next trial is the same regardless of previous failures
  • Mean (expected value) = 1/p
  • Variance = (1-p)/p²

Geometric Distribution Formula

The probability mass function for geometric distribution is:

P(X = k) = (1 - p)k-1 × p

Where:

  • P(X = k) = probability of first success on the k-th trial
  • p = probability of success on an individual trial
  • k = number of trials (k = 1, 2, 3, ...)

For cumulative probability (probability of first success on or before the k-th trial):

P(X ≤ k) = 1 - (1 - p)k

How to Calculate Geometric Distribution

To calculate geometric distribution probabilities using a calculator:

  1. Determine the probability of success (p) for each trial
  2. Choose the number of trials (k) you want to calculate for
  3. Use the formula P(X = k) = (1 - p)k-1 × p
  4. For cumulative probability, use P(X ≤ k) = 1 - (1 - p)k
  5. Multiply the result by 100 to get a percentage

Note: For practical applications, p should be between 0 and 1, and k should be a positive integer.

Worked Example

Suppose you're testing a new product and want to know the probability that the first defective item will be found on the 4th test, given that the probability of finding a defective item in any single test is 0.1 (10%).

Using the formula:

P(X = 4) = (1 - 0.1)4-1 × 0.1 = 0.93 × 0.1 = 0.729 × 0.1 = 0.0729 or 7.29%

This means there's a 7.29% chance that the first defective item will be found on the 4th test.

For the cumulative probability (first defective item on or before the 4th test):

P(X ≤ 4) = 1 - (1 - 0.1)4 = 1 - 0.94 = 1 - 0.6561 = 0.3439 or 34.39%

FAQ

What is the difference between geometric and binomial distribution?
Geometric distribution models the number of trials until the first success, while binomial distribution models the number of successes in a fixed number of trials. Geometric is for the first success, binomial is for multiple successes.
When should I use geometric distribution?
Use geometric distribution when you're interested in the number of trials until the first success occurs, such as in quality control, reliability testing, or any scenario where the first occurrence of an event is important.
What happens if p is very small?
If p is very small, the geometric distribution will have a long right tail, meaning it's more likely to take many trials to get the first success. The mean (expected value) increases as p decreases.