How to Put Geometric Distribution in Calculator
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:
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):
How to Calculate Geometric Distribution
To calculate geometric distribution probabilities using a calculator:
- Determine the probability of success (p) for each trial
- Choose the number of trials (k) you want to calculate for
- Use the formula P(X = k) = (1 - p)k-1 × p
- For cumulative probability, use P(X ≤ k) = 1 - (1 - p)k
- 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:
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):