0% found this document useful (0 votes)
12 views20 pages

Ch-6 Probability Distribution

Chapter Six covers probability distributions, focusing on Binomial, Poisson, and Normal distributions. It explains the mathematical foundations, properties, and applications of the Binomial Distribution, including its mean and variance. The chapter also provides examples to illustrate the calculation of probabilities using the Binomial Distribution.

Uploaded by

Sukhimeetu
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
0% found this document useful (0 votes)
12 views20 pages

Ch-6 Probability Distribution

Chapter Six covers probability distributions, focusing on Binomial, Poisson, and Normal distributions. It explains the mathematical foundations, properties, and applications of the Binomial Distribution, including its mean and variance. The chapter also provides examples to illustrate the calculation of probabilities using the Binomial Distribution.

Uploaded by

Sukhimeetu
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

CHAPTER SIX

PROBABILITY DISTRIBUTION

Learning Objectives: -

In this chapter, we shall learn about: -


▪ Binomial Distribution
▪ Poisson Distribution
▪ Normal Distribution or Gaussian Distribution
▪ Standard Variable
▪ Standardized Normal Distribution
▪ Finding area under the curve

INTRODUCTION

1. The frequency distributions can be deduced mathematically using the theory of


probability. Such distributions are called probability distribution. The frequency of such
distributions is not actually observed but are computed theoretically. The most important such
distributions are: -

(a) Binomial Distributions


(b) Poisson Distributions
(c) Normal Distributions

These three distributions are very useful in statistical studies as well as in deducing other
form of distributions.

THE BINOMIAL DISTRIBUTION

2. The terms of this Binomial Distributing are similar to the Binomial Theorem that is why
it is called Binomial Distribution. Let ‘p’ be the probability of success and ‘q’ be the probability
of failure in a single toss or trial. Then evidently ‘p + q = 1’. In general, if we toss ‘n’ number
of coins the probability of success will be given by the terms in the expansion of

(p + q)n = pn + nC1 pn-1 q + nC2 pn-2 q2 + nC3 pn-3 q3 + …… + nCrprqn-r + … + qn

The probability of ‘r’ success and ‘n-r’failures comes as P(r ) = nCrprqn-r Where, r = 0, 1, 2,
……n.

nC = n!___
r
r!(n-r)!

The two parameters of the Binomial Distribution are: ‘n’& ‘p’ or ‘n’ & ‘q’
2

This function satisfies the conditions of probability,that:

(a) For all values of r, P( r) ≥0


(b) ∑P( r) =1

3. Properties of Binomial Distribution. The important properties of Binomial


Distribution are: -

(a) Total probability of all the events is one i.e. Σp(r ) = 1, where ‘P(r )’ is the
probability of ‘r’ success in ‘n’ trials.

(b) In each trial the probability of success ‘p’ and probability of failure ‘q’ remained
constant.

(c) Arithmetic mean of the number of success in ‘n’ trials is ‘np’.

(d) SD of the number of success in ‘n’ trials is √(npq) and variance is ‘npq’

(e) When ‘n’ is very large that is if the number of trials n → ∞ and p = q’’ then the
Binomial Distribution tends to Normal Distribution.

(f) When ‘p’ = ‘q’ the distribution is symmetrical.

(g) The two parameters of the Binomial Distribution are: ‘n’& ‘p’ or ‘n’ & ‘q’

(h) If the number of trials n → ∞ and p → 0 then the Binomial Distribution tends to
Poisson Distribution.

4. Probability Function of the Binomial Distribution. Let ‘p’ be the probability of


success and ‘q’ be the probability of failure of an event ‘X’ in one trial.

Then evidently ‘p + q = 1’.

If we ‘n’ number of fair trials are made under the same condition. Then out of ‘n’ trials,
the probability of success of the event ‘X’ can be explained by the Binomial Distribution in the
following way: -

● Out of ‘n’ trials, if the probability of success of the event ‘X’ is zero then

P(X=0) =P(number of success ‘0’ and number of failure ‘n’)


=P(F,F,……………..……up to ‘n’times)
=P(F).P(F)………………up to ‘n’times)
= q.q.........................................up to ‘n’ times =qn = nC0 .qn

● Out of ‘n’ trials, if the probability of success of the event ‘X’ is onethen

P(X=1) = P(number of success ‘1’ and number of failure ‘n-1’)


= P(S) .P(F,F,…….......up to ‘n-1’times)
= P(S) .P(F).P(F)…….up to ‘n-1’times)
3

= p.q.q......................up to ‘n-1’ times = p .qn-1 = nC1 .[Link]-1

● Out of ‘n’ trials, if the probability of success of the event ‘X’ is two then
P(X=2) = P(number of success ‘2’ and number of failure ‘n-2’)
= P(S) .P(S) .P(F,F,………….up to ‘n-2’times)
= P(S) .P(S) .P(F).P(F)……..up to ‘n-2’times)
= p.p.q.q.............................. up to ‘n-2’ times = nC2 . p2 .qn-2
In the same way

● Out of ‘n’ trials, if the probability of success of the event ‘X’ is ‘r’ then

P(X=r) = P(number of success ‘r’ and number of failure ‘n-r’)


= P(S, S….…....up to ‘r’ times) .P(F,F…....up to ‘n-r’times)
= p. p...............up to ‘r’ times .q.q…….…...up to ‘n-r’ times)
= nCr. [Link]-r

P(X=r) = nCr .[Link]-r

P(X=n) = nCn .pn .qn-n =pn

nC = n!__
r
r!(n-r)!

5. Mean of the Binomial Distribution. Here we will prove that the mean of Binomial
Distribution is = ‘np’.

Let ‘p’ be the probability of success and ‘q’ be the probability of failure of an event ‘X’
in one trial. Then evidently ‘p + q = 1’.

The parameters of the Binomial Distribution are ‘n’ and ‘p’. The probability function of
the Binomial Distributionis:

P(X=r) = nCr . [Link]-r P(X) = nCr . [Link]-r X = 0, 1, 2, 3…..n

Mean is E(X) = ∑X P(X)


= 0.P(0) + 1.P(1) +2.P(2)+……….+n.P(n)
= 0 + [Link]-1 +[Link]-2+……….+[Link]-n
= npqn-1 +2.n(n-1).[Link]-2+……….+[Link].
1.2
= np[ q n-1 + n(n-1). qn-1-1p1.+……….+pn-1].
= np (q + p)n-1 = np

6. Variance of the Binomial Distribution. Here, we will prove that the variance
of Binomial Distribution is = ‘npq’.
Let ‘p’ be the probability of success and ‘q’ be the probability of failure of an event ‘X’
in one trial. Then evidently ‘p + q = 1’.

The parameters of the Binomial Distribution are ‘n’ and ‘p’. The probability function of
the Binomial Distribution is: -
4

P(X=r) = nC2 .pr .qn-r


P(X) = nC2 . [Link]-rX = 0, 1, 2, 3,n

Variance is
V(X) = E(X2) – {E(X)}2
= E{X(X-1) + X} – {np}2
= E{X(X-1)} + E(X) – {np}2
= E{X(X-1)} + np–n2p2 Mathematically, it can be proved that
= n(n-1) p2 + np–n2p2 E{X(X-1)}= n(n-1)p2
= n2p2 - np2 + np–n2p2
= np(1-p) =npq

7. Relation between Mean and Variance of Binomial Distribution.

Mean is E(X) = np p + q =1

Variance is V(X) = npq = np(1-p) = np - np2= E(X) - np2

Variance + np2 = Mean

8. Sum of the Probability of Binomial Distribution.

The probability function of the Binomial Distribution is: -


P(X=r) = nC2 .pr .qn-r
P(X) =nCr .[Link]-r X = 0, 1,2, 3…….n

∑P(X=r )=P(0) + P1) +P(2)+…………..+∞


= nC0 .p0 .qn-0 + [Link]-1 + [Link]-2 + ................+ [Link]-n
= qn + nC1 p qn-1 + [Link]-2+ +pn.
= (q + p)n = (1)n = 1

Sum of the Probability of Binomial Distribution =1.

Example 1: The mean and standard deviation of a binomial distribution is 4 and √3


respectively. What is the value of n, p andq?

Solution:
Here, mean of the binomial distribution is np = 4 ……….(1)
Standard deviation of the binomial distribution is √𝒏𝒑𝒒 = √3 ……….(2)

Solving the equations (1) and (2) we get: npq =3, 4q =3, q =3/4

p + q=p = 1 – q = 1 – 3/4 = 1/4

np =4n = 4/p =16

Example 2: A box contains 7 white and 8 black balls. 6 balls are drawn from the box with
replacement. What is the probability of getting 2 white and 4 black balls?
5

As the balls are drawn with replacement, we can apply Binomial probability law. In
each draw probability of getting white ball is p = 7/15 and probability of getting a black ball is
q = 8/15.

Now out of 6 balls drawn, the probability of getting 2 white and 4 black balls is

P = 6C2 (7/15)2 (8/15)6-2 = (49 x 64 x 64)/(15 x 225 x 225)

Example 3: What is the probability of getting 3 heads when 6 coins are tossed?

Probability of getting head in each toss is p=1/2

Probability of getting fail is q = 1 – p = 1/2

According to the Binomial distribution if n coins are tossed probability of getting rheads is
P = nCr pr qn-r =

Therefore, probability of getting 3 heads in 6 tosses is P = 6C3 (1/2)3 (1/2)6-3 = 5/16

Example 4: In 10 tosses of a fair coin. What are the chances of 5 head within these 10
trials?

Solution:

The probability of success of head in first toss is p =1/2.

The probability of failure of head in first toss is q = 1 – 1/p = 1 – 1/2 = 1/2.

The probability of getting 3 head within these 10 trials is:

P(X=5) = 10C . p5 . q10-5 = 10C5 . p5 . q5= 10! . (1/2)5.(1/2)5


5
5!(10-5)!
= 10! . 1 = [Link].6 .5! . 1 = __252 =0.246
5!.5! 210 [Link].1 .5! 210 1024

Example 5: The probability of a person to be a smoker is 1/3. What is the probability of


2 persons to be a smoker within 5?

Solution: The probability of success to be a smoker is p =1/3.

The probability of failure to be a smoker is q = 1 – 1/p = 1 – 1/3 = 2/3.

The probability of getting 2 smokers out of 5 is: -

P(X=2) = 5C2 . p2 . q5-2 = 5C2 . p2 . q3= 5!_____.(1/3)2.(2/3)3 = 0.329


2! (5 − 2)!
6

Example 6: The probability of a player to win a game is 3/4. Determine the following
probabilities within 5 games: -

(a) Probability to win 3 times?


(b) Probability to win minimum 3 times?
(c) Probability to win more than 3 times?
(d) Probability to win 2 to 4 times?

Solution:

The probability of success to be a smoker is p = 3/4.


The probability of failure to be a smoker is q = 1 – 1/p = 1 – 3/4 = 1/4.

(a) The probability to win 3 times is: -

P(X=3) = 5C3 . p3 . q5-3 =5C3 . p3 . q2= 5!/3!(5-3)! . (3/4)3. (1/4)2

= 5! .33 . 1 = 10 . 27/64 . 1/16 = 135/512 = 0.254


3! .2! .42 . 42

(b) The probability to win minimum 3 times is: -

P(X≥3) = P(X=3) + P(X=4) +P(X=5)

= 1 – [P(X=0) + P(X=1) + P(X=2)]

= 1 [1/1024 + 15/1024 + 90/1024] = 918/1024 = 0.896

(c) The probability to win more than 3 timesis:

P(X>3) =P(X=4)

= 1 – [P(X=0) + P(X=1) + P(X=2) + P(X=3)]


= 1 –[1/1024 + 15/1024 + 90/1024 + 135/512 ] = 648/1024

(d) The probability to 2 to 4 timesis:

P(2≤X≤4) = P(X=2) + P(X=3) + P(X=4)


= 90/1024 + 135/512 + 405/1024 = 765/1024
5!
P(X=0) = 5C0 . p0 . q5-0 =5C0 . p0 . q5= . (3/4)0.(1/4)5 = 1/1024
0!(5−0)!

5!
P(X=1) = 5C1 . p1 . q5-1 =5C1 . p1 . q4= . (3/4)1.(1/4)4 = 15/1024
1!(5−1)!

5!
P(X=2) = 5C2 . p2 . q5-2 =5C2 . p2 . q3= .(3/4)2.(1/4)3 = 90/1024
2!(5−2)!

5!
P(X=4) = 5C4 . p4 . q5-4 =5C4 . p4 . q1= . (3/4)4.(1/4)1 = 405/1024
4!(5−4)!
7

Example 7: Within this 10 tosses a fair coin, what are the chances of: -

(a) What are the chances of 3 head within these 10 trials?

(b) What are the chances of 1 head within these 10 trials?

(c) What are the chances of no head within these 10 trials?

(d) What are the chances of at least 1 head within these 10 trials?

(e) What are the chances of at least 1 head within these 10 trials?

Solution:

The probability of success of head in first toss is p = 1/2.

The probability of failure of head in first toss is q = 1/2.

(a) The probability of getting 3 head within these 10 trials is:

10C 10!
P(X=3) = 3 . p2 . q10-3 =10C3 . p2 . q7=3!(10−3)!.(1/2)3.(1/2)7

10! 1 10.9.8 .7! 1 10 15


=3!.7! . 210 = . . 210 = . 1024 = . 128
3.2.1 .7!

(b) The probability of getting 1 head within these 10 trials is:

10C 10!
P(X=1) = 1 . p1 . q10-1 =10C1 . p1 .q9=1!(10−1)! (1/2)1.(1/2)9

10! 1 10. 9! 1 10 5
=1!.9! . 210 = . . 210 = . 1024 = . 512
1 .9!

(c) The probability of getting no head within these 10 trials is:

10C 10!
P(X=1) = 0 . p0 . q10-0 =10C0 . p0 . q10==0!(10−0)! (1/2)0.(1/2)10

10! 1 10! 1 1
=0!.10! . 210 = 1 .10!
. . 210 = . 1024.

(d) The probability of getting at least one head within these 10 trialsis:
1 1023
P(X≥1) = 1 - P(X=0) = 1 -1024 = 1024

(e) The probability of getting at best one head within these 10 trialsis:
1 10 11
P(X≤1) = P(X=0) + P(X=1)= 1024 - 1024
. = 1024
.
8

THE POISSON DISTRIBUTION

9. The limiting form of the Binomial Distribution is the Poisson distribution. When the
probability of success is very small (less than 0.1) and the number of trials is very large
(greater than 30) i.e. if n ∞ and p 0 such that np m, a constant then the Binomial
Distribution becomes the Poisson distribution. The Poisson distribution can be written in the
following form: -

The probability of r success and n-r failures comes as

P(r ) = lim [ nCrprqn-r ] = nr e-m


P 0 r!
Where, m = np
r = number of success
e = constant = 2.27
m= mean and variance of the Poisson Distribution and m>0

10. Properties of Poisson Distribution.

The important properties of Poisson Distributionare:

(a) Number of trial n ∞ and number of success p 0 such that np m

(b) The probability measurement formula for Poisson Distribution for Poisson variable is
P(X) = nXe-m
r!
(c) Arithmetic mean of the Poisson variable = m.

(d) Variance of the Poisson variable = m

(e) Whenn ∞ and p 0 such that np mn then the Binomial Distribution tends to
Poisson Distribution.

(f) SD of the Poisson variable =√𝑚

(g) The parameters of the Binomial Distribution is m

(h) For Poisson distribution mean = variance

NORMAL DISTRIBUTION OR GAUSSIAN DISTRIBUTION

11. In most of the natural phenomena the variable does not take fixed value but lie
within a specific range. In statistics the Normal Distribution refers to the shape and pattern in
which the individual values in asset of data are placed or located. For example; heights and
weights of people, length of bolts manufactured, time taken to produce an item, etc., for such
continuous variate, normal distribution is most appropriate and has become most important
probability model in statistical Analysis.

12. The idea of normal distribution was finally developed by Karl Gauss. Normal Distribution
9

is also referred to as Gaussian Distribution after the name of Karl Gauss. The normal
distribution or Gaussian distribution is the most important of all types of distribution. It is also
known as the bell-shaped distribution.

-x4 -x3 -x2 -x1 x0 x1 x2 x3 x4

Fig 5.01: Frequency diagram

13. Definition of Normal Distribution or Gaussian Distribution. The limiting form


of the Binomial Distribution is the Poisson Distribution. When the probability of success is very small
and the number of trials is very large i.e. if n is tending to ∞ and the number success and the number
of failure q are approximately equal i.e. p = q then the Binomial Distribution becomes a Normal
Distribution.

Let, Xi are the observed values.


µ is the most probable value
xi are the deviations = (µ- Xi)
Y

dx

0 x x+dx

Fig. 5.02

If the diagram of frequency represented in the figure 5-02 satisfies the following conditions
then it is called frequency curve or Gauss Curve: -

- It is a symmetric distribution w.r.t. y axis.


- The value of y is maximum corresponding to a value x =0.
10

- The value of y decreases progressively from the maximum value.

Xj+1>Xj | Xj+1-Xj | = dx

14. Normal Variable. If the number of trial is very large i.e. if n ∞ and the number
success and the number of failure q are approximately equal i.e. p = q then the variable of
the Binomial Distribution becomes a Normal variable. Normal variable is represented by X
and its value is -∞ ≥ X ≥ ∞.

15. Normal Curve or Gaussian Curve. The variable exhibiting normal distribution
when represented in a graph assumes the form of a symmetrical, bell shaped, mesokurtic
curve. This curve is called normal curve. It is a special type of symmetrical frequency curve.
The concept of normal curve is theoretical and is given by the mathematical formula i.e. the
normal equation and is rare to find in practice. Many distributions take the form of normal
curve approximately in the longrun.

It the normal distribution is represented by a graph then it is called normal curve. The area
bounded by the normal curve and the X-axis is always one. The expansion of the normal
curve at the two ends is up to infinity. If normal curve is represented w.r.t. arithmetic mean
then the normal curve is symmetrical.

The concept of normal curve has got important uses in connection with SD. The relation of
the SD to the normal curve permits to find out the number of cases falling within any given
distance from the mean. A normal distribution curve is shown below: -

16. Properties of Normal Distribution. Following are the most important


properties of the curve: -

(a) The normal curve is symmetrical about mean (i.e. the values of mean, mode
and median coincides). Mean = Mode =Median.

(b) The height of normal curve is maximum at mean; thus mean, mode and median
are all equal. The distribution is symmetrical. The skewness is zero.

(c) The normal curve is unimodal.

(d) The distribution is bell shaped and mesokurtic.

(e) The height of curve declines as we go in either direction from the mean. The
curve approaches nearer and nearer to the base on either side.

(f) The area under the normal curve representing proportionate frequency is one.

(g) Mean of Normal Distribution = µ

(h) Normal distribution has the properties V and µ.

(j) SD of Normal Distribution = σ


11

(k) Skewness of Normal Distribution = 0

(l) The normal distribution is a continuous curve.

(m) The normal distribution is a symmetric distribution.

(p) The following are the areas distributed under the normal curve: -
(iii) Mean ± 1SD = µ. ±1 σ => 68.27% area
(ii) Mean ± 2SD = µ. ± 2σ => 95.45% area
(iii) Mean ± 3SD = µ. ± 3σ. => 99.74% area

In other words: -
(i) 99.74% of the values will lie in the range of µ + 3σ and µ -3σ.
(ii) 95.45% of the values will lie in the range of µ + 2σ and µ-2σ.
(iii) 68.27% of the values will lie in the range of µ + σ and µ -σ.

In other words: -

P(µ - 1σ ≤ X ≥ µ + 1σ) = 68.27%


P(µ - 2σ ≤ X ≥ µ + 2σ) = 95.45%
P(µ - 3σ ≤ X ≥ µ + 3σ) = 99.74%

Fig. 5.03

(q) Normal variable is represented by X and its value extends -∞ ≥ X ≥∞.

(r) The variable is probable i.e. within its full expansion; the sum of the distribution
is one. That is the total probability in the Normal probability distribution is one.
12

STANDARD VARIABLE

17. Standard Variable. If we subtract the arithmetic mean M from the variables Xi
and hence divide it by the variance σi then we get a new variable Z, which is called Standard
Variable.
Zi = (Xi - M )
σi

18. Properties of the Standard Variable.

(a) Arithmetic mean of the standard variable is zero. That is, Mean of Zi = 0.
(b) Variance of the standard variable is one. That is, Variance of Zi =1.

19. Property-1: Prove that the arithmetic mean of the standard variable is zero. That is,
Mean of Zi = 0.

Proof: Zi = (Xi – MX)


σi
Zi .σi = (Xi–MX) => ∑(Zi .σi) = ∑(Xi – MX)
σi∑(Zi ) = ∑(Xi ) – ∑( MX) => σi∑(Zi ) = ∑(Xi ) – [Link]
σi∑(Zi ) = ∑(Xi ) – MX => σi MZ = MX – MX
N N
σi MZ=0 => σi MZ = 0 Mean of Zi iszero.

20. Property-2: Prove that the variance of the standard variable is one. That is, Variance
of Zi = 1.

Proof:
σz2 = ∑(Zi-Mz)2 = ∑(Zn – 0)2= ∑(Zi)2 = 1 ∑(Zi)2
N N N N

= 1.[ ∑(Xi – Mx) ]2 = 1 .{ ∑( Xi – Mx)2} = 1 .σx2 = 1


N σx N σx2 σx2

σ Z2 = 1 => Variance of Zi is one.

STANDARDIZED NORMAL DISTRIBUTION

21. Standardized Normal Distribution. If we subtract the normal mean µ from the
normal variables X and hence divide it by the standard deviation σ then we get a new variable
Z, which is called Standard Variable.

Zi = (Xi - µ)
σx

Where, X = Normal variable


σx = SD of the normal variable
µ = Mean of the normal variable
Z = Standard normal variable with mean 0 and SD 1.
13

If the height of the Gaussian distribution curve is normalized that the area underneath
it is equal to unity, the curve called a probability curve. Although the theoretical probability
curve requires a very large number of measurements, the curve obtained from as few as 8
or 10 determinations is practically the same as the theoretical curve.

The narrower the range between which the truth-value lies, the more precise is the
measurement. A small spread of the probability curve indicates high precision whereas a
large spread indicates low precision. The distribution of Z is called standardized normal
distribution.

22. Properties of Standard Normal Distribution. Following are the most


important properties of the curve: -

(a) The standard normal curve is symmetrical.

(b) The skewness is zero.

(c) The normal curve is unimodal.

(d) The distribution is bell shaped and mesokurtic.

(e) Mean of Standard Normal Distribution =0.

(f) SD of Standard Normal Distribution =1.

(g) The normal distribution is a continuous curve.

(j) The approximate probabilities of a few important intervals are given by


P( -1  z ≥ +1) =0.683
P( -2  z ≥ +2) =0.954
P( -3  z ≥ +3) =0.997

(k) Standard Normal variable is represented by Z and its value extends -∞≥ Z≥∞.

(l) The variable is probable i.e. within its full expansion; the sum of the distribution
is one. That is the total probability in the Normal probability distribution is one.

(m) The narrower the range between which the truth value lies, the more precise is
the measurement. A small spread of the probability curve indicates high precision
whereas a large spread indicates low precision.

23. Use of Normal Curve.

(a) The concept of normal curve has got importance uses in connection with σ.

(b) The relation of σ with the normal curve enables us to put the normal curve in
practical use.

(c) The relationship permits us to find out, from the curve, the number of cases
14

falling within any given distance from the mean.

(d) The normal curve permits us to find out the number of cases lying between
any two values in the distribution.

(e) From the normal curve we can find out the probability that any value drawn at
random will fall above or below a particular point.

(f) The normal distribution represented in graphical form gives us the normal
curve.

(g) The narrower the range between which the truth-value lies, the more precise
is the measurement. A small spread of the probability curve indicates high precision
whereas a large spread indicates low precision.

(h) The normal curve is represented in several forms.

(j) To find out the area under curve from mean, we need not calculate every time,
as standard tables are available.

(k) In order to facilitate finding area under the curve we convert each curve into
standard normal curve, where mean is 0 and standard deviation1.

(l) The approximate probabilities of a few important intervals are given by: -

P( -1 ≤ Z ≥ +1)=0.6837 or P(-1 ≤ Z ≥ +1) =68.27%


P( -2 ≤ Z ≥ +2)=0.9545 P(-2 ≤ Z ≥ +2) =95.45%
P( -3 ≤ Z ≥ +3)=0.9974 P(-3 ≤ Z ≥ +3) =99.74%

HOW TO FIND OUT AREA?

24. In any problem in which we are interested in determining area under normal curve
where mean is M and SD is σ, we change the mean to 0 and SD to 1 and obtain Z as standard
normal variate. Now we look up the table entry corresponding to Z and that will give the area.
The area under normal curve of z (indicating probability) between any two values of z (say
z1 and z2) can be calculated from the standard tables.

Example 8: If Z is the standard normal variable, then find the probability for the following
fields: -
(a) The value of Z remains between 0 to0.87

(b) The value of Z remains between –2 to3.9

(c) The value of Z remains between–0.6 to–0.05

Solution:
15

(a) P(The value of Z remains between 0 to0.87)


= P(0≤Z≤0.87)
=0.3087

(b) P(The value of Z remains between -2 to3.9)


= P(-2≤Z≤3.9)
= P(-2≤Z≤0) + P(0≤Z≤3.9)
= P(0≤Z≤2) + P(0≤Z≤3.9)
= 0.4772 + 0.5000
= 0.9772

(c) P(The value of Z remains between –0.6 to –0.05)


= P(-0.6≤Z≤-0.05)
= P(-0.6≤Z≤0) -P(-0.05≤Z≤0)
= P(0≤Z≤0.6) +P(0≤Z≤0.05)
= 0.2258 - 0.0199
= 0.2059
16

Example 9: Mean and SD of a normal distribution are 20 and 10 respectively. What is the
probability that the values of X will lie between 15 and 40.

Solution: Here µ = 20, σ = 10

Between X1 = 15 and X2 = 40
Z1 = X1 - µ = 15 – 20 = -0.5
σ 10
Z2 = X2 - µ = 40 – 20 =2
σ 10
Probability that the values of X will lie
between 15 and 40 is
=P(15≤X≤40)
=P(-0.5≤Z≤2)
= P(-0.5≤Z≤0) + P(0≤Z≤2)
= P(0≤Z≤-0.5) + P(0≤Z≤2)
= 0.1915 - 0.472
= 0.6787

Example 10: Mark the area under normal curve when mean is 24 and SD is 4.
(a) Between Mean and X = 30
(b) Between X1 = 21 and X2 = 31

Ans (a): Here µ = 24, σ = 4,

Between X1 = mean = 24 and X2 =30


Z1 = X1 - µ = 24 – 24 =0
σ 4
Z2 = X2 - µ = 30 – 24 =1.5
σ 4
Probability that the values of X will lie
between mean and 30 is
=P(0≤X≤30)
=P(0≤Z≤1.5)
= 0.4332

Ans (b): Here µ = 24, σ = 4


Between X1 = 21 and X2 =31
Z1 = X1 - µ = 21 – 24 =-0.75
σ 4
Z2 = X2 - µ = 30 – 24 =1.75
σ 4
Probability that the values of X will lie
between 21 and 31 is
= P(21≤X≤31)
=P(-0.75≤Z≤1.75)
= P(-0.75≤Z≤0) + P(0≤Z≤1.75)
= P(0≤Z≤0.75) +P(0≤Z≤1.75)
= 0.2734 + 0.4599
= 0.7333
17

Example 11: Mean and SD of a normal distribution are 50 and 5 respectively. What is the
probability that the values of x will lie between 40 and 55.

Solution: Here µ = 24, σ = 4


between X1 = 40 and X2 = 55
Z1 = X1 - µ = 40 – 50 = -2
σ 5 0.8185
Z2 = X2- µ = 55 – 50= 1 ≈81.85%
σ 5
Probability that the values of X will lie between
21 and 31 is
= P(40 ≤ X ≤ 55)
= P(-2 ≤ Z ≤ 1)
= P(-2 ≤ Z ≤ 0) +P(0 ≤ Z ≤ 1) -∞ X=40 µ =50 X=55 ∞
Z=-2 Z=1
= P(0 ≤ Z ≤ 2) +P(0 ≤ Z ≤ 1)
= 0.4772 + 0.3413 =0.8185

Example 12: The income of a group of 10,000 persons was found to be normally distributed
with mean = Rs.750 per day. and standard deviations = Rs.50/-. What percentage or persons
have income-exceeding Rs.668/- and how many have income over Rs.860/-per day?

Solution: Here µ = 750/-, σ = 50/- 0.9495


≈94.95%
In the first case: X =668/-
Z = X1 - µ = 668 – 750 = -82 = -1.64
σ 50 50
Probability that the values of X will exceed 668
= P(668 < X)
= P(-1.64 < Z) -∞ X=668 µ =750 X=∞
Z=-1.64 Z=∞
= 1 - P(Z ≤ -1.64)
= 1 - 0.0505 = 0.9495

% of Persons having income more than Rs.668/- = 1 – 0.0505 = 0.9495 = 94.95%


Hence 94.95% of persons are having income more than Rs.668/-

In the Second Case: X = 860/-

Z2 = X2- µ = 860 – 750 = 110 =2.2


σ 50 50
Probability that the values of X will more than 860
= P(860 < X)
= P(2.2 < Z)
= 0.5 – [P(0 ≤ Z ≤ 2.2)
= 1 - 0.4861 = 0.0139

The persons having income more than Rs. 860/- per day fall on the right.
% of Persons having income more than Rs. 860/- = 0.0139 = 01.39%
The number of people having income; more than Rs860/- pm = 104 x .0139 = 139
18

Example 13: 1000 light bulbs; with a mean life; of 120 days are installed in a new factory,
their length of life is normally distributed with SD 20 days.

(a) How many will expire in less than 90days.

(b) If it is decided to replace all bulbs together, what interval should be allowed
between replacement, if not more than 10% should expire before replacement?

Solution: Here µ = 120, σ = 20

In the First Case: X = 90

Z = X -µ = 90 – 120 = -30 =-1.5


σ 20 20
Probability that the values of X will less than 90
= P(X < 90)
= P(Z < -1.5)
= 0.5 – P(-1.5 ≤ Z ≤ 0)
= 0.5 – 0.4332
= 0.0668

From the normal integral table we get, P(Z < -1.5) = 0.0668.

The shaded area represents proportion of bulbs that will fuse before 90 days.

The shaded area is = 0.0668 = 06.68%

No. of bulbs that will fuse before 90 days = 1000 x 0.668 = 66.8 or 67 approximately

In the Second Case: Here µ = 120, σ = 20

The shaded area is 10% of total area or0.1


From the normal integral table against the area 0.1 we get the corresponding value of Z
P(Z ≤ -1.28) = 0.1003 = 0.1

Hence Z = - 1.28

Z=X-µ
σ
- 1.28 = X – 120
20
X = 120 – 20 x 1.28 = 94

X = 94 days approximately
19

Example 14: 10% light bulbs are defective product by a machine. Sample 400 light
bulbs are selected from the bulbs produced by that machine. Find the probability that out of
these 400 bulbs: -
(a) Maximum 30 bulbs are defective
(b) 30 to 50 bulbs are defective
(c) More than 55 bulbs are defective

Solution: Here n = 400,


Probability of one bulb is defective p = 10/100 = 0.1
q = 1 – p = 1 – 0.1 = 0.9
µ = np = 400 x 0.1 = 40
σ = √(npq) = √(400 x 0.1 x 0.6) = 6

In the First Case:


Maximum 30 bulbs are defective, X = 30
Z =X - µ = 30 – 40 = -10 = -1.67
σ 6 6
Probability that the values of X will less than 90
= P(X≤30)
= P(Z≤-1.67)
= P(-∞≤Z≤0) – P(-1.67≤Z≤0)
= 0.5 – P(-1.67≤Z≤0)
= 0.5 – P(0≤Z≤1.67)
= 0.5 – 0.4515 = 0.0485

In the Second Case:


30 to 50 bulbs are defective X1 = 30, X2 = 50

Z1 = X1 - µ = 30 – 40 = -10 = -1.67
0.9130
σ 6 6 ≈91.30%
Z1 = X2 - µ = 50 – 40 = 10 = 1.67
σ 6 6
Probability that the values of X between 30 and 50
= P(30≤X≤50)
= P(-1.67≤Z≤1.67)
= P(-1.67≤Z≤0) + P(0≤Z≤1.67) -∞ X=30 µ =40 X=50 ∞
= 0.4515 + 0.4515 =0.9130 Z=-1.67 Z=1.67

In the Third Case:


More than 55 bulbs are defective, X = 55
Z = X - µ = 55 – 40 = -5 = 2.5
σ 66 0.0062
Probability that the values of X will less than 90 ≈00.62%
= P(55≤Z)
= P(2.5≤Z)
= P(0≤Z≤∞) – P(0≤Z≤2.5)
= 0.5 – 0.4938 = 0.0062
-∞ X=30 µ =40 X=50 ∞
Z=-1.67 Z=1.67
20

Example 15: A sample of 400 articles has average weight of 25kg and standard
deviation 5kg. How many articles will lie between 20 to 30kg?

Solution: µ = 25, σ =5
Articles between 20 to 30 kg; X1 = 20, X2 = 30 0.68.268
Z1 = X1 - µ = 20 – 25 = -5 = -1 ≈68.268%
σ 5 5
Z1 = X2 - µ = 30 – 25 = 5 = 1
σ 55
Probability that the values of X between 20 and 30
= P(20≤X≤30)
-∞ X=20 =25 X=30 ∞
= P(-1≤Z≤1) Z=-1 Z=1
= P(-1≤Z≤0) + P(0≤Z≤1)
= 0.34134 + 0.34134 = 0.68268 = 68.268%
Number of articles lying between 20 and 30
= 2,000 x 68.268% = 2,000 x 0.68268 = 1365.36 ≈ 1365

Example 16: The hourly mean wages of a certain group of workers in a factory is Rs.285
with a standard deviation of Rs.50. Find what percentage of workers get above Rs.200.

Solution: µ = 285, σ=50, X =200


Z = X - µ = 200 – 285 = -85 = -1.7 0.9554
≈ 95.54%
σ 50 50
Percentage of workers get above Rs.200 is
=P(200≤X)
=P(-1.7≤Z)
= P(0≤Z≤∞) + P(0≤Z≤1.7)
= 0.5 + 0.4554 = 0.9554 = 95.54% -∞ X=200 =285 ∞
Z=-1.7

Exercises

Exercises 1: The Goa Municipal Corporation installed 2000 bulbs in the streets of
Chandigarh. If these bulbs have an average life of 1000 hrs with a standard deviation of 200
hours, what number of bulbs is expected to fail in the first 700 burning hours?

Exercises 2: A firm has received orders to supply 10,000 bolts of 2.5 cm+ 0.2 cm.
During the manufacturing process; a sample of 100 bolts was taken. The mean length was
found to be 2.6 cm and standard deviation .26. Find out how many bolts out of 10,000
produced are expected to be within acceptable limits?

Exercises 3: A Naval base supply depot has received a consignment of 50,000 pairs
of boots for issue to Sailors. A study of similar shoes received in the past revealed mean life
of 2 years and SD 6 months. How many shoes are expected to be received for exchange
after 18 months and how many shoes are expected to last for at least 36 months?

You might also like