Chapter-5 Introduction To Probability
Chapter-5 Introduction To Probability
Dr Nitin Gupta
Department of Mathematics
Indian Institute of Technology Kharagpur,
Kharagpur - 721 302, INDIA.
1 Binomial Trail
2 Binomial Distribution
3 Geometric Distribution
5 Hypergeometric Distibution
MGF is M(t) = (q + pe t )n .
E (X ) = np; E (X 2 ) = n(n − 1)p 2 + np; and Var (X ) = npq.
Example
Suppose that we are throwing pair of dice 10 times and asking for the
probability of double five. Here the probability of getting double five is
1
p = 36 . If X denote the number of times getting a double five from rolling
1
two dices. Then X ∼ Bin(n, p), n = 10, p = 36 Then Required
10
1 0 35 10
probability P(X > 0) = 1 − P(X = 0) = 1− 0 36 36
Example
Suppose that a football player makes 30% of his shot attempts. If the
players shoots 10 shots in a game, and X is the number of shots made.
Assuming that the shots are independent, find the mean of random
variable X . Clearly X ∼ Bin(n, p), n = 10, p = 0.30. Then mean of
random variable X is
E (X ) = np = 10 × 0.30 = 3.
Example
In each trial the probability of success is 0.25, in how many trails we
expect first success?
Solution: Let X denote the number of trails to have first success.
X ∼ Geo(p), where p = 0.25.Then expected number of trials are
E (X ) = p1 = 4.
Example
Let getting a ’1’ is a success in roll of a die. We will roll a fair die until we
observe success. Let we have already rolled the die ten times without a
success. The probability that more than two additional tosses are required
to have a success is
Example
In ODI cricket match series between two teams A and B, the team who
wins three games will be the winner. Suppose that the team A has
probability 0.60 of winning over team B. We want to find the probability
that team A will win the series in 5 games. Let X counts the number of
games required by team A to win the series. Then X ∼ NB(r , p),
r = 3, p = 0.60 . Now the required probability is P(X = 5) = 5−1
3−1
(0.60)3 (1 − 0.60)5−3 .
Example
A factory produces components for computers. Let 5% of components are
defective. We need to find 3 non-defective components for our 3 new
computers. Components are tested until 3 non-defectives are found. What
is the probability that more than 5 components will be tested?
Solution: Let X be the number of components tested for getting r
non-defectives. Then X ∼ NB(r , p), r = 3, p = 0.95, q = 1 − p. Then
required probability is
n nM
E (X ) = N M, Var (X ) = N 2 (N−1)
(N − M)(N − n).