Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

Geometric and Poisson distributions model two common types of random situations: waiting for the first success and counting rare events in a fixed interval. This cheat sheet helps students choose the correct distribution, identify parameters, and calculate probabilities quickly. It is useful for homework, test review, and interpreting real-world probability questions involving trials, rates, and event counts. A geometric distribution uses the success probability pp and counts the trial number XX of the first success. A Poisson distribution uses the average rate λ\lambda and counts the number of events XX in a fixed time, area, distance, or other interval. The most important formulas are P(X=k)=(1p)k1pP(X=k)=(1-p)^{k-1}p for geometric probability and P(X=k)=eλλkk!P(X=k)=\frac{e^{-\lambda}\lambda^k}{k!} for Poisson probability.

Key Facts

  • For a geometric random variable XX, XX is the trial number of the first success, so possible values are X=1,2,3,X=1,2,3,\ldots.
  • The geometric probability formula is P(X=k)=(1p)k1pP(X=k)=(1-p)^{k-1}p, where pp is the probability of success on each independent trial.
  • For a geometric distribution, the mean is E(X)=1pE(X)=\frac{1}{p} and the variance is Var(X)=1pp2\operatorname{Var}(X)=\frac{1-p}{p^2}.
  • The geometric cumulative probability for success on or before trial kk is P(Xk)=1(1p)kP(X\le k)=1-(1-p)^k.
  • For a Poisson random variable XX, XX counts the number of events in a fixed interval, so possible values are X=0,1,2,3,X=0,1,2,3,\ldots.
  • The Poisson probability formula is P(X=k)=eλλkk!P(X=k)=\frac{e^{-\lambda}\lambda^k}{k!}, where λ\lambda is the mean number of events in the interval.
  • For a Poisson distribution, the mean and variance are both equal to λ\lambda, so E(X)=λE(X)=\lambda and Var(X)=λ\operatorname{Var}(X)=\lambda.
  • If the rate is rr events per unit and the interval length is tt, then the Poisson parameter is λ=rt\lambda=rt.

Vocabulary

Geometric distribution
A probability distribution that gives the chance that the first success occurs on trial kk in repeated independent trials.
Poisson distribution
A probability distribution that gives the chance of observing kk events in a fixed interval when events occur at an average rate λ\lambda.
Success probability
The value pp is the probability that one trial results in a success.
Rate parameter
The value λ\lambda is the average number of events expected in the chosen interval.
Expected value
The expected value E(X)E(X) is the long-run average value of the random variable XX.
Independence
Independence means the outcome of one trial or event does not change the probability of another.

Common Mistakes to Avoid

  • Using P(X=k)=(1p)kpP(X=k)=(1-p)^kp for a geometric probability is wrong because there are only k1k-1 failures before the first success, so the exponent must be k1k-1.
  • Starting a geometric distribution at X=0X=0 is wrong for the trial-count version because the first possible success occurs on trial 11.
  • Using the Poisson formula when events do not occur independently is wrong because the model assumes one event does not make another event more or less likely.
  • Forgetting to adjust λ\lambda to match the interval is wrong because λ\lambda must describe the same time, area, or distance used in the question.
  • Confusing P(Xk)P(X\le k) with P(X=k)P(X=k) is wrong because a cumulative probability adds several outcomes, while an exact probability uses only one value of kk.

Practice Questions

  1. 1 A basketball player makes a free throw with probability p=0.75p=0.75. What is the probability that the player makes the first free throw on attempt 44?
  2. 2 A website gets an average of λ=3.2\lambda=3.2 sign-ups per hour. Using a Poisson model, what is the probability of exactly 55 sign-ups in one hour?
  3. 3 A machine has an average of 0.60.6 defects per meter of fabric. What is the probability of exactly 22 defects in 33 meters of fabric?
  4. 4 A student wants to model the number of cars passing a checkpoint in 1010 minutes. Explain why a Poisson distribution may be appropriate, and state one condition that should be checked.