What is the Geometric Distribution

The Geometric Distribution is a type of probability distribution that measures the number of successes or failures before a given event occurs. It is commonly used to model the probability of the number of independent trials needed to achieve a success. This type of distribution is often used in the fields of engineering, science, economics, and finance. It is a special case of the Negative Binomial Distribution.


The geometric distribution describes the probability of experiencing a certain amount of failures before experiencing the first success in a series of Bernoulli trials.

A Bernoulli trial is an experiment with only two possible outcomes – “success” or “failure” – and the probability of success is the same each time the experiment is conducted.

 

An example of a Bernoulli trial is a coin flip. The coin can only land on two sides (we could call heads a “success” and tails a “failure”) and the probability of success on each flip is 0.5, assuming the coin is fair.

If a  X follows a geometric distribution, then the probability of experiencing failures before experiencing the first success can be found by the following formula:

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

where:

  • k: number of failures before first success
  • p: probability of success on each trial

For example, suppose we want to know how many times we’ll have to flip a fair coin until it lands on heads. We can use the formula above to determine the probability of experiencing 0, 1, 2, 3 failures, etc. before the coin lands on heads:

Note: The coin can experience 0 “failures” if it lands on heads on the first flip.

P(X=0) = (1-.5)0(.5) = 0.5

P(X=1) = (1-.5)1(.5) = 0.25

P(X=2) = (1-.5)2(.5) = 0.125

P(X=3) = (1-.5)3(.5) = 0.0625

We can calculate the probability for any number of coin flips up to infinity. We create then create a simple histogram to visualize this probability distribution:

Geometric probability distribution histogram

Calculating Cumulative Geometric Probabilities

The cumulative probability that we experience or less failures until the first success can be found by the following formula:

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

  • k: number of failures before first success
  • p: probability of success on each trial

For example, suppose we want to know the probability that it will take three or less “failures” until the coin finally lands on heads. We would use the following formula to calculate this probability:

P(X≤3) = 1 – (1-.5)3+10.9375

We can calculate each cumulative probability using a similar formula:

P(X≤0) = 1 – (1-.5)0+10.5

P(X≤1) = 1 – (1-.5)1+10.75

P(X≤2) = 1 – (1-.5)2+10.875

We can calculate these cumulative probabilities for any number of coin flips up to infinity. We can then create a histogram to visualize this cumulative probability distribution:

Geometric cumulative probability distribution

Properties of the Geometric Distribution

The geometric distribution has the following properties:

The mean of the distribution is (1-p) / p.

The variance of the distribution is (1-p) / p2.

For example:

The mean number of times we would expect a coin to land on tails before it landed on heads would be (1-p) / p = (1-.5) / .5 = 1.

The variance in the number of flips until it landed on heads would be (1-p) / p2 = (1-.5) / .522.

Geometric Distribution Practice Problems

Use the following practice problems to test your knowledge of the Geometric distribution.

Note: We will use the to calculate the answers to these questions.

Problem 1

Question: A researcher is waiting outside of a library to ask people if they support a certain law. The probability that a given person supports the law is p = 0.2. What is the probability that the fourth person the researcher talks to is the first person to support the law?

Answer: The number of “failures” until the first success – i.e. the number of people who don’t support the law until the first person supports it – is 3. Thus, using the Geometric Distribution Calculator with p =0.2 and x = 3 failures, we find that P(X=3) = 0.10240.

Problem 2

Question: A researcher is waiting outside of a library to ask people if they support a certain law. The probability that a given person supports the law is p = 0.2. What is the probability that the researcher will have to talk to more than four people to find someone who supports the law?

Answer: Using the Geometric Distribution Calculator with p =0.2 and x = 4 failures, we find that P(X>4) = 0.32768.

Problem 3

Question: A researcher is waiting outside of a library to ask people if they support a certain law. The probability that a given person supports the law is p = 0.2. What is the expected number of people the researcher will have to talk to until she finds someone who supports the law?

Answer: Recall that the mean of the geometric distribution is (1-p) / p. In this situation, the mean would be (1-.2) / .2 = 4.

x