Probability Distributions
Probability Distributions
In the present unit, we discuss the review of the random variables, Discrete random
variables, Continuous random variables, Problems on random variables, Probability
distributions, Discrete probability distributions, Binomial distribution, Poisson
distribution, Continuous probability distributions, Expoential distribution, Uniform
distribution, Gamma distribution and Normal distributin. Joint probability
distributions for both discrete joint probability distribution and continuous joint
probability distribution.
Sample space:- The set of all possible outcomes of a random experiment is called as
a sample space. The sample space is denoted by S.
Example -01:- when tossing a coin, the sample space is S = {H, T }.
Example -02:- When tossing a coin twice, the sample space is
S = {HH, HT, T H, T T }.
Example -03:- When throwing a cubical die, the sample space is S = {1, 2, 3, 4, 5, 6}.
Event :- An outcome of a random experiment is called an event. In other words, an
event is something that happens. (OR)
An event is a subset of the sample space S of the random experiment. An events are
denoted by A, B, C, ....
Example -01:- when tossing a coin, there two events A = {H} and B = {T }.
Example -02:- When tossing a coin twice, then, (i) the event of one head is
A = {HT, T H}, (ii) the event of one tail is B = {HT, T H}, (iii) the event of both
are heads is C = {HH}.
Example -03:- When throwing a cubical die, then (i) the event of the odd numbers
is A = {1, 3, 5}, (ii) the event of the even numbers is B = {2, 4, 6}, (iii) the event of
the multiples of 2 is C = {2, 4, 6} and (iv) the event of the multiples of 3 is
C = {3, 6} .
The range of the random variable X is {0, 1}. and the probabilities are
P (X = 0) = 12 , P (X = 1) = 21 . The values of x and p(x) enter in the table is called
as the probability distribution table.
X 0 1 Total
1 1
p(x) 2 2
1
The range of the random variable X is {0, 1, 2}. and the probabilities are
P (X = 0) = 14 , P (X = 1) = 42 = 12 , P (X = 2) = 14 . The values of x and p(x) enter
in the table is called as the probability distribution table.
X 0 1 2 Total
1 1 1
p(x) 4 2 4
1
k + 3k + 5k + 7k + 9k + 11k + 13k = 1
1
49k = 1, k =
49
(ii) We know that, the mean is given by
X
E(X) = µ = xp(x), f orallx
203
E(X) = µ = 0 + 3k + 10k + 21k + 36k + 55k + 78k = 203k = = 4.1429
49
(iii) We have, the Variance
σ 2 = E(X 2 ) − µ2
Therefore, X
E(X 2 ) = x2 p(x), f orallx
E(X 2 ) = (02 Xk) + (12 X3k) + (22 X5k) + (32 X7k) + (42 X9k) + (52 X11k) + (62 X13k)
973
E(X 2 ) = 0 + 3k + 20k + 63k + 144k + 275k + 468k = 973k = = 19.8571
49
2 2
σ = 19.8571 − (4.1429) = 2.6935
The standard deviation σ is given by
√ √
S.D = σ = V ariance = 2.6935 = 1.6412
(iv) P (X < 4),
P (X < 4) = P (X = 0) + P (X = 1) + P (X = 2) + P (X = 3)
16
P (X < 4) = k + 3k + 5k + 7k = 16k = = 0.3265
49
Dr. Vijaya kumar, MSRIT, Bengaluru - 560
Engineering
054 Mathematics - IV - ME 41 June 28, 2021 17 / 130
Continued Unit - IV Problems on Discrete Random Variables ...
(v) P (X ≥ 5)
24
P (X ≥ 5) = P (X = 5) + P (X = 6) = 11k + 13k = = 0.4898
49
(vi) P (3 < X ≤ 6)
33
P (3 < X ≤ 6) = P (X = 4) + P (X = 5) + P (X = 6) = 9k + 11k + 13k = = 0.6735
49
(iii) - Variance: If X be the contnuous random variable and f (x) be the probability
density function, then the variance is denoted by σ 2 OR V (X) and is given by
Z ∞
V (X) = σ 2 = (x − µ)2 f (x)dx
−∞
Note - 01: For the continuous random variable x with probanility density function
f (x) then the probanility in the interval (a, b) is given by
Z b
P (a < x < b) = f (x)dx
a
Note - 03: For the continuous random variable x with probanility density function
f (x) and k be any real number then
Z k
P (x ≤ k) = f (x)dx
−∞
Note - 04: For the continuous random variable x with probanility density function
f (x) and k be any real number then
Z ∞
P (x ≥ k) = f (x)dx
k
Note - 05:
P (x ≥ k) = 1 − P (x < k)
e−2x e−2x ∞
E(X) = 2[(x)( ) − (1)( )]0
−2 4
e0 1 1
E(X) = µ = 2[(0 − 0) − (0 − )] = 2( ) =
4 4 2
We have, Z ∞ Z 0 Z ∞
E(X 2 ) = x2 f (x)dx = x2 f (x)dx + x2 f (x)dx
−∞ −∞ 0
Z 0 Z ∞ Z ∞
E(X 2 ) = x2 (0)dx + x2 (2e−2x )dx = 2 x2 e−2x dx
−∞ 0 0
Evaluate (i) k. Hence find (ii) E(X), (iii) E(X 2 ), (iv) variance, (v)standard
deviation of the probability distribution. Also, find (vi) P (1 ≤ xle2), (vii) P (x ≤ 2)
and (viii) P (x > 1).
Solution: Given (
kx2 , −3 ≤ x ≤ 3
f (x) =
0, elsewhere
Z −3 Z 3 Z ∞ Z 3
E(X) = x(0)dx + x(kx2 )dx + x(0)dx = k x3 dx
−∞ −3 3 −3
integrating
x4 3 (3)4 (−3)4 81 81
E(X) = k[ ]−3 = k[ − ] = k[ − ] = k(0) = 0
4 4 4 4 4
(iii) We have
Z ∞ Z −3 Z 3 Z ∞
E(X 2 ) = x2 f (x)dx = x2 f (x)dx + x2 f (x)dx + x2 f (x)dx
−∞ −∞ −3 3
Z −3 Z 3 Z ∞ Z 3
E(X 2 ) = x2 (0)dx + x2 (kx2 )dx + x2 (0)dx = k x4 dx
−∞ −3 3 −3
integrating
x5 3 (3)5 (−3)5
E(X 2 ) = k[ ]−3 = k[ − ]
5 5 5
243 −243 1
E(X 2 ) = k[ − ] = k(48.6 + 48.6) = ( )(97.2) = 5.4
5 5 18
(iv) We have, the variance
σ 2 = E(X 2 ) − (E(x))2 = 5.4 − (0)2 = 5.4
(v) The standard deviation σ is given by
√ √
S.D = σ = V ariance = 5.4 = 2.3238
(vi) P (1 ≤ xle2)
2 2
x3 2
Z Z
7
P (1 ≤ xle2) = f (x)dx = (kx2 )dx = k[ ]1 = = 0.1296
1 1 3 54
(vii) P (x ≤ 2)
2 −3 2
x3 2
Z Z Z
35
P (x ≤ 2) = f (x)dx = (0)dx + (kx2 )dx = k[ ]−3 = = 0.6481
−∞ −∞ −3 3 54
(viii) P (x > 1)
∞ 3 ∞
x3 3
Z Z Z
2 13
P (x > 1) = f (x)dx = (kx )dx + (0)dx = k[ ]1 = = 0.4815
1 1 3 3 27
Dr. Vijaya kumar, MSRIT, Bengaluru - 560
Engineering
054 Mathematics - IV - ME 41 June 28, 2021 29 / 130
Continued Unit - IV on Probability Distribution ...
Probability Distributions The process of dividing the total probability into finite
number of divisions is called as a probability distributions. The probability
distributions can be classified into two types, they are
1 Discrete probability distributions.
2 Continuous probability distributions.
Problem - 01: Obtain the expresion for the mean and standard deviation of the
binomial probability distribution.
Solution: We know that, the probability mass function for binomial probability
distribution is
p(x) = ncx px q n−x
To obtain the expression for mean:
We have,
Xn
E(X) = µ = xp(x), f orallx
x=0
substitute p(x)
n
X
E(X) = µ = xncx px q n−x
x=0
n
X n!
E(X) = µ = x px q n−x
x=0
x!(n − x)!
n
X n(n − 1)!
E(X) = µ = x px q n−x
x=0
x(x − 1)!(n − x)!
n
X n(n − 1)!
E(X) = µ = px q n−x
x=1
(x − 1)!(n − x)!
n
X n(n − 1)!
E(X) = µ = ppx−1 q (n−1)−(x−1)
x=1
(x − 1)![(n − 1) − (x − 1)]!
n
X (n − 1)!
E(X) = µ = (np) px−1 q (n−1)−(x−1)
x=1
(x − 1)![(n − 1) − (x − 1)]!
n
X (n − 1)!
E(X) = µ = np px−1 q (n−1)−(x−1)
x=1
(x − 1)![(n − 1) − (x − 1)]!
n
X
E(X) = µ = np (n − 1)c(x−1) px−1 q (n−1)−(x−1)
x=1
by binomial series expanssion
E(X) = µ = np(p + q)n−1 = np(1)n−1
but, p + q = 1
E(X) = µ = np
This is the expression for the mean for binimial probability distribution.
Dr. Vijaya kumar, MSRIT, Bengaluru - 560
Engineering
054 Mathematics - IV - ME 41 June 28, 2021 33 / 130
Continued Unit - IV Problems on Binomial Probability Distribution ...
To obtain the expression for variance:
We know that, the variance is
σ 2 = E(X 2 ) − (E(x))2 (1)
we have, the mean
E(X) = µ = np (2)
Consider,
n
X
E(X 2 ) = x2 p(x)
x=0
by adding and subtracting x
n
X
E(X 2 ) = (x2 − x + x)p(x)
x=0
n
X n
X
E(X 2 ) = x(x − 1)p(x) + xp(x)
x=0 x=0
substitute p(x) in the first sumation and second sumation is E(X) = np,
n
X
E(X 2 ) = x(x − 1)ncx px q n−x + E(X)
x=0
n
X n!
E(X 2 ) = x(x − 1) px q n−x + np
x=0
x!(n − x)!
n
X n(n − 1)(n − 2)!
E(X 2 ) = x(x − 1) px q n−x + np
x=0
x(x − 1)(x − 2)!(n − x)!
n
X n(n − 1)(n − 2)! x n−x
E(X 2 ) = p q + np
x=2
(x − 2)!(n − x)!
n
X n(n − 1)(n − 2)!
E(X 2 ) = p2 px−2 q (n−2)−(x−2) + np
x=2
(x − 2)![(n − 2) − (x − 2)]!
n
2
X (n − 2)!
E(X ) = n(n − 1)p2 px−2 q (n−2)−(x−2) + np
x=2
(x − 2)![(n − 2) − (x − 2)]!
n
X
E(X 2 ) = n(n − 1)p2 (n − 2)c(x−2) px−2 q (n−2)−(x−2) + np
x=2
by binomial series expansion
E(X 2 ) = n(n − 1)p2 (p + q)n−2 + np
Dr. Vijaya kumar, MSRIT, Bengaluru - 560
Engineering
054 Mathematics - IV - ME 41 June 28, 2021 35 / 130
Continued Unit - IV Problems on Binomial Probability Distribution ...
but, p + q = 1
E(X 2 ) = n(n − 1)p2 + np
E(X 2 ) = n2 p2 − np2 + np (3)
Substituting the equations (2) and (3) in equation (1)
σ 2 = n2 p2 − np2 + np − (np)2
σ 2 = −np2 + np = np(1 − p)
σ 2 = npq
This is the expression for the varaince for binimial probability distribution. To
obtain the expression for standard deviation:
We know that, the standard deviation is
√
S.D = σ = V ariance
√
S.D = σ = npq
Note - 01: The probability mass function for binomial probability distributin is
p(x) = ncx px q n−x
Note - 02: The expressions for mean, variance and standard deviation are
√
E(X) = µ = np, σ 2 = npq, σ = npq
Dr. Vijaya kumar, MSRIT, Bengaluru - 560
Engineering
054 Mathematics - IV - ME 41 June 28, 2021 36 / 130
Continued Unit - IV Problems on Binomial Probability Distribution ...
Problem - 02: Let x be a binomially distributed random variable with mean 2 and
standard deviation √23 . Find the probability mass function.
Solution: Given µ = 2 and σ = √23 . WKT, the probablity mass function for
binomial distribution is
p(x) = ncx px q n−x
√
Since np = 2 and npq = √3 → npq = 43
2
npq = 34 , → 2q = 43 , q = 23 and p = 1 − q = 1 − 32 = 13 , p = 13 .
np = 2 → n( 31 ) = 2, n = 6. Substituting the value of n, p and q in p(x), we get the
probablity mass function is
1 2
p(x) = 6cx ( )x ( )6−x , x = 0, 1, 2, 3, ..., 6
3 3
Problem - 03: If x be a binomially distributed random variable based on 6
repetitions of an experiment and p = 0.3. Evaluate the probabilities P (x = 3),
P (x ≤ 3), P(x = 4) and P (x > 4).
Solution: Given n = 6 and p = 0.3 → q = 1 − p = 1 − 0.3 = 0.7 . We have, the
probablity mass function for binomial distribution is
p(x) = ncx px q n−x
Substituting the value of n, p and q in p(x),
Dr. Vijaya kumar, MSRIT, Bengaluru - 560
Engineering
054 Mathematics - IV - ME 41 June 28, 2021 37 / 130
Continued Unit - IV Problems on Binomial Probability Distribution ...
The total number of possible outcomes are 36. Therefore, x + y = 7 occurs in six
outcomes out of 36 outomes, they are {(1, 6), (2, 5), (3, 4), (4, 3), (5, 2), (6, 1), }.
Here n = 2 and the probability of the sum of two numbers scoring 7 in a throw is
6
p = 36 = 61 → q = 1 − p = 1 − 16 = 56 . We have, the probablity mass function for
binomial distribution is
p(x) = ncx px q n−x
Substituting the value of n, p and q in p(x)
1 5
p(x) = 2cx ( )x ( )2−x
6 6
Let x be the number the sum scoring 7 (i) The probability of the sum scoring 7 once
is
1 5 5
p(x = 1) = 2c1 ( )1 ( )1 = = 0.2778
6 6 18
(ii) The probability of the sum scoring 7 twice is
1 5 1
p(x = 2) = 2c2 ( )2 ( )0 = = 0.0278
6 6 36
p(x ≥ 7) = 10c7 (0.65)7 (0.35)3 +10c8 (0.65)8 (0.35)2 +10c9 (0.65)9 (0.35)1 +10c10 (0.65)10 (0.3
p(x ≥ 7) = 0.2522 + 0.1757 + 0.0725 + 0.0135 = 0.5139
Problem - 06: The number of telephone lines busy at an instant of tome is a
binomial variate with probability 0.2. If at an instant 10 lines are chosen at random.
What is the probability that (i) 5 lines are busy, (ii) at most 2 lines are busy, (iii) all
lines are busy and (iv) at least 2 lines are busy.
Solution: Given the probability that a telephone lines are busy is p = 0.2 so that
q = 1 − p = 1 − 0.2 = 0.8 and n = 10 We have, the probablity mass function for
binomial distribution is
p(x) = ncx px q n−x
Substituting the value of n, p and q in p(x)
p(x) = 10cx (0.2)x (0.8)10−x
Let x be the number of telephone lines are busy.
(i) The probability that 5 lines are busy is
p(x = 5) = 10c5 (0.2)5 (0.8)5 = 0.02642
Dr. Vijaya kumar, MSRIT, Bengaluru - 560
Engineering
054 Mathematics - IV - ME 41 June 28, 2021 41 / 130
Continued Unit - IV Problems on Binomial Probability Distribution ...
p(x ≤ 2) = 10c0 (0.2)0 (0.8)10 + 10c1 (0.2)1 (0.8)9 + 10c2 (0.2)2 (0.8)8
p(x ≤ 2) = 0.1074 + 0.2684 + 0.302 = 0.6778
(iii) The probability that all lines are busy is
p(x = 3)orp(x = 0) = p(x = 3)+p(x = 0) = 5c3 (0.5)3 (0.5)2 +5c0 (0.5)0 (0.5)5 = 0.3125+0.0
The expected number of families having 3 boys or 2 girls is 800X0.3438 = 275.
Dr. Vijaya kumar, MSRIT, Bengaluru - 560
Engineering
054 Mathematics - IV - ME 41 June 28, 2021 44 / 130
Continued Unit - IV Problems on Binomial Probability Distribution ...
p(x = 2)orp(x = 0) = p(x = 2)+p(x = 0) = 5c2 (0.5)2 (0.5)3 +5c0 (0.5)0 (0.5)5 = 0.3125+0.0
The expected number of families having 3 boys and 2 girls is 800X0.3438 = 275.
(iii) The probability that a no girls is
p(x ≤ 2) = p(x = 0)+p(x = 1)+p(x = 2) = 5c0 (0.5)0 (0.5)5 +5c1 (0.5)1 (0.5)4 +5c2 (0.5)2 (0.5
mx e−m
p(x) = , x = 0, 1, 2, ..., ∞
x!
This probability distribution is said to be poisson probablity distribution. where, x is
the number of sucess out of n trails and m = np is the parameter of the poisson
distribution.
Note: The poisson probability distribution is a limiting case of binomial probability
distribution when the number of trails are very large i.e.n → ∞ and the probability
of sucess is very small i.e.p → 0. np = m is a constant.
Problem - 01: Obtain the expresion for the mean and standard deviation of the
poisson probability distribution.
Solution: We know that, the probability mass function for poisson probability
distribution is
mx e−m
p(x) = , x = 0, 1, 2, ..., ∞
x!
substitute p(x)
∞
X mx e−m
E(X) = µ = x
x=0
x!
∞
X mx e−m
E(X) = µ = x
x=0
x(x − 1)!
∞
X mx e−m
E(X) = µ =
x=1
(x − 1)!
∞
X mmx−1 e−m
E(X) = µ =
x=1
(x − 1)!
∞
X mx−1
E(X) = µ = me−m
x=1
(x − 1)!
m0 m1 m2
E(X) = µ = me−m [ + + + ... + ∞]
(0)! (1)! (2)!
m m2
E(X) = µ = me−m [1 + + + ... + ∞]
(1)! (2)!
We know that, by exponential series
x x2
ex = 1 + + + ... + ∞
(1)! (2)!
∞
X m2 mx−2 e−m
E(X 2 ) = +m
x=2
(x − 2)!
∞
X mx
E(X 2 ) = m2 e−m +m
x=2
(x − 2)!
Expanding the sumation in the RHS
m0 m1 m2
E(X 2 ) = m2 e−m [ + + + ... + ∞] + m
(0)! (1)! (2)!
m m2
E(X 2 ) = m2 e−m [1 + + + ... + ∞] + m
(1)! (2)!
by exponential series
E(X 2 ) = m2 + m (6)
Using the equations (5) and (6) in equation (4)
σ 2 = m2 + m − (m)2
σ2 = m
This is the expression for the variance of the poisson probability distribution. we can
observe from this the mean and variance of poisson probability distribution is equal.
We have, the standard deviation σ is given by
√ √
S.D = σ = V ariance = m.
mx e−m
p(x) = , x = 0, 1, 2, ..., ∞
x!
Note - 02: The mean, variance and S.D. for the poisson distribution are
√
E(X) = µ = m, σ 2 = m, σ = m
x 0 1 2 3 4
f 122 60 15 2 1
P
Solution: We have the mean = m = Pxf f
0+60+30+6+4
= 122+60+15+2+1 100
= 200 = 1
2
= 0.5,
m = 0.5.
We have the probability mass function for the poisson distribution is
mx e−m
p(x) = , x = 0, 1, 2, ..., ∞
x!
substitute the value of m
(0.5)x e−0.5
p(x) = , x = 0, 1, 2, ..., ∞
x!
This is the poisson probability distribution for the given data.
Problem - 02: If the probability of a bad reaction from a certain injection is 0.001,
determine the chance that out of 2000 individuals, more than two will get a bad
reaction.
Solution: Given the probability of a bad reaction is p = 0.001 (very small) and
n = 2000 (very large), so that m = np = (2000X0.001) = 2, m = 2.
Dr. Vijaya kumar, MSRIT, Bengaluru - 560
Engineering
054 Mathematics - IV - ME 41 June 28, 2021 52 / 130
Continued Unit - IV Problems on Poisson Probability Distribution ...
mx e−m
p(x) = , x = 0, 1, 2, ..., ∞
x!
substitute the value of m
(2)x e−2
p(x) = , x = 0, 1, 2, ..., ∞
x!
Let x be the number of bad reactions of the injection. The chance that, more than
two will get a bad reaction is
(1.5)0 e−1.5
p(x = 0) = = e−1.5 = 0.2231
0!
(ii) The probability that some demand is refused is equal to the probability that
there are more than 2 demands
mx e−m
p(x) = , x = 0, 1, 2, ..., ∞
x!
substitute the value of m
(0.02)x e−0.02
p(x) = , x = 0, 1, 2, ..., ∞
x!
Let x be the number of defective blades in each packet.
(i) The probability that a packet contain no defective blade is
(0.02)0 e−0.02
p(x = 0) = = e−0.02 = 0.9802
0!
Therefore, the number of packets containing no defective blades is =
10, 000X0.9802 = 9802.
(ii) The probability that a packet contain one defective blade is
(0.02)1 e−0.02
p(x = 1) = = (0.02)Xe−0.02 = 0.019604
1!
Therefore, the number of packets containing one defective blades is =
10, 000X0.019604 = 196.
Dr. Vijaya kumar, MSRIT, Bengaluru - 560
Engineering
054 Mathematics - IV - ME 41 June 28, 2021 59 / 130
Continued Unit - IV Problems on Poisson Probability Distribution ...
Problem - 01: Obtain the expression for mean and standard deviation of the
exponential probability distribution.
Solution: We know that, the probability density function for exponential
probability distribution is
(
αe−αx , 0 ≤ x < ∞
f (x) =
0, elsewhere
Z ∞
E(X) = µ = α xe−αx dx
0
integrating by parts,
e−αx e−αx
E(X) = µ = α[(x)( ) − (1)( 2 )]∞
0
−α α
e0 1
E(X) = µ = α[(0 − 0) − (0 − )] = α( 2 )
α2 α
1
E(X) = µ =
α
This is the expresion for the mean of the exponential probability distribution.
To obtain the expression for variance:
We know that, the variance is
integrating by parts,
e0 2
E(X 2 ) = µ = α[(0 − 0) − (0 − 0) + 2(0 − )] = α( 3 )
−α3 α
2
E(X 2 ) = (9)
α2
Substituting the equations (8) and (9) in the equation (7)
2 1 2 1
σ2 = − ( )2 = 2 − 2
α2 α α α
1
σ2 =
α2
This is the expresion for the variance for the exponential probability distribution.
We have, the standard deviation σ is given by
√
r
1 1
S.D = σ = V ariance = = .
α2 α
From this we can obsreve that the mean and standard deviation of the exponential
probability distribution are equal.
Dr. Vijaya kumar, MSRIT, Bengaluru - 560
Engineering
054 Mathematics - IV - ME 41 June 28, 2021 65 / 130
Continued Unit - IV Problems on Exponential Probability Distribution
...
Note - 01: The probability density function for exponential distribution is
(
αe−αx , 0 ≤ x < ∞
f (x) =
0, elsewhere
Note - 02: The mean, variance and S.D. for the exponential distribution are
1 1 1
E(X) = µ = , σ 2 = 2 , σ =
α α α
Problem - 02: If x is an exponential variate with mean 3, find (i) P (x > 2), (ii)
P (x < 4) and (iii) P (3 ≤ x ≤ 4).
Solution: By data µ = 3 → α1 = 3 and α = 13 .
We have, the pdf for an exponential distribution
(
αe−αx , 0 ≤ x < ∞
f (x) =
0, elsewhere
Substituing the value of α
1 −x
(
3
e 3,0 ≤x<∞
f (x) =
0, elsewhere
Dr. Vijaya kumar, MSRIT, Bengaluru - 560
Engineering
054 Mathematics - IV - ME 41 June 28, 2021 66 / 130
Continued Unit - IV Problems on Exponential Probability Distribution
...
(i) P (x > 2) Z ∞ Z ∞
1 x
P (x > 2) = f (x)dx = ( e− 3 )dx
2 2 3
Z ∞
1 x 1 x
P (x > 2) = e− 3 dx = [−3e− 3 ]∞
2
3 2 3
2
P (x > 2) = [−e−∞ + e− 3 ] = 0.5134
(ii) P (x < 4)
Z 4 Z 4
1 x
P (x < 4) = f (x)dx = ( e− 3 )dx
−∞ 0 3
Z 4
1 −x 1 x
P (x < 4) = e 3 dx = [−3e− 3 ]40
3 0 3
x 4
P (x < 4) = [−e− 3 ]40 = [−e− 3 + 1] = 0.7364
(iii) P (3 ≤ x ≤ 4)
Z 4 Z 4
1 x
P (3 < x < 4) = f (x)dx = ( e− 3 )dx
3 3 3
Dr. Vijaya kumar, MSRIT, Bengaluru - 560
Engineering
054 Mathematics - IV - ME 41 June 28, 2021 67 / 130
Continued Unit - IV Problems on Exponential Probability Distribution
...
Z 4
1 x 1 x
P (3 < x < 4) = e− 3 dx = [−3e− 3 ]43
3 3 3
x 4
P (3 < x < 4) = [−e− 3 ]43 = [−e− 3 + e−1 ] = 0.1043
Problem - 03: If X is an exponential variate with mean 5, evaluate (i)
P (0 < X < 1), (ii) P (−∞ < X < 10) and (iii) P (X ≤ 0orX ≥ 1).
Solution: Given µ = 5, → α1 = 5 and α = 51 .
We have, the pdf for an exponential distribution
(
αe−αx , 0 ≤ x < ∞
f (x) =
0, elsewhere
Substituing the value of α
1 −x
(
5
e 5,0 ≤x<∞
f (x) =
0, elsewhere
(i) P (0 < X < 1)
Z 1 Z 1
1 x
P (0 < X < 1) = f (x)dx = ( e− 5 )dx
0 0 5
Dr. Vijaya kumar, MSRIT, Bengaluru - 560
Engineering
054 Mathematics - IV - ME 41 June 28, 2021 68 / 130
Continued Unit - IV Problems on Exponential Probability Distribution
...
1 x 1
P (0 < X < 1) = [−5e− 5 ]10 = [1 − e− 5 ] = 0.1813
5
(ii) P (−∞ < X < 10)
Z 10 Z 0 Z 10
1 x
P (−∞ < X < 10) = f (x)dx = (0)dx + ( e− 5 )dx
−∞ −∞ 0 5
1 x
P (−∞ < X < 10) = [−5e− 5 ]100 = [1 − e
−2
] = 0.8647
5
(iii) P (X ≤ 0orX ≥ 1)
Z 0 Z ∞
1 x
P (X ≤ 0orX ≥ 1) = P (X ≤ 0) + P (X ≥ 1) = (0)dx + ( e− 5 )dx
−∞ 1 5
1 x
P (X ≤ 0orX ≥ 1) = P (X ≤ 0) + P (X ≥ 1) = [−5e− 5 ]10
0 = e
−0.2
= 0.8187
5
Problem - 04: The time (in hours) required to repair a machine is exponentially
distributed with parameter α = 1/2. (i) what is the probability that the repair time
exceeds 2 hours?, and (ii) what is the conditional probability that a repair takes at
least 10 hours given that its duration exceeds 9 hours?.
Dr. Vijaya kumar, MSRIT, Bengaluru - 560
Engineering
054 Mathematics - IV - ME 41 June 28, 2021 69 / 130
Continued Unit - IV Problems on Exponential Probability Distribution
...
Solution: Given the parameter of the exponential distribution α = 12 .
We have, the pdf for an exponential distribution
(
αe−αx , 0 ≤ x < ∞
f (x) =
0, elsewhere
Substituing the value of α
(
1 −2x
2
e ,0≤x<∞
f (x) =
0, elsewhere
Let x be the time to repair a machine.
(i) what is the probability that the repair time exceeds 2 hours?
Z ∞ Z 1
1
P (X ≥ 2) = f (x)dx = ( e−2x )dx
2 0 2
1 e−2x ∞ 1 e−∞ e−4
P (X ≥ 2) = [ ]2 = [ − ]
2 −2 2 −2 −2
1 e−4 e−4
P (X ≥ 2) = [0 + ]= = 0.0046
2 2 4
Dr. Vijaya kumar, MSRIT, Bengaluru - 560
Engineering
054 Mathematics - IV - ME 41 June 28, 2021 70 / 130
Continued Unit - IV Problems on Exponential Probability Distribution
...
(ii) what is the conditional probability that a repair takes at least 10 hours given
that its duration exceeds 9 hours?.
P (X ≥ 10 ∩ X > 9)
P (X ≥ 10/X > 9) =
P (X > 9)
Z ∞ Z ∞
P (X ≥ 10 ∩ X > 9) = P (X ≥ 10) + P (X > 9) = f (x)dx + f (x)dx
10 9
Z ∞ Z ∞
1 1
P (X ≥ 10 ∩ X > 9) = ( e−2x )dx + ( e−2x )dx
10 2 9 2
1 e−2x ∞ 1 e−2x ∞
P (X ≥ 10 ∩ X > 9) = [ ]10 + [ ]9
2 −2 2 −2
1 e−20 1 e−18 1 e−20 e−18
P (X ≥ 10 ∩ X > 9) = [0 − ] + [0 − ]= [ + ]=
2 −2 2 −2 2 2 2
1 x
P (X < 5) = [−5e− 5 ]50 = 1 − e−1 = 0.6321
5
(ii) between 5 and 10 minutes
Z 10 Z 10
1 x
P (5 < X < 10) = f (x)dx = ( e− 5 )dx
5 5 5
5 x
P (5 < X < 10) = [−5e− 5 ]10
5 = e
−1
− e−2 = 0.2325
10
Problem - 06: The mileage which car owner get with a certain kind of radial tire is
a random variable having an exponential distribution with mean 40, 000km. Find the
probabilities that one of these tires will last (i) at least 20, 000km (ii) at most
30, 000km.
Solution: Given µ = 40, 000, → α1 = 40, 000 and α = 40,000 1
.
We have, the pdf for an exponential distribution
(
αe−αx , 0 ≤ x < ∞
f (x) =
0, elsewhere
Problem - 07: The sales per day in a shop are exponentially distributed with
average sale amounting to Rs.100 and net profit is 8 percentage. Find the probability
that the net profit exceeds Rs.30 on two consecutive days.
Solution: Given µ = 100, → α1 = 100 and α = 100 1
.
We have, the pdf for an exponential distribution
(
αe−αx , 0 ≤ x < ∞
f (x) =
0, elsewhere
Let x be the random variable representing sales in the shop. Let the amount be A for
which profit is 8 percentage is Rs. 30
8
A = 30, A = 375
100
F(x)
Problem - 01: Obtain the expression for mean and standard deviation of a uniform
probability distribution.
Solution: We know that, the probability density function for a uniform probability
distribution is (
1
,a < x < b
f (x) = b−a
0, otherwise
To obtain the expression for mean:
We have, the mean is given by
Z ∞
E(X) = µ = xf (x)dx
−∞
Z a Z b Z ∞
E(X) = µ = xf (x)dx + xf (x)dx + xf (x)dx
−∞ a b
Z a Z b Z ∞
1
E(X) = µ = x(0)dx + x(
)dx + x(0)dx
−∞ a b−a b
Z b
1
E(X) = µ = ( ) xdx
b−a a
1 x2 1 b2 a2
E(X) = µ = ( )[ ]ba = ( )[ − ]
b−a 2 b−a 2 2
1 b2 − a2 1 (b − a)(b + a) b+a
E(X) = µ = ( )[ ]=( )[ ]=
b−a 2 b−a 2 2
a+b
E(X) = µ =
2
This is the expression for the mean of the uniform probability distribution.
To obtain the expression for variance:
We know that, the variance is
σ 2 = E(X 2 ) − (E(x))2
Z ∞
a+b 2
σ2 = x2 f (x)dx − ( )
−∞ 2
b
(a + b)2
Z
1
σ2 = x2 ( )dx −
a b−a 4
1 x3 (a + b)2
σ2 = ( )[ ]ba −
b−a 3 4
1 b3 a3 (a + b)2
σ2 = ( )[ − ]−
b−a 3 3 4
1 b3 − a3 (a2 + b2 + 2ab)
σ2 = ( )[ ]−
b−a 3 4
1 (b − a)(b2 + ba + a2 ) (a2 + b2 + 2ab)
σ2 = ( )[ ]−
b−a 3 4
b2 + ab + a2 (a2 + b2 + 2ab)
σ2 = −
3 4
4b2 + 4ab + 4a2 − 3a2 − 3b2 − 6ab
σ2 =
12
Dr. Vijaya kumar, MSRIT, Bengaluru - 560
Engineering
054 Mathematics - IV - ME 41 June 28, 2021 81 / 130
Continued Unit - IV problems on Uniform Probability Distribution ...
here, a = −3 and b = 3 (
1
6
, −3 <x<3
f (x) =
0, otherwise
1
P (X > k) =
3
1
1 − P (X ≤ k) =
3
Z k
1
1− f (x)dx =
−∞ 3
Z −3 Z k
1
1−[ f (x)dx + f (x)dx] =
−∞ −3 3
Z −3 Z k
1 1
1−[ (0)dx + ( )dx] =
−∞ −3 6 3
1 1
1 − [ (x)k−3 ] =
6 3
1 1
1 − (k + 3) =
6 3
∴ the value of the constant k = 1
(i) P (X < 2)
Z 2 Z −3 Z 2
1
P (X < 2) = f (x)dx = (0)dx + ( )dx
−∞ −∞ −3 6
1 5
P (X < 2) = (x)2−3 = = 0.83334
6 6
(ii) P (|X − 2| < 2)
P (|X − 2| < 2) = P (−2 < X − 2 < 2) = P (−2 + 2 < X < 2 + 2) = P (0 < X < 4)
Dr. Vijaya kumar, MSRIT, Bengaluru - 560
Engineering
054 Mathematics - IV - ME 41 June 28, 2021 84 / 130
Continued Unit - IV problems on Uniform Probability Distribution ...
Z 4 Z 3 Z 4
1
P (|X − 2| < 2) = P (0 < X < 4) = f (x)dx = ( )dx + (0)dx
0 0 6 3
1 3−0 1
(x)30 =
P (|X − 2| < 2) = P (0 < X < 4) = = = 0.5
6 6 2
Problem - 03: If X is the unuform probability distribution in (−2, 3), then find its
mean, variance and standard deviation.
Solution: Given (−2, 3), here a = −2 and b = 3.
Therefore, we have the mean = E(X) = µ = a+b2
= 21 .
2 2
Variance = σ 2 = (b−a) = (5) = 25 = 2.0833.
√ 12 √
12 12
S. D. = σ = V ariance = 2.0833 = 1.4434.
Problem - 04: If X is the unuform probability distribution in (4, 7), then find its
mean, variance and standard deviation.
Solution: Given (4, 7), here a = 4 and b = 7.
Therefore, we have the mean = E(X) = µ = a+b 2
= 10
2
= 5.
2 2
Variance = σ 2 = (b−a) = (3) 9
= 12 = 0.75
√ 12 √12
S. D. = σ = V ariance = 0.75 = 0.866.
1 1
[x]1−1 = 1 − [x]1−1
2a 2a
1 1
[2] = 1 − [2]
2a 2a
1 1
= 1 − ,a = 2
a a
Problem - 06: On a certain city transport route, buses ply every 30 minutes
between 6a.m. and 10 p.m. If a person reaches a bus stop on this route at a random
time during this period, what is the probability that he will have to wait for at least
twenty minutes?
Solution: Given, the buses ply every 30 minutes between 6a.m. and 10 p.m., we
have, the probability density function for a uniform probability distribution is
(
1
,a < x < b
f (x) = b−a
0, otherwise
here, a = 0 and b = 30 (
1
30
,0< x < 30
f (x) =
0, otherwise
Dr. Vijaya kumar, MSRIT, Bengaluru - 560
Engineering
054 Mathematics - IV - ME 41 June 28, 2021 87 / 130
Continued Unit - IV problems on Uniform Probability Distribution ...
Let x be the random variable representing the timing of the buses. The probability
that he will have to wait for at least twenty minutes?
Z ∞ Z 30
1
P (x ≥ 20) = f (x)dx = ( )dx
20 20 30
1 1 10
P (x ≥ 20) = [x]30
20 = [30 − 20] = = 0.3333
30 30 30
Problem - 07: Buses arrive at a specified stop at 15 min intervals starting at 7
A.M., that is, they arrive at 7, 7 : 15, 7 : 30, 7 : 45 and so on. If a passenger arrives at
the stop at a random time that is uniformly distributed between 7 and 7 : 30 A.M.,
find the probability that he waits (i) Less than 5 min for a bus and (ii) At least 12
min for a bus.
Solution: Given, the passenger arrives at the stop at a random time that is
uniformly distributed between 7 and 7 : 30 A.M.,, we have, the probability density
function for a uniform probability distribution is
(
1
,a < x < b
f (x) = b−a
0, otherwise
here, a = 0 and b = 30
Dr. Vijaya kumar, MSRIT, Bengaluru - 560
Engineering
054 Mathematics - IV - ME 41 June 28, 2021 88 / 130
Continued Unit - IV problems on Uniform Probability Distribution ...
(
1
30
,0< x < 30
f (x) =
0, otherwise
Let x be the random variable representing the timing of the buses. (i) Less than 5
min for a bus
Z 5 Z 5
1 1 5
P (x ≤ 5) = f (x)dx = ( )dx = [x]50 = = 0.1667
−∞ 0 30 30 30
is called as a gamma probablity distribution and α > 0 amd β > 0 are the
parameters of the gamma probability distribution.
Problem - 01: Obtain the expressions for mean and standard deviation of a gamma
probability distribution.
Solution: We know that, the probability density function for a gamma probability
distribution is ( α α−1 −βx
β x e
Γ(α)
,0 ≤ x < ∞
f (x) =
0, otherwise
To obtain the expression for mean:
We have, the mean is given by
Z ∞
E(X) = µ = xf (x)dx
−∞
Z 0 Z ∞
E(X) = µ = xf (x)dx + xf (x)dx
−∞ 0
∞
0
β α xα−1 e−βx
Z Z
E(X) = µ = x(0)dx + x( )dx
−∞ 0 Γ(α)
∞
βα
Z
E(X) = µ = xα e−βx dx
Γ(α) 0
We have, Z ∞
Γ(α + 1) = e−x xα dx
0
βα 1
E(X) = µ = ( )(Γ(α + 1))
Γ(α) β α+1
by using the property,
Γ(α + 1) = αΓ(α)
βα 1
E(X) = µ = ( )(αΓ(α))
Γ(α) β α β
α
E(X) = µ =
β
This is the expression for the mean of the gamma probabnility distribution.
To obtain the expression for variance:
We know that, the variance is
σ 2 = E(X 2 ) − (E(x))2
Z ∞
α
σ2 = x2 f (x)dx − ( )2
−∞ β
Z ∞ α α−1 −βx
β x e α2
σ2 = x2 ( )dx −
0 Γ(α) β2
Z ∞
βα α2
σ2 = ( ) xα+1 e−βx dx −
Γ(α) 0 β2
t dt
Substitute βx = t, → x = β
, dx = β
and the above integral becomes
∞
βα α2
Z
t dt
σ2 = ( ) ( )α+1 e−t − 2
Γ(α) 0 β β β
∞
βα α2
Z
1
σ2 = ( )( ) tα+1 e−t dt −
Γ(α) β α+2 0 β2
βα 1 α2
σ2 = ( )( α+2 )(Γ(α + 2)) − 2
Γ(α) β β
by using the property,
Γ(α + 1) = αΓ(α)
α
β 1 α2
σ2 = ( )( α 2 )((α + 1)(α)Γ(α)) − 2
Γ(α) β β β
(α + 1)(α) α2
σ2 = −
β2 β2
α2 α α2
σ2 = + −
β2 β2 β2
2 α
σ = 2
β
This is the expression for the variance of the gamma probability distribution.
Note - 01: The probability density function for gamma probability distribution is
( α α−1 −βx
β x e
Γ(α)
,0 ≤ x < ∞
f (x) =
0, otherwise
Note - 02: The mean, variance and S.D. for the poisson distribution are
√
α α α
E(X) = µ = , σ 2 = 2 , σ =
β β β
Let x be the random variable representing the daily consumption of milk in a town.
The probability that the stock is adequate on a particular day
Z ∞ Z ∞
(10, 000)2 xe−10,000x
P (x ≤ 40, 000) = f (x)dx = ( )dx
40,000 40,000 Γ(2)
∞
(10, 000)2
Z
P (x ≤ 40, 000) = xe−10,000x dx
(2 − 1)! 40,000
Problem - 03: The no. of accidents per day on a certain highway is a gamma
variate with an average 6 and variance 18. Find the probability that there will be (i)
more than 8 accidents (ii) Between 5 and 8 accidents. Solution:
is called as a normal probablity distribution and µ amd σ are the parameters of the
normal probability distribution.
t 2
Here t = (x−µ)
σ
is called as a standard normal variate (S. N. V.) and f (t) = √1 e− 2
2π
is known as the standard normal curve.
Note - 02: If t = (x−µ)
σ
be the standard normal variate then
P (−∞ ≤ t ≤ ∞) = 1
t2
and it is area bounded by the standard normal curve f (t) = √12π e− 2 in the interval
(−∞, ∞) and is equal to unity.
Note - 03: If t = (x−µ)
σ
be the standard normal variate then
Z ∞ Z 0
1 t2 1 t2
P (X ≥ 45) = P (t ≥ 3) = √ e− 2 dt − √ e− 2 dt
2π t=0 2π t=3
P (X ≥ 45) = P (t ≥ 3) = P (0 ≤ t ≤ ∞) − P (3 ≤ t ≤ 0)
P (X ≥ 45) = P (t ≥ 3) = P (0 ≤ t ≤ ∞) − P (0 ≤ t ≤ 3)
P (X ≥ 45) = P (t ≥ 3) = 0.5 − A(3) = 0.5 − 0.4986 = 0.0014
(iii) P (|X − 30| > 5)
P (|X−30| > 5) = 1−P (|X−30| ≤ 5) = 1−P (−5+30 ≤ X ≤ 5+30) = 1−P (25 ≤ X ≤ 35)
(25−30)
when X = 25, t = 5
, t = −1
(35−30)
when X = 35, t = 5
, t=1
Problem - 02: In a test on 2000 electric bulbs, it was found that the life of a
particular make, was noemally distribted with an average life of 2040 hours and S. D.
of 60 hours. Estmate the number of bulbs likely to burn for (i) more than 2150 hours
, (ii) less than 1950 hours and (iii) more than 1920 hours and but less than 2160
hours.
Solution: Given, µ = 2040 and σ = 60, we have, standard normal variate t = (x−µ) σ
,
t = (x−2040)
60
. Let x be tha number of the electric bulbs.
(i) more than 2150 hours when, x = 2150, t = (2150−2040)
60
, t = 1.833
Hence the number of bulbs expected to burn for less than 1950 hours =
2000X0.1469 = 293.8 ≈ 294.
(iii) more than 1920 hours and but less than 2160 hours
when, x = 1920, t = (1920−2040)
60
, t = −2
when, x = 2160, t = (2160−2040)
60
,t=2
P (1920 < X < 21650) = P (−2 < t < 2) = P (−2 < t < 0) + P (0 < t < 2)
P (1920 < X < 21650) = P (−2 < t < 2) = 2P (0 < t < 2) = 2XA(2) = 2X0.4772 = 0.954
Hence the number of bulbs expected to burn for more than 1920 hours and but less
than 2160 hours = 2000X0.9544 = 1908.8 ≈ 1909.
Problem - 03: In a normal probability distribution, 31 percent of the items are
under 45 and 8 percent are over 64. Obtain the mean and S. D. of the probability
distribution.
Solution: By data P (X < 45) = 31 percent and P (X > 64) = 8 percent. Let µ and
σ are the mean and standard deviation of the normal probability distribution. We
have, the standard normal variate t = (x−µ)
σ
.
When X = 45, t = (45−µ)
σ
= t1 (say)
31%
8%
* = 45 +oo
2 64
2 =
Z1 2 = 0 z = Z2
Now consider
P (X < 45) = 0.31
P (t < t1 ) = 0.31
P (−∞ < t < t1 ) = 0.31
A(t1 ) = A(0.5)
comparing on both sides we get t1 = −0.5, take negative because 45 is coming to left
side of the curve.
When X = 64, t = (64−µ)
σ
= t2 (say)
Again consider
P (X > 64) = 0.08
P (t > t2 ) = 0.08
P (t2 < t < ∞) = 0.08
P (0 < t < ∞) − P (0 < t < t2 ) = 0.08
A(t2 ) = A(1.4)
Problem - 04
(ii) - Joint Probability Distributions table: The set of values of x, y and p(x, y)
are entering in the table is called as a joint Probability Distributions table. The Joint
Probability Distributions table for the discrete random variables is as follows.
\rightarrow (x)
x0 = 0 x1 = 1 x2 = 2 ... xm = m Row Sum
\downarrow (y)
y0 = 0 J00 J10 J20 ... Jm0 g(y0 )
y1 = 1 J01 J11 J21 ... Jm1 g(y1 )
y2 = 2 J02 J12 J22 ... Jm2 g(y2 )
... ... ... ... ... ... ...
yn = n J0n J1n J2n ... Jmn g(yn )
Column Sum f (x0 ) f (x1 ) f (x2 ) ... f (xm ) 1
Table 1: Joint Probability distribution table
Jij = Pij = P (X = xi , Y = yj )
X x0 = 0 x1 = 1 x2 = 2 ... xm = m Sum
f (x) f (x0 ) f (x1 ) f (x2 ) ... f (xm ) 1
Table 2: Marginal Probability distribution table of X
Y y0 = 0 y1 = 1 y2 = 2 ... yn = n Sum
g(y) g(y0 ) g(y1 ) g(y2 ) ... g(yn ) 1
Table 3: Marginal Probability distribution table of Y
(vii) - Variance of X:
2
σX = E(X 2 ) − (µX )2
m
X
E(X 2 ) = x2i f (xi )
i=0
(ix) - Variance of Y :
σY2 = E(Y 2 ) − (µY )2
n
X
E(Y 2 ) = yj2 g(yj )
j=0
P (X = xi , Y = yj ) p(x, y)
P (X = xi /Y = yj ) = = , f (x) 6= 0
P (Y = yj ) f (x)
P (X = xi , Y = yj ) p(x, y)
P (Y = yj /X = xi ) = = , g(y) 6= 0
P (X = xi ) g(y)
where, i = 0, 1, 2, 3, ..., m and j = 0, 1, 2, 3, ..., n
Problem - 01:
Solution:
Note - 01: Let f (x, y) be tha joint probability density function of continuous
random variables X and Y and a ≤ b and c ≤ y ≤ d, then the probability is
Z b Z d
P (a ≤ x ≤ b, c ≤ y ≤ d) = f (x, y)dydx
x=a y=c