A Discrete Distribution that can lead to Countably Infinite sequence of Independent Bernoulli Trials.

RV defined as

Commonly used when:

PMF

  • = probability of success.
  • = probability of failure
  • random variable for number of failures before success occurs. usually its success - 1.
  • number of trials

CDF

Expectation formula

Example

Calculate the probability distribution for getting out of jail in MONOPOLY in x rolls of dice.

  • Thus, we have 5 tries before getting a success

Geometric Distribution Table

With p = 0.1 q = 0.9

xP(x)
00.9^0 * 0.1
10.9^1 * 0.1 = 0.09
20.9^2 * 0.1 = 0.081
30.9^3 * 0.1 = 0.0729