Independence: Each trial must be independent, meaning the outcome of one trial does not influence the probability of success in any other trial.
Constant Probability: The value of must remain identical across all trials, ensuring the process is stationary.
Binary Outcomes: Every trial results in exactly two mutually exclusive outcomes, typically labeled as 'success' and 'failure'.
Geometric Decay: The probability of needing more trials decreases geometrically because each additional trial requires all previous trials to have been failures.
| Feature | Geometric Distribution | Binomial Distribution |
|---|---|---|
| Variable () | Number of trials until 1st success | Number of successes in trials |
| Number of Trials | Variable (infinite possible) | Fixed () |
| Parameters | (probability of success) | (trials) and (probability) |
| Starting Value |
The Memoryless Property states that the probability of achieving a success in the future is independent of how many failures have already occurred.
Mathematically, this is expressed as .
In practical terms, if you have already failed 10 times, the probability that you will succeed on the next trial is still exactly , just as it was on the very first trial.
This property is unique to the geometric distribution among discrete distributions and implies that the process 'restarts' after every failure.
Check the Lower Bound: Always remember that for a geometric distribution, cannot be 0. If a problem implies 0 is possible, you may be looking at a variation (number of failures before success) rather than the standard geometric distribution.
Complement Rule: For 'at least' or 'more than' questions, it is almost always faster to use rather than summing individual probabilities.
Shape Recognition: On multiple-choice questions, remember that the geometric distribution is always skewed to the right, regardless of the value of .
Calculator Syntax: Ensure you know if your calculator requires 'trials' or 'failures'. Standard AP Statistics curriculum uses 'trials until first success'.