{{ 'ml-label-loading-course' | message }}
{{ toc.name }}
{{ toc.signature }}
{{ tocHeader }} {{ 'ml-btn-view-details' | message }}
{{ tocSubheader }}
{{ 'ml-toc-proceed-mlc' | message }}
{{ 'ml-toc-proceed-tbs' | message }}
Lesson
Exercises
Recommended
Tests
An error ocurred, try again later!
Chapter {{ article.chapter.number }}
{{ article.number }}. 

{{ article.displayTitle }}

{{ article.intro.summary }}
Show less Show more expand_more
{{ ability.description }} {{ ability.displayTitle }}
Lesson Settings & Tools
{{ 'ml-lesson-number-slides' | message : article.intro.bblockCount }}
{{ 'ml-lesson-number-exercises' | message : article.intro.exerciseCount }}
{{ 'ml-lesson-time-estimation' | message }}
Concept

Geometric Distribution

A geometric distribution is the probability distribution that describes the number of binomial trials needed in an experiment until the first success occurs. The trials must satisfy three conditions.
  1. There are two possible outcomes for each trial — success and failure.
  2. The trials are independent.
  3. The probability of success is the same on each trial.

If is the probability of success and is the number of trials needed to get a success, the probability of getting a success in trials is given by the formula below.

Consider a situation in which a regular coin is flipped until it lands on heads.
Coin Flip
It is worth noting that this experiment satisfies the three conditions because the probability of landing on heads is for every trial. The following expression gives the probability of landing on heads after trials.
The graph below displays the probabilities for values of from to The value of indicates that the coin is flipped once before it lands on heads. The value of indicates that the coin lands on heads the second time it is flipped, and so on.
histogram

It should be noted that the probability of landing on heads after coin flips is equal to the probability of landing on tails after consecutive coin flips, then landing on heads on the next flip.

Loading content