A geometric distribution can be defined as the probability of experiencing the number of failures before you get the first success in a series of Bernoulli trials. Bernoulli trials refer to two possible outcomes for each trial (success or failure). For example : What's the probability that we have to face 4 failures before we get heads on a coin.
P(X=k)=(1−p)k−1p
where k
is the number of trials. k-1
can be read as the number of failures prior to the first success. p
is the probability of success on each trial.
Solution
P(X=9)=0.001953P(X<9)=0.996094P(X≤9)=0.998047P(X>9)=0.001953P(X≥9)=0.003906
P(X < 9)
P(X<9) = P(X=1) + P(X=2) + P(X=3) + P(X=4) + P(X=5) + P(X=6) + P(X=7) + P(X=8)
P(X<9) = 0.500000 + 0.250000 + 0.125000 + 0.062500 + 0.031250 + 0.015625 + 0.007813 + 0.003906
P(X<9)=0.996094
P(X=1)=0.500000P(X=2)=0.250000P(X=3)=0.125000P(X=4)=0.062500P(X=5)=0.031250P(X=6)=0.015625P(X=7)=0.007813P(X=8)=0.003906P(X=9)=0.001953
- Probability of success must lie between 0 and 1.
- Number of trials can't be less than or equal to 0. It must be a whole number, can't be in decimals.
Geometric Distribution has the following properties -
- Each trial has only two possible outcomes - success or failure.
- The probability of a success on any trial is same.
- Trials are independent.
Both have the same properties but they are different in terms of objective. In a binomial distribution, the number of trials is fixed. Whereas when we use a geometric distribution, we are interested in the number of trials required until we get success.
- Suppose you work as a operational manager in a factory and want to know the probability that the kth product on a production line is defective
- As a marketing lead, it is expected from you to calculate the number of trials required before sale turn out to be a success
Share Share Tweet