BCS301 Module 1 Notes
BCS301 Module 1 Notes
E
BCS301 : Mathematics for Computer
Science Module 1 - Probability Distributions
Lecture Notes
Prepared by
Email : shanthakk99@[Link]
AJIE
T
Table of Contents
1 Probability Distributions 2 1.1 Review of basic probability theory : . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . 66
1
AJIE
T
Module 1
Probability Distributions
2
Lecture Notes - BCS301 : Mathematics for Computer Science - Module 1 : Probability Distributions Page 3
Example 3 : Tossing a fair coin thrice Consider the experiment of flipping a coin
three times and recording the possible outcomes of the three flips. In this case,
the sample space is S = {T T T , T TH, THT , HT T , THH, HTH, HHT , HHH}
Here {HHH}, {HHT , THH, T T T }, {HHH, T T T } etc. are some of the events.
such that none of them has greater chance of occurrence than the
others.
AJI
ET
Example 1. While tossing a fair coin, the outcomes ’Head’ and ’Tail’ are
equally likely.
Example 2. While throwing a fair die, the events A = {2, 4, 6}, B = {1, 3,
5}&C = {1, 2, 3} are equally likely.
Example 1. While tossing a coin, the outcomes ’Head’ and ’Tail’ are
mutually exclusive because when the coin is tossed once, the result
cannot be Head as well as Tail.
Example.2. While throwing a die, the events A = {2, 4, 6} , B = {3, 5}
and C = {1} are mutually exclusive.
P (A|B), is defined by
P (A|B) = P (A ∩ B)
Exampe : Other Examples for discrete random variable are the size of a
family, No.
AJI
ET
of accidents on road, No. of customers in a bank, No. of cars manufactured
by the company, The no. of transactions in a bank per day etc
A random variable ’X’ which takes all possible values in a given interval is
called a continuous random variable.
Example : If X takes all values in a interval [0,1], then we can not list the
values taken by X. Hence X is a continuous random variable.
Other examples are, The temperature at a location, The life time of
electronic compo nent, The reaction temperature at chemical laboratory,
Current in a semi-conductor diode etc.
Note :
Remember that discrete random variables can take only a countable
number of pos sible values. On the other hand, a continuous random
variable X has a range in the form of an interval.
Let X be a discrete random variable defined on the Sample space S, and let
the val ues of X are x1, x2, x3, · · · , xn. The function p(xi) = P (X = xi), that
assigns a probability to each possible value of the random variable is said
to be a prob ability mass function(pmf)(or probability distribution) if it
satisfies the following properties.
(b) Normality: Σ∞
i=1P (xi) = 1 for all xi ∈ X
AJI
ET Note : The
X=Number of heads 0 1 2 3
Number of 1 3 3 1
occurrence
P(x) 1 3 3 1
8 8 8 8
Let X be a continuous random variable. Then a function f(x) defined for all
values of X is said to be a probability density function(pdf) if it satisfies the
following properties.
AJIE
T
Mean and Variance of discrete random variable :
• If X is a discrete random variable with pmf p(x), then expected value of
X is defined as
xp(x).
E(X) = X x
This is also sometimes called the mean of the random variable X and
denoted as x¯ or µ.
• The quantity E(X − µ)2 = E(X2) − (µ)2is called the variance of the
random variable X and is denoted Var(X) or V (X) or σ2.
p
• The square root of the variance, σ ≡ V ar(X) is called the standard devi
ation.
x2 f(x)
• The quantity E(X − µ)2 = E(X2) − (µ)2is called the variance of the
random variable X and is denoted Var(X) or V (X) or σ2.
p
• The square root of the variance, σ ≡ V ar(X) is called the standard devi
ation.
Dr. Shantha Kumari K AJIET, Mangalore
Lecture Notes - BCS301 : Mathematics for Computer Science - Module 1 : Probability Distributions Page
10
Problem 1. The probability density function of a random variable X is
AJI
X
ET 0 1 2 3 4 5 6
p(X k 3k 5k 7k 9k 11k 13
) k
Solution: We know that f(x) must satisfy two condition to qualify as the p.m.f.:
(i) f(x) ⩾ 0∀x
∞
(ii) P −∞ f(x) = 1
Now, we use the condition (ii) to evaluate k :
P∞
AJIE
T
−∞ f(x)
= f(1) + f(2) + f(3) + f(4) + f(5) + f(6) + f(7) = 1 ⇒ k + 2k + 2k +
3k + k + 2k2 + 7k2 + k = 1
2
⇒ 10k2 + 9k = 1
⇒ 10k2 + 10k − k − 1 = 0
⇒ 10k(k + 1) − 1(k + 1) = 0
⇒ (10k − 1)(k + 1) = 0
⇒ k = −1,110
Now if we take k = −1, then condition (i) is not satisfied.
Taking k = 1/10 condition (i) becomes satisfied for all x. Next, P (X < 3)
= P {(X = 1) + (X = 2)} = P (X = 1) + P (X = 2)
= f(1) + f(2)
+2 that f(1) =
= 1 10
Remember k, f(2) = 2k
1 10
3
= 10
P (X ≥ 6) = P (X = 6) + P (X = 7) = f(6) + f(7)
100
2 1 10 1 10
=2 + 7 +
( 2 ) =2 + 1 1 10
1
7 1 100
100 +
2
= 100+7
100+10
100=19
100
Problem 3. A random variable x has the following density function
kx2, −3 ≤ elsewher
P (x) =
x≤30 e
Evaluate k and find (i) P (1 ≤ x ≤ 2) (ii) P (x ≤ 2) (iii) P (x > 1)
P (x) ≥ 0 and R ∞
−∞P
(x)dx = 1
Now P (x) ≥ 0 ⇒ k ≥ 0 and
Z∞
AJIE
T
P (x)dx = 1 ⇒
kx2dx = 1
−∞ −3 1
kx 3 3
= 18
⇒ =1⇒k
3
−3
Z 21
P (1 ≤ x 18dx
≤ 2) = x2
1 3 21
7
= 18 x 3 1) = 54
1
= 54(8 −
Z 2 −3 2
18x dx
P (x ≤ 2)
1
=
1 3
= 18 x 1 27) = 35
= 54(8 +
2
Z3 1 −3
3 54
2
P (x > 1) = 1 18x dx
1 3
= 18 x 3 1
= 54(27 − 1) 54=13
31 27
= 26
Problem 4. The probability density function of a variate x is,
x −2 −1 0 1 2 3
P (X) 0.1 k 0.2 2k 0.3 k
X
(µ) = xiP (xi)
AJIE
T
= (−2)(0.1) + (−1)k + (0)(0.2) + (1)(2k) + 2(0.3) + 3k = −0.2 −
0.1 + 0.2 + 0.6 + 0.3 = 0.8
Variance is given by
2
σ = E[X2] − µ2
X 2 2
= x i P (xi) − µ
= (−2)2(0.1) + (−1)2k + (0)2(0.2) + (1)2(2k) +
22(0.3) + 32k − (0.8)2
(ii) If so, determine the probability that the variate having this density will
fall in the interval (1, 2)
and (ii)R ∞
−∞ f(x)dx = 1
Clearly We observe that condition (a) is satisfied (∵ f(x) ≥
0.) Now let us evaluate R ∞
−∞ f(x)dx Z∞
Z0
Z∞ f(x)dx
f(x)dx = Z ∞0
−∞
−∞ f(x)dx +
e−xdx
=0+
−x
= −e ∞
0
= −(0 − 1) = 1
i.e. condition (b) is satisfied.
Hence f(x) is a probability density function.
(ii) The probability that the variate having this density will fall in the interval
(1,2) is
AJI
given by 2) =
ET
P (1 < x < Z 2 1 f(x)dx
is a p.d.f. Also find (i) P (1 < X < 2) (ii) P (X ≤ 1) (iii) P (X > 1) (iv) Mean (v)
Variance [VTU July 2023, Jan 2018]
(b) R ∞
−∞ f(x)dx = 1
From condition (a) we have k ≥ 0
Using condition (b),
Z∞ Z3
f(x)dx = 1 kx2dx = 1
⇒
−∞ 0
3
kx 3
⇒ = 1 ⇒ 9k =
30 1
1⇒k= 9
= x2
Z 21
9dx
Z1 21
7
= = 27
x3 27
(ii) P (x ≤ 0 x2
Z 10
1) = = 9dx
f(x)dx
1 10
= 27 = x3 27
(iii)
P (x >
1 x2
Z 31
1) = = 9dx
Z3 f(x)dx
(iv) 31
x3 27
=26
27 =
µ= f(x)dx
Z ∞ −∞ x ·
Z 30 30
=
Mean
, 2
(v) 81
x ·x Varia = 3
nce 9
= 6= 4
9dx x4 36
V = E[X2] −
µ2 Z ∞
=
−∞
2
− (µ)2 2
x f(x)dx
Z 3 0 x2 x2 94
= ·
−
9dx
30
6
x5 45
=
81
− 1
81 81
= 15− 16=81
240=27
80
Dr. Shantha Kumari K AJIET, Mangalore
Lecture Notes - BCS301 : Mathematics for Computer Science - Module 1 : Probability Distributions Page
16
AJI
ET x -3 -2 -1 0 1 2 3
P(x K 2k 3k 4k 3k 2k k
)
Find (i) k (ii) P (X ≤ 1) (iii) P (X > 1) (iv) P (−1 < X ≤ 2) (v) Mean of X (vi) SD
of X [VTU: Dec/ Jan 16, July 2013]
P
Solution : Since p(x) is a pdf , we must have (a) p(x) ≥ 0 for all x and (b)
p(x) = 1.
(i) From condition (a) we have k ≥ 0
and the second Using condition (b), we have
1
k + 2k + 3k + 4k + 3k + 2k + k = 1 or 16k = 1 ∴ k = 16 (ii)
p(x ≤ 1) = p(−3) + p(−2) + p(−1) + p(0) + p(1)
13
= 13k = 16
(iii) (iv) 3
p(x > 1) = p(2) + p(3) = 3k = 16
X
Mean = µ = x · p(x)
= −3(k) − 2(2k) − 1(3k) + 0(4k) + 1(3k) + 2(2k) + 3(k) = 0
(vi)
X 2 2 2
Variance = V = (x − µ) · p(x) = E(X ) − µ
X 2
= x · p(x) − 0
= (−3)2(k) + (−2)2(2k) + (−1)2(3k) + 02(4k)
+ 12(3k) + 22(2k) + 32(k)
1 5
= k(9 + 8 + 3 + 0 + 3 + 8 + 9) = 16(40) = 2
5
1
Thus k = 16, Mean =0 and S . D .=2
AJIE
T
Problem 8. The probability density p(x) of a continuous random variable is
given by p(x) = y0 e−|x|, −∞ < x < ∞. Prove that y0 = 12. Find the mean and
variance of the distribution. [vtu Dec 2012, 2004]
Solution : Given pdf is p(x) = y0 e−|x|, −∞ < x < ∞
Here, X is a continuous random variable.
Hence we must have,
Z∞
p(x)dx = 1
−∞
=1
⇒
y0
Z ∞ −∞
e−|x|dx
Z∞ function) y0 e−xdx
⇒2⇒2 y0 e−|x|dx = 1 (∵
= 1 (∵ |x| = x, for
Z∞ e−|x|is an even x > 0)
0
0
e−x ∞0
⇒
(−1)
2y0 =1
⇒ 2y0 [0 − (−1)] = 1 ⇒
1
y0 = 2
Mean is,
Z∞
µ = = xp(x)dxxe−|x|dx
−∞ y0
Z ∞ −∞
(x2)e−x
−x
(−1)3
(−1)− (2x)e
= 2y0[(0 − 0 + 0) − (0 − 0 + −2)]
=2
1 1 1 2
= 2 1 + 2+ 2 + · · ·
1 !
= 211−
1 =1
2
(∵ geometric series 1 + r + r2 + · · · =1
1 − r)
Dr. Shantha Kumari K AJIET, Mangalore
Lecture Notes - BCS301 : Mathematics for Computer Science - Module 1 : Probability Distributions Page 19 Hence p(x) =
1 4 1
= 4 3= 3
Thus p(Xis even ) = 13
(ii)
p(Xis divisible by 3) =p(X = 3) + p(X = 6) + p(X = 9) + · · ·
1 3 1 6 1 9
= 2 + 2 + 2 +···
1 3" 1 3 1 3 2
= 2 1+ 2 + 2 +···#
1 3" #
= 2 1
1 − 123
1 3 8 1
= 2 × 7= 7
p (xi)
4
=1−=1− 2 1
1 1 1
2+ 4+ 8+ 16
1 2 1 3 1
2+ 2 + 2 +
15 1
= 1 − 16= 16
Thus p(X ≥ 5) = 116
Problem 10. X is a continuous random variable with probability density function
(2 ≤ x < 4) −kx +
given by f(x) = kx , (0 ≤ x < 2) 2k , 6k , (4 ≤ x < 6)
Find k and mean
value of X
Mean of X is
Z∞
AJIE
µ=
T −∞
Z6
x f(x)dx
Z 20
== kx2dx + Z 4 2 Z 64
xf(x)dx 2kxdx x(−kx +
2
0 + 6k)dx !
−k
=k x3 3 x2 2 4 6 x2 2 6
+ 2k + x3 3 + 6k
4
0 152 4
2
8
3 1
=k + k(12) − k + 3k(20) = 8(24) = 3 3
The probability that X falls in the interval (a, b) is given by the difference in
the
AJI
ET
CDF values at F(b) − F(a) = f(x) dx
b and a: Z ba
P (a < X < b) =
This is essentially the area under the PDF curve between a and b.
Problem 11. Suppose that the error in the reaction temperature, in ◦C, for a
con trolled laboratory experiment is a continuous random variable X having
the proba
bility density function
x2
3, −1 < x < 2 0, elsewhere
f(x) =
(a) Verify that f(x) is a density function.
(b) Find P (0 < X ≤ 1).
(c) Find the Cumulative density function.
Solution :(a) To verify f(x) is a density function, we verify the following two
con ditions.
(i) non-negativity i.e., f(x) ≥ 0, for all x.
3 2
=x 9 −1
8 1
= 9+ 9= 1
Hence f(x) is a density
function.
Z 10 1
P (0 < X 3dx 0
≤ 1) = x2
(b) 1
3
= 9.
=x 9
Therefore,
9.
F(x) = 0, x < −1 x3+1
9,
−1 ≤ x < 2 1, x
≥2
3 x
=t 9 −1
Problem 12. A random variable X takes the values −3, −2, −1, 0, 1, 2, 3
such that P (X = 0) = P (X < 0) and P (X = −3)=P (X = −2)=P (X = −1) = P (X
= 1) = P (X = 2) = P (X = 3). Find the probability distribution. [VTU July
2017]
By Data,
P (X = 0) = P (X < 0)
P2 + P1 · · · (1)
AJIE
x
p1 + p2 + p3 + p4 + p5 + p6 + p7 = 1
p(x) = 1
T
k + k + k + 3k + k + k + k = 1
9k = 1
1
k= 9
Substituting,
p1 = p2 = p3 = p5 = p6 = p7
1 3
= 9 p4 = 3k = 9
and
Thus the probability distribution is as follows.
X -3 -2 -1 0 1 2 3
P(x 1
1
) 1
3
1
1
1
9
9
9
9
9
9
9
Problem 13. If the random variable X takes the values 1, 2, 3 and 4 such
that 2P (X = 1) = 3P (X = 2) = P (X = 3) = 5P (X = 4). find the probability
distribution function and cumulative distribution function of X.
k k
p (xi) = 1 ⇒ 2+ 3+
k 61
k+ 5 = 1 61k
30= 1 ⇒ k =30
61,
If 2 ≤ x < 3, then F(x) = P (X = 1) + P (X = 2) = 25 61,
If 3 ≤ x < 4, then
F(x) = P (X = 1) + P (X = 2) + P (X = 3) = 55
61,
Ifx ≥ 4, then
F(x) = P (X = 1) + P (X = 2) + P (X = 3) + P (X = 4) = 1 Problem 14. A
coin is tossed twice. A random variable X represent the number of heads
turning up. Find the discrete probability distribution for X. Also find its mean
and variance.
Solution : When a fair coin is tossed twice, the possible outcomes for each
toss are either heads (H) or tails (T). The random variable X represents the
number of heads turning up in the two tosses.
Here, Sample Space, S = {HH, HT , TH, T T }.
X= number of heads
The association of the elements of S to the random variable X are
respectively 2, 1, 1, 0
Now, P (HH) = 14, P (HT ) = 14, P (TH) = 14, P (T T ) = 14 When X = 0, both
tosses result in tails (TT). Hence P (X = 0) = P (T T ) = 14 When X = 1, One
toss results in heads and the other in tails (HT or TH). P (X = 1) = P (HT ∪
TH) = 14 + 14 = 12
PX = 2) = P (HH) = 14
The discrete probability distribution for X is as follows.
X = xi 0 1 2
1 1 1
p (xi) 4 2 4
AJIE
T
Clearly, p (xi) > 0 and
P
p (xi) = 1
P 1 1 1
Mean = µ = xi p (xi) = (0) 4 + (1) 2 + (2) 4 = 1
1 1 1 3
E(X2) = 02· 4+ 12· 2+ 22· 4= 2
Variance is
3 1
Var(X) = E(X2) − [E(X)]2 = 2− 1 = 2
Thus we have, Mean = 1 and Variance Problem 15. Find the constant k such
= 12 that the function f(x) =
kxe−x 0 ≤ x ≤ 1 0 elsewhere
is a p.d.f. Find the mean. (VTU Model 2022)
(ii) R ∞
−∞ f(x)dx
=1
From condition (i) we have k ≥ 0
Using condition (ii),
Z∞ Z1
−x
f(x)dx = 1 ⇒ kxe dx = 1 0
−∞
Z1 xe−xdx = 1
⇒k
−x
10
(x)e
⇒k (−1)− (1)
0
e−x (−1)2 = 1
−x −x 1
⇒ k (−xe ) − e 0= 1
AJIE
T −1 −1
⇒ k (−(1)e ) − e
−1
−0
−0−e =1
⇒ k (−2)e + 1 = 1
⇒ k =1
−1
1 − 2e =1
Z∞
=e
e−2 1 − 2e=1e−2 e
µ=
Z 10 kxe−xd
= x
x·
Z1
=k x2e−xdx
−x
0 2 (−1)− 2xe
(−1) +
1
−x
2e
0
=k 2 −x
x e
(−1)3
−1 −1 −1
= k (−1)e − 2e − 2e − 0 − 0 + 2 = k
(−5)e−1 + 2
2e −
=k
5e
−5
=k
e+ 2
2e −
5
=e
e−25e−
2 e
= 2e −
Problem 16. Let X be the random variable that denotes the life in hours of a
certain electronic device. The probability density function is
20,000 elsewher
f(x) = 3
x ,x> e.
100, 0,
Find the expected life of this type of device.
AJIE
µ = E(X) = Z ∞ 100
= x f(x)dx
20, 000
T
= x20, 000
−∞ 2
Z∞ x dx
100
3
x dx
= −20,
∞ 100
000 x
=
0 −−20, = 200.
000 100
Therefore, we can expect this type of device to last, on average, 200 hours.
Problem 17. Let the random variable X represent the number of defective
parts for a machine when 3 parts are sampled from a production line and
tested. The following is the probability distribution of X.
x0123
f(x) 0.51 0.38 0.10 0.01
calculate σ2.
=2 1
(x2 − x)dx
Z 21
=2 x f(x)dx
=2 2
2
1
3
x
2 23
3−x
2 3 2
=2 3−2 2−1 3+1 2 8
1 1
3− 2 − 3+ 2
5
=2= 3
and
x2 f(x)dx
2
EX =Z ∞ −∞ (x3 − x2)dx 2
Z 2= 2
=2
x4
3
4−x
1
3 1
24
=2=2 4
8 1 1
− 3− 4+ 3
3 4
4−2 3−1 4+1
3
3
17
= 6.
Dr. Shantha Kumari K AJIET, Mangalore
Lecture Notes - BCS301 : Mathematics for Computer Science - Module 1 : Probability Distributions Page
30
2
σ2 = EX − µ2
Therefore,
AJIE
T 1
= 18.
17 5
= 6− 3 2
Bernoulli trials
Lecture Notes - BCS301 : Mathematics for Computer Science - Module 1 : Probability Distributions Page 31
where
AJIE
T
n = no. of trials
x = no. of successes in n trials
p = Probability of Success in one trial
q = 1 − p is the Probability of Failure in one trial
xnCxpxqn−x
Then µ = E(X) =
Xn x=0
(Since the x = 0 term
n vanishes)
=X
xn!
x n−x
(n − x)!x!p q
x=0
n
=X n!
x n−x
(x − 1)!(n − x)!p q
x=1
n (x − 1)!(n −
µ =X x=1 x−1 n−x
n(n − 1)! x)!(p)p q
n (n − 1)!
= npX
x=1
(x − 1)![(n − 1) − (x −
n
= npX x−1 n−x
x=1
1)]!p q
n
= npX x=1 n−1
Cx−1px−1qn−x
(n − 1)!
x−1 n−x
(x − 1)!(n − x)!p q
n−1 n−1
= np C0qn−1 + n−1C1pqn−2 + n−1C2p2qn−3 + . . . . + n−1Cn−1p = np (p
n−1
+ q)
= np[p + q]n−1
Dr. Shantha Kumari K AJIET, Mangalore
Lecture Notes - BCS301 : Mathematics for Computer Science - Module 1 : Probability Distributions Page
33
np(1)n−1 = np
x(x − 1)n!
E(X2) = Xn
x=0 [x(x − 1) +
n x]nCxpxqn−x
=X
x=0
n
=X
x=0
xnCxpxqn−x
n
=X
x2 nCxpxqn−x [x(x − 1)] nCxpxqn−x
n
+X x=0
(n − x)!x(x − 1)(x −
x n−x
x=2 2)!p q + np
2
= n(n − 1)p Xn
x=2
2 (n − 2)!
n
= n(n − 1)p X x−2 n−x
x=2 (x − 2)![(n − 2) − (x − 2)]!p q
2
= n(n − 1)p Xn x=2 + np n−2Cx−2px−2qn−x + np
(n − 2)!
x−2 n−x
(x − 2)!(n − x)!p q + np
2 n−2 n−2
= n(n − 1)p C0qn−2 + n−2C1pqn−3 + . . . + n−2Cn−2p + np = n(n −
2 n−2
1)p (p + q) + np
Since p + q = 1, we have
2
EX = n(n − 1)p2 + np
Using this, √
S.D. = npq
2
Var(X) = E X − [E(X)]2 =
= np(1 − p) = npq
Dr. Shantha Kumari K AJIET, Mangalore
Lecture Notes - BCS301 : Mathematics for Computer Science - Module 1 : Probability Distributions Page
34
AJIE
V ariance(V ) = n(n − 1)p2 + np–(np)2
T
= n2p2–np2 + np − n2p2 = np(1 − p) = npq
Hencevariance(V ) = npq
√ √
S.D(σ) = V = npq
Thus we have for the binomial distribution,
Mean, µ = np
V (X) or σ2 = npq is the Variance,
√
S.D. or σ = npq is the Standard Deviation
Problem 20. Find n and p in the binomial distribution whose mean is 3 and
variance is 2.
2
np= 3
2
⇒q= 3
2 1
∴ p = 1 − q = 1 − 3= 3
1
np = 3 ⇒ n 3= 3 ⇒ n = 9
Problem 21. A die is tossed thrice. A success is ‘getting 1 or 6’ on a toss.
Find the mean and variance of the number of successes. [VTU Dec 2011]
AJI
ET
1/10. If 12 such pens are manufactured, what is the probability that (i)
exactly 2 are defective (ii) at least 2 are defective (iii) none of them are
defective. [VTU :Jan 2020, July 2017, Dec/ Jan 16, , Dec 2012, 2004]
Problem 23. The probability that a bomb dropped hits the target is 0.2, find
the probability that out of 6 bombs dropped (i) Exactly two will hit the target
(ii) Atleast 2 will hit the target [VTU:June/ July 15]
nC2p2qn−2
= 6C2 1 5 4 4
2
5
= 0.2458
(ii) P (at least two bombs strike the
target) is, P (X ≥ 2) = 1 − P (X < 2)
= 1 − [p(0) + p(1)]
0 n−0 1 n−1
= 1 − nC0p q + nC1p q
6
= 1 − C0 15 0 45 15 1 45
" + 6C1
6 5#
= 1 − 0.65536
= 0.3446
Solution :
In one sample :
let X= no. of defective parts.
n= no. of items = 20
Given that Mean, (µ) = np = 2
2 2
⇒ p = n= 20= 0.1
Hence q = 1 − p = 0.9
AJI
defective parts
ET
P (X ≥ 3) = P (3) + P (4) + · · · + P (20)
OR
P (X ≥ 3) = 1 − P (X < 3)
= 1 − [P (0) + P (1) + P (2)]
20 19 2 18
= 1 − (0.9) + 20C1(0.1)(0.9) + 20C2(0.1) (0.9) =
0.323
Thus in 1000 samples the number of defectives is 1000 × 0.323 = 323
Problem 25. Out of 800 families of 5 children each, how many would you
expect to have (a) 3 Boys (b) 5 Girls (c) either 2 or 3 boys (d) atmost 2
girls? Assume equal probabilities for Boys and Girls. [ VTU August 2022,
August 2021, 2004]
i.e. Expected number of families with 5 girls is 25. (iii)No. of Families with 2
or 3
AJI
ET
boys = No. of Families with 2 boys + No. of Families with 3 boys and is
given by 800P (X = 2) + 800P (X = 3) = 800 ×5C2
−λ x , X = {0, 1, 2, 3, . . .}
P (X = x) or p(x) = e λ x!
P (x) is also called Poisson Probability function and x is called a Poisson Variate.
Lecture Notes - BCS301 : Mathematics for Computer Science - Module 1 : Probability Distributions Page 40 Mean E(X) =
X
∞
xp(x)
AJIE
T
x=0
=X
−λ (
∞
xe λ X
x
x! ∞x−1 )
x=0 λ
x=1
= λe−λ (x − 1)!
= λe−λ 3
2!+λ
λ 2
1 + 1!+λ
λ x=0
= λe−λe = λ
2 =X
EX =X
∞ 3!+ . . .
x2p(x)
−λ x
xe λ
x!
x=0
[x(x − 1) +
=X ∞ −λ x
x]e λ x!
x=0
x!+X
=X
∞ x=2
e−λλx x=0
x=0
x(x −
−λ x
−λ x
1)e λ (x − 2)!+ xe λ x!
=X ∞ E(X)
∞
x=2
x−2
λ
2 (x − 2)!+ λ
= e−λλ X ∞
+λ
−λ 2
=e λ
λ 2!+ . . . ..
2
1 + 1!+λ
λ
= e−λλ2e + λ = λ2 + λ
2
Var(X) = Variance (X) = E X − [E(X)]2
= λ2 + λ − λ2 = λ
√
S.D. = λ
The Mean and Variance of Poisson Distribution are given by
Mean, µ = λ, Variance, V (X)or σ2 = λ
Problem 27. If the mean of the poisson distribution is 2. Find P(x = 0) Dr.
Lecture Notes - BCS301 : Mathematics for Computer Science - Module 1 : Probability Distributions Page 41
AJIE
Given λ = 2
−2 0
T
P (X = 0) = e 2
0!
−2
= e = 0.1353
−3 0
∴ P (x = 0) = e 3
0!
= e−3 = 0.0497
Lecture Notes - BCS301 : Mathematics for Computer Science - Module 1 : Probability Distributions Page 42 ∴ P (X = 3)
−4 4
=e 3 3 3
AJIE
T 3!
= 0.1041
−43 4 4
P (X = 0) =e ( 3)
0!
−1
=e 3
= 0.2635
0!= 0.0183
(ii) Probability of 3 or more defective
fuses, P (X ≥ 3) = 1 − P (X < 3)
= 1 − [P (0) + P (1) + P (2)]
1 −4
=1− 0!+4 e
40e−4 2 −4
1!+4 e
=1− 1 2!
1 +4
e−4
2!
2
1!+4
= 1 − 0.0183(1 + 4 + 8) = 0.76189
Dr. Shantha Kumari K AJIET, Mangalore
Lecture Notes - BCS301 : Mathematics for Computer Science - Module 1 : Probability Distributions Page
43
AJIE
P (X ≥ 1) = 1 − P (X < 1)
= 1 − p(X = 0)
T
= 1 − 0.0183
= 0.9817
Problem 31. In a certain factory turning out razar blades there is a small
probability of 1/500 for any blade to be defective. The blades are supplied in
packets of 10. Use poisson distribution to calculate the approximate number
of packets containing (i)no defective (ii) One defective (ii) Two defectives
in a consignment of 10000 packets
[VTU: Model 2020, Dec/ Jan 16, 2004]
Problem 32. A car hire -firm has two cars which it hires out on a day to day
basis.
AJI
ET
The number of demands for a car is known to be Poisson distribution with
mean 1.5 Find the probability of day on which (i) There is no demand for the
car and (ii) The demand is rejected.
x −1.5
∴ P (x) = (1.5) e x!
(i) The probability of day on which there is no demand for the
car is P (0) = (1.5)0e−1.5
−1.5
0!= e = 0.2231
(ii)The demand will be rejected if no. of demands is more than no. of
available cars. The probability that the demand is rejected is,
P (X > 2) = 1 − P (X ≤ 2)
= 1 − [P (0) + P (1) + P (2)]
2 −1.5
=1− 1!+(1.5) e
(1.5)0e−1.5 2!
1 −1.5
0!+(1.5) e
−1.5 −1.5
=1−e + 1.5e−1.5 + 1.125e = 0.1912
−3 0
1000 × p(0) = 1000 ×e 3
AJIE
T 0!= 49.78 ≈ 50
(ii) Number of drivers with more than 3 accidents in a year
1000 × p(X > 3) = 1000 × {1 − P (x ≤ 3)}
= 1000 {1 − [P (0) + P (1) + P (2) + P (3)]}
1 3
= 1000 e −3 0!+3 2!+3
3!
0 2
1− 3 1!+3
Problem 34. The probability that a man aged 60 will live up to 70 is 0.65.
What is the probability that out of 10 men, now 60, at least 7 will live to be
70? (VTU July 2023)
and X = 0, 1, 2, . . . 10
AJIE
T
Probability that at least 7 men will live to 70,
P (X ≥ 7) = p(7) + p(8) + p(9) + p(10)
= 10C7 (0.65)7(0.35)10−7
+ 10C8 (0.65)8(0.35)10−8
+ 10C9 (0.65)9(0.35)10−9
+ 10C10 (0.65)10(0.35)10−10
= 0.51383
= 1 − [P (x = 0) + P (x = 1) + P (x = 2)]
1
1!
−2
=1− 0!+e (2) −2 2
e (2) 2!
e−2(2)0
= 1 − e−2[1 + 2 + 2]
= 1 − 5e−2 = 0.3233
AJI
successes.
ET
n = Total no. of misprints = 300 and p = 1/500
( assuming that misprints are evenly distributed in 500 pages)
Since n is large and p is small, we shall use Poisson
Distribution. Average no. of misprints is, λ = np = 300
500 = 0.6
(0.6)x −(0.6)
x! = e
Hence the pdf is 3 −(0.6)
p(x) = λxe−λ 3) = (0.6) e
(i)P(exactly three x!
misprints) is p(X =
3!= 0.0198
(ii) p(less than three misprints) is
p(X < 3) = p(0) + p(1) + p(2)
0 −(0.6)
=(0.6) e
1 −(0.6)
0!+(0.6) e
2 −(0.6)
1!+(0.6) e
2! (0.6)2
= e−(0.6) 1 + (0.6) +
= 0.9768 (0.6)2 2!
2!
= 0.5488
1 + (0.6) +
Problem 37. A die is thrown 8 times. Find the probability that 3 falls (i)
Exactly two times (ii) At least once (iii) At the most 7 times [VTU July 2013]
The continuous probability distribution having the probability density function f(x)
given by
P (x > 1) = 1 − P (x ≤ 1) Z 1
=1−
0 1
Z −x3
=1− 1 3e
f(x)dx
dx
0 h
1
e−x3i 0 = e−13 = 0.7165 = 1 + Z 3
(ii)
P (x < 3)0 −x3
Z3 3e dx
== f(x)dx
1
0
3 1
=− e−x3i 0= 1 − e=
h 0.6321
Problem 1.13.2. In a certain town, duration of a shower is exponentially
distributed with mean 5 minutes. What is the probability that the shower will
last for (i) 10 minutes or more (ii) less than 10 minutes (iii) Between 10 and
12 minutes [VTU June 2019, Jan 2014, July 2013]
Solution: The p.d.f of the exponential distribution is given by f(x) = αe−αx, x >
0 and the mean is = 1α
By data, 1α= 5 ∴ α = 15
Hence f(x) = 15e−x5
Z∞
(i) 1
AJIE
h
T
P (x ≥ 10) = 10 e−x5 dx e−x i
=−
5 5 ∞
10
0.1353 Z 10
(ii) 1
−2
= −0 − e = e−2 =
P (x < 10) = 0
5e−x5 dx e−x5i10
h
=−
0
1
P (10 < x < 12) = 10
h
(iii) −x5 −x
5e dx e 5i12
= −e−2 − 1 = 1 − e−2
= 0.8647
Z 12
=−= e−125 −
− 10
−2
e
= 0.0446
0 0.6321
h
Dr. Shantha Kumari K AJIET, Mangalore
Lecture Notes - BCS301 : Mathematics for Computer Science - Module 1 : Probability Distributions Page 52 Z 10
Z 10 1
=
−x5
5e dx
5 h i10 5
−x/5
e
=−
1 1 2
= e− e = 0.2325
(i) The probability that the conversation may last for more than 3
minutes is, Z ∞
P (X > 3) = f(x)dx
3
e−x2i∞
=− −32
3= e = 0.2231
h
(ii) The probability that the conservation may last for less than 4
minutes is, Z 4
P (X < 4) = f(x)dx
−∞
1
= 2Z 4 e−x2 dx
0
= − e−x2 5
3
AJI
ET
with Rs.6000 as the average with a net profit of 8%. Find the probability that
the net profit exceeds Rs. 500 on a randomly chosen day.
Solution: Let x denote the random variable denoting the turn over
1
per day. Given α= 6000 ⇒ α =1
6000
Let A be the turn over in rupees for which the net profit is Rs. 500. Given
that net profit is 8% of the turn over.
Hence we have
8
1 x
dx
6000
0
= 0.353
Solution : Let x be the random variable of the sale in the shop. since x is an
exponential variate the p.d.f f(x) = αe−αx, x > 0
Mean = 1/α = 100 ∴ α = 1/100 = 0.01
Hence f(x) = 0.01e−0.01x, x > 0
Let A be the amount of sale for which profit is Rs 30. Given that profit rate
8
is 8%. ⇒ A × 100= 30 ∴ A = 375
−0.01x
=1+ e 375
e−3.75 0=
Probability of profit exceeding Rs.30 on a single day is e−3.75
For two consecutive days, Probability of profit exceeding Rs.30 is,
e−3.75×e−3.75 = 0.00055
P (x) = 1
√ −(x−µ)
σ 2πe 2
2σ
2
,−∞<x<∞
Mean = µ
Variance = σ2
Standard Deviation = σ
Normal curve
The line x = µ divides the total area under the curve which is equal to 1 into
two equal parts. The area to the right as well as to the left of the line x = µ is
0.5
f(z) = 1
AJ
IET √ −z22
2πe , − ∞ < z < ∞
The standard normal curve is a bell-shaped curve symmetric about y-axis.
Its mean is 0 and variance is 1.
z =x − µ
σ
The two tails of the standard normal probability distribution extend
indefinitely and never touch the horizontal axis. The total area under this
curve from z = −∞ to ∞ is 1 unit.
By symmetry,
the area under the standard normal curve (from z = −∞ to z = 0)= 0.5
and Area from (z = 0 to z = ∞)=0.5
Evaluation of Probability in Normal Distribution :
In the case of b) = 1 Z ba
normal distribution
e−(x−µ)2/2σ2dx
we have, P (a ≤ x ≤ √
σ 2π
This integral cannot be evaluated by known methods of integration and we
have to employ the technique of numerical integration which becomes
tedious. Hence we think of standardization and the same.
To find any given probability of Normal random variable X, we convert X to Stan
dard Normal Hence P (a ≤ x ≤ b) σ ≤ z ≤ b−µ σ
variable z using z can be written as P
=x−µ σ
a−µ
If a−µ
σ= z1 and b−µ
σ= z2, then
AJIE
T
P (a < X < b)
= P (z1 ≤ z ≤ z2)
= Area from z = z1 to z = z2 under standard normal curve
= Area from (z = 0 to z = z2) − Area from (z = 0 to z = z1)
(under standard normal curve)
= A (z2) − A (z1) (provided both z1 and z2 are > 0)
For A(z) we use the Standard Normal table which gives Areas under the curve from
0 to z. Z z0 √ −z22
2πe dz
1
A(z) =
represents the area under the standard normal curve from z = 0 to z
• z =x−µ
σ
• A(z) is the area of the curve area under the standard normal curve from
z = 0 to z.
Problem 39. If X is a normal variate with mean 80 and S.D 10. Compute P
(X ≤ 100).
∴ P (X ≤ 100) = P (Z ≤ 2)
AJI
ET
= P (−∞ < Z < 0) + P (0 < Z < 2)
= 0.5 + 0.4772( from table )
= 0.9772
Problem 40. If X is normally distributed with mean 6 and standard deviation
5. Find P(0 ≤ X ≤ 8)
Solution :
P(0 ≤ X ≤ 8) = P(−1.2 ≤ Z ≤ 0.4)
= P(−1.2 ≤ Z ≤ 0) + P(0 ≤ Z ≤ 0.4)
= P(0 ≤ Z ≤ 1.2) + P(0 ≤ Z ≤ 0.4)
(by symmetry)
= 0.3849 + 0.1554 (from the table)
= 0.5403
Problem 41. When X is normally distributed with mean 12, standard
deviation is 4. Find (i) P(X ≥ 20) (ii) P (0 < X < 12) (iii) P (X ≤ 20)
(ii)
AJIE
P(0 < X < 12) = P(−3 < Z < 0)
T
= P (0 < Z < 3) = 0.4987
P(X ≤ 20) = P(Z ≤ 2)
= P(−∞ < Z < 0) + P(0 < Z < 2)
= 0.5 + 0.4772 = 0.9772
Problem 42. For the normal distribution with mean 2 and standard deviation
4, evaluate the following probabilities (i) P (X ≥ 5) (ii) P (|X| < 4) (iii) P (|X| >
3)
−4 − µ
AJI
ET σ<X − µ
=P
σ<4 − µ
=P
−4 − 2 σ
(ii) 4< Z <4 − 2
4
(iii)
P (|X| > 3) = 1 − P (|X| ≤ 3)
= 1 − P (−3 ≤ X ≤ 3)
= 1 − P (−3 ≤ X ≤ 3)
=1−P σ≤X − µ
−3 − µ
σ≤3 − µ
−24
=1−P
4≤ Z ≤3 σ
−3 − 2
= 1 − P (−1.25 ≤ Z ≤ 0.25)
= 1 − Area(−1.25 to 0.25)
= 1 − [Area(−1.25 to 0) + Area(0 to 0.25)]
= 1 − [Area(0 to 1.25) + Area(0 to 0.25)]
= 1 − [0.3944 + 0.0987] = 0.5069
Problem 43. In a test on electric bulbs, it was found that the life time of a
particular brand distributed normally with an average life of 2000 hours and
S.D. of 60 hours. If a firm purchases 2500 bulbs find the number of bulbs
that are likely to last for
(i) more than 2100 hours (ii) less than 1950 hours (iii) between 1900 to
2100 hours
AJI
ET
[VTU: July 2023, Model 2020, June/July 17]
Problem 45. In a test on 2000 electric bulbs, it was found that the life of a
particular make was normally distributed with an average life of 2040 hours
and SD of 60 hours. Estimate the number of bulbs likely to burn for (i) More
than 2150 hours (ii) Less than 1950 hours (iii) More than 1920 hours but
less than 2160 hours. Given A(1.5) = 0.4332, A(1.83) = 0.4664, A(2) =
0.4772 [VTU: Dec 2018, Dec14/ Jan 15]
X−µ
σ>2150 − µ
AJIE
T
p(X > 2150) = p
σ<X − µ
= p(−2 < z < 2)
= 2 × Area(0 to 2)
= 2 × 0.4772 = 0.9544
Thus number of bulbs likely to burn for more than 1920 hours but less than
2160 hours = 2000 × 0.9544 = 1909
AJI
ET
P (x < 45) = 0.31 and P (x > 64) = 0.08
Now 0.31 ⇒ P
= 0.31
P (x < 45) = z <45 − µ σ
⇒ σ = 0.5
⇒ µ − 45 = 0.5σ
⇒ µ − 0.5σ = 45 (∗)
⇒64 − µ
σ= 1.4
⇒ 64 − µ = 1.4σ
⇒ µ + 1.4σ = 64 (∗∗)
Now we have two equations with two unknowns. They are
µ − 0.5σ = 45 (∗)
and
µ + 1.4σ = 64 (∗∗),
Solving these two, we get µ = 50, σ = 10
AJIE
T
When x = 60, z =60−µ
σ= z2(say)
Hence we have
P (x < 35) = 0.07 ⇒ P (z < z1) = 0.07
⇒ Area(−∞ to z1) = 0.07
⇒ Area(−z1 to ∞) = 0.07
⇒ 0.5 − A(−z1) = 0.07
⇒ A(−z1) = 0.5 − 0.07 = 0.43
(But 0.43 ≈ A(1.48))
⇒ −z1 = 1.48
⇒ −35 − µ
σ= 1.48
⇒ µ − 1.48σ = 35 (∗)
P (x < 60) = 0.89 ⇒ P (z < z2) = 0.89
⇒ Area(−∞ to z2) = 0.89
⇒ Area(−∞ to 0) + Area(0 to z2) = 0.89
(Here the area measured from − ∞ to z2 is more than 0.5)
(Hence z2 lies right to y axis)
⇒ 0.5 + A(Z2) = 0.89
⇒ A(z2) = 0.89 − 0.5 = 0.39
(But 0.39 ≈ A(1.23))
⇒ z2 = 1.23
⇒60 − µ
σ= 1.23
⇒ µ + 1.23σ = 60 (∗∗)
Solving,
µ − 1.48σ = 35 (∗)
and
AJIE
T
we get µ = 48.65 and σ = 9.23
1.15 Question Bank
Random Variables
Find (i) k (ii) P (X ≤ 1) (iii) P (X > 1) (iv) P (−1 < X < 2) (v) Mean of X
(vi) SD of X
[VTU: Dec/ Jan 16, July 2013]
q
Ans : k = 116,13
3 9
16, 16, 16, 0,
5
2
Find the value of k and calculate mean and Standard Deviation. [VTU:
June/ July 15, Dec 2012, 2004]
Find k, Mean, Variance, SD [VTU July 2023, Model 2020, 2004] Ans :
0.1, 0.8, 2.16, 1.47
AJI
ET [VTU July 2017]
9
Ans : 9
X -3 9
9
9
P(x 1
1
)
(i) Find the value of k (ii) Evaluate P (X < 3), P (X ≥ 6) (iii) P (3 < X ≤
6) [July 2023, Jan 2020, VTU Jan 2014] Ans : 310,19
100,
p.d.f. Also find (i) P (1 < X < 2) (ii) P (X ≤ 1) (iii) P (X > 1) (iv) Mean
(v) Variance [VTU Jan 2018] Ans : k = 19, (i) 727, (ii) 127, (iii)26
27, (iv)
4, (v) 27
9
80 such that the function elsewhere
p(x) =
is a
cx2 0 ≤ x ≤ 3 0
14. Find the constant ‘c’
p.d.f. Also find (i) P (1 < X < 2) (ii) P (X ≤ 1) (iii) P (X > 1) [VTU Model
2020, Jan 2018]
15. Suppose a random variable X takes the values -3, -1, 2 and 5 with
respective probabilities 2k−3
k−2
10 ,
k−1
10 ,
k+1
10 ,
10 .
Find the value of k and (i)
P (−3 < X < 4) (ii) P (X ≤ 2)
[VTU June 2010]
AJIET, Mangalore
Lecture Notes - BCS301 : Mathematics for Computer Science - Module 1 : Probability Distributions Page 69
AJI
ET
X (= xi) 0 1 2 3 4 5
19. If the random variable X takes the values 1, 2, 3 and 4 such that 2P
(X = 1) = 3P (X = 2) = P (X = 3) = 5P (X = 4). find the probability
distribution function and cumulative distribution function of X.
20. A coin is tossed twice. A random variable X represent the number of
heads turning up. Find the discrete probability distribution for X. Also find
its mean and variance. Ans : Mean = 1 and Variance = 12
22. The total number of hours, measured in units of 100 hours, that a
family runs a vacuum cleaner over a period of one year is a continuous
random variable X
that has the f(x) = x, 0 < x < 1, 2 −
x, 1 ≤ x < 2, 0,
density function elsewhere
Find the probability that over a period of one year, a family runs their
vacuum cleaner (a) less than 120 hours; (b) between 50 and 100
hours.
(c) Find the average number of hours per year that families run their
vacuum cleaners. Ans : (a)0.68; (b)0.375, (c)100
3. Obtain the Mean and variance of the Poisson distribution. [VTU :July
2023, Jan 2020, June 2019, July 2017, Dec/ Jan 14]
6. The probability that a bomb dropped hits the target is 0.2, find the
probability that out of 6 bombs dropped (i) Exactly two will hit the target
(ii) Atleast two will hit the target [VTU:June/ July 15] Ans : 0.2458, 0.3446
9. A die is thrown 8 times. Find the probability that 3 falls (i) Exactly two
times (ii) At least once (iii) At the most 7 times [VTU July 2013] Ans :
0.2605, 0.7674, 0.9999 ≈ 1
11. Out of 800 families of 5 children each, how many would you expect to
have (a) 3 Boys (b) 5 Girls (c) either 2 or 3 boys ? (d) atmost 2 girls ?
Assume equal probabilities for Boys and Girls.
12. In a bombing action, there are 50% chance that any bomb will strike the
target. Two direct hits are required to destroy the target completely. How
many bombs are required to be dropped to give a 99% chance or better
of completely destroying the target? [VTU 2003]
14. The probability that an individual suffers a bad reaction from a certain
injection is 0.001. Using Poisson distribution, determine the probability
that out of 2000 individuals: (i) Exactly 3 and (ii) More than 2 , will suffer
a bad reaction. [VTU July 2023, June 2012]
15. If a random variable has Poisson Distribution such that p(1) = p(2), find
(i) Mean of the Distribution (ii) P (4) [VTU 2003]
16. If 10% of rivets produced by a machine are defective. Find the probability
that, out of 12 such rivets, (i)exactly 2 are defective (ii) at least 2 are
defective (iii) none of them are defective. [VTU July 2013]
22. A car hire -firm has two cars which it hires out on a day to day basis. The
number of demands for a car is known to be Poisson distribution with
mean 1.5 Find the probability of day on which (i) There is no demand for
the car and (ii) The demand is rejected. Ans : 0.2231, 0.1912
24. The probability that a man aged 60 will live up to 70 is 0.65. What is the
probability that out of 10 men, now 60, at least 7 will live to be 70? (VTU
July 2023)
Ans : 0.51383
25. If the mean and standard deviation of the number of correctly answered
√
questions in a test given to 4096 students are 2.5 and 1.875. Find an
estimate of the number of candidates answering correctly (i) 8 or more
questions (ii) 2 or less (iii) 5 questions. Ans : 1.703 ≈ 2, 2152.8 ≈ 2153,
239.2 ≈ 239
5. At a certain city bus stop three buses arrive per hour on an average.
Assuming that the time between successive arrivals is exponentially
distributed, find the
probability that the time between the arrival of successive buses is (i)
less than
AJI
ET 10 minutes and (ii) at least 30 minutes Ans: 0.3935, 0.2231
10. X is a normal variate with mean 30 and S.D, 5, find the probabilities
that (i) 26 ≤ X ≤ 40 (ii) X ≥ 45 and (iii) |X − 30| > 5 [VTU August 2022,
June 2019]
12. In a test on electric bulbs, it was found that the life time of a particular
brand distributed normally with an average life of 2000 hours and S.D. of
60 hours if a firm purchases 2500 bulbs had the member of bulbs that are
likely to last for (i) more than 2100 hours (ii) less than 1950 hours (iii)
between 1900 to 2100 hours [VTU Model 2020, June/July 17]
14. In a test on 2000 electric bulbs, it was found that the life of a
particular make was normally distributed with an average life of 2040
hours and SD of 60 hours. Estimate the number of bulbs likely to burn for
(i) More than 2150
hours (ii) Less than 1950 hours (iii) More than 1920 hours but less than
2160 hours. Given A(1.5) = 0.4332, A(1.83) = 0.4664, A(2) = 0.4772
[VTU: Dec 2018, Dec14/ Jan 15]
15. The life of an electric bulb is normally distributed with mean life of 200
hours and S.D. of 60 hours. Out of 2500 bulbs, find the number of
bulbs which are likely to last between 1900 and 2100 hours. Given
that
P (0 < Z < 1.67) = 0.4525 [VTU Dec 2018, July 2017, Jan 2014]
P (0 < z < 1.2263) = 0.39 and P (0 < z < 1.4757 = 0.43) [Jan
AJI
ET2020, VTU Jan 2012]
20. A sample of 100 dry battery cells tested to find the length of life
produced by a company and following results are recorded : Mean life
= 12 hours, Standard Deviation = 3 hours. Assuming data to be
normally distributed, find the expected life of a dry cell : (i) more than
15 hours (ii) Between 10 and 1 hours [VTU Jan 2011]
21. Suppose that the student IQ scores form a normal distribution with
mean 100 and standard deviation 20. Find the percentage of
students whose (i) score is less than 80 (ii) score falls between 90
and 140 (iii) score is more than 120 [VTU June 2011]