The Geometric Distribution
Waiting for the First Success, Memorylessness, and Expected Trials — A TLDR Primer
Probability class just introduced the geometric distribution and the formula sheet looks like a wall of symbols. Or maybe your AP Statistics exam is coming up and the memoryless property still feels slippery. This guide cuts straight to what you need.
**The Geometric Distribution: Waiting for the First Success** covers every core idea — Bernoulli trials, the PMF and its two competing conventions, the cumulative distribution function, expected value, variance, and the memoryless property — with plain-language explanations and worked numerical examples at every step. You will also see where the geometric distribution appears in the real world (quality control, network retries, sports streaks) and exactly how it differs from the binomial and negative binomial distributions, which trip students up constantly.
This guide is written for high school and early-college students who want a focused explanation of geometric distribution probability without slogging through a door-stopper textbook that buries the key ideas under pages of measure theory. It is equally useful for tutors planning a session or parents who want to understand what their student is struggling with.
Every term is defined in plain language the first time it appears. Common misconceptions — including the gambler's fallacy and the confusion between the "number of trials" and "number of failures" conventions — are named and corrected inline. The exposition is short by design: no filler, no padding, no detours.
If you need to walk into your next exam or homework session understanding the geometric distribution from the ground up, pick this up and start reading.
- Recognize when a real-world situation fits a geometric distribution
- Compute probabilities, expected value, and variance using the geometric PMF and CDF
- Distinguish the two common conventions (number of trials vs. number of failures)
- Apply the memoryless property and explain why only the geometric distribution has it (among discrete distributions)
- Solve typical exam problems including 'at least n trials' and 'first success by trial n' questions
- 1. Setting the Scene: Bernoulli Trials and Waiting for SuccessIntroduces the experimental setup — independent Bernoulli trials with constant success probability p — and frames the geometric distribution as the answer to 'how long until the first success?'
- 2. The PMF: Probability of the First Success on Trial kDerives the geometric PMF P(X=k) = (1-p)^(k-1) p, explains the two conventions (trials vs. failures), and works several direct computations.
- 3. The CDF and 'At Least k Trials' QuestionsBuilds the cumulative distribution function, derives the clean tail formula P(X>k) = (1-p)^k, and uses it on the most common exam-style problems.
- 4. Expected Value, Variance, and What They MeanDerives E[X] = 1/p and Var(X) = (1-p)/p^2, gives intuition for why the mean is the reciprocal of p, and warns about the variance formula's convention dependence.
- 5. The Memoryless PropertyStates and proves P(X>m+n | X>m) = P(X>n), explains why this is counterintuitive (the gambler's fallacy), and notes that the geometric is the only discrete distribution with this property.
- 6. Where It Shows Up: Applications and Look-AlikesSurveys real settings (quality control, retries, sports streaks, coupon problems) and distinguishes the geometric from the binomial and negative binomial distributions.