[go: up one dir, main page]

100% found this document useful (1 vote)
68 views3 pages

Geometric Distribution

The document explains the geometric distribution, which models the probability of the first success occurring after a certain number of independent trials with a constant success probability. It includes formulas for the probability mass function, cumulative distribution function, expected value, and variance, along with practical examples involving probabilities in different scenarios. The document also provides solutions to specific questions related to the geometric distribution, illustrating its application in real-world situations.

Uploaded by

copy00166
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
68 views3 pages

Geometric Distribution

The document explains the geometric distribution, which models the probability of the first success occurring after a certain number of independent trials with a constant success probability. It includes formulas for the probability mass function, cumulative distribution function, expected value, and variance, along with practical examples involving probabilities in different scenarios. The document also provides solutions to specific questions related to the geometric distribution, illustrating its application in real-world situations.

Uploaded by

copy00166
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Geometric Distribution

Geometric distribution comes under the category of discrete random variable


distributions.The geometric distribution gives the probability that the first occurrence of
success requires k independent trials, each with success probability p. If the probability
of success on each trial is p, then the probability that the kth trial is the first success is -

𝑘−1
𝑃(𝑋 = 𝑘) = (1 − 𝑝) 𝑝

The geometric distribution is an appropriate model if the following assumptions are true.
● The phenomenon being modeled is a sequence of independent trials.
● There are only two possible outcomes for each trial, often designated success
or failure.
● The probability of success, p, is the same for every trial.

If these conditions are true, then the geometric random variable X is the count of
the number of failures before the first success.

The cdf of the distribution can be defined as :

𝑘
𝐹(𝑘) = 𝑃(𝑋≤𝑘) = 1 − (1 − 𝑝)

𝑘
P(X > k) = 1 − (1 − 𝑝)

1
Expected value : E[X] =
𝑝

(1 − 𝑝)
Variance : Var[X] = 2
𝑝

Questions:

1. Suppose that the no.of runs scored of a delivery is uniform in {1, 2, 3, 4, 5, 6}


independent of what happens in other deliveries. A batsman needs to bat till he hits a
six. What is the probability that he needs fewer than 6 deliveries to do so ?
Solution -
We can consider success to be hitting a six.
1
P(hitting a six) =
6
5
P(other than six) =
6
5 5
He needs fewer than 6 deliveries so P(x ≤ 5) = 1 − (1 − 6
)
= 0.59

2. A light bulb manufacturing factory finds 3 in every 60 light bulbs defective. Calculate
what will be the probability that the first defective light bulb will be found when the 6th
one is tested?

Solution -
As the probability of the first defective light bulb needs to be determined hence, this is a
geometric distribution.
3
P(defective bulb) = = 0.05
60
6−1
P(X = 6) = (1 − 0. 05) 0. 05
P(X = 6) = 0.0386

Probability (first defective light bulb is found on the 6th trial) is 0.0368.

3. A Football match between Argentina and Portugal is going on and till the last minute
none of the teams has scored a single goal,so the match referee decided to go for a
penalty shoot.From Argentina Messi will go for penalty all the time and from
Portugal,Ronaldo will go for penalty each time.There is 40% chance that Messi can
convert penalty into goal whereas 70% chance that Ronaldo can convert penalty into
goal.Each penalty shoot is independent of previous one.The two players will go for
penalty shoot alternatively and Ronaldo will start the penalty.If Ronaldo hits the penalty
first then Portugal will win and Messi won’t be allowed to do the penalty.

1. What is the probability that Messi wins before the third round of penalty ?

Solution -
As the penalty shoot out is started by Ronaldo, Messi can win only in the 2nd round
if he has to win before the 3rd round.
Now,
P(Messi scoring) = 0.4 P(Messi not scoring) = 0.6
P(Ronaldo scoring) = 0.7 P(Ronaldo not scoring) = 0.3

P(Messi wins before round 3) = Ronaldo failing 1st penalty * Messi scoring 2nd one
= 0.3 * 0.4
= 0.12

2. What is the probability that Ronaldo will win ?

Solution -
P(Ronaldo win) = (Ronaldo score)or (Ronaldo not score * Messi not score * Ronaldo
not score) or (Ronaldo not score * Messi not score * Ronaldo not score * Messi not
Score * Ronaldo score) and so on…….

This would generate an infinite series…..

P(Ronaldo win) = 0. 7 + ( 0. 3 × 0. 6 × 0. 7) + (0. 3 × 0. 6 × 0. 3 × 0. 6 × 0. 7)...


2
= 0. 7 + 0. 18 × 0. 7 + 0. 18 × 0. 7……
𝑎
=
1−𝑟
0.7
=
1−0.18
= 0.85

You might also like