0% found this document useful (0 votes)
10 views22 pages

Distribution

The document explains the concept of binomial distribution, which deals with the probability of success and failure in repeated trials, specifically using Bernoulli trials. It provides formulas for calculating probabilities, mean, variance, and standard deviation, along with several practical examples and problems related to binomial distribution. Additionally, it illustrates how to apply these concepts to real-world scenarios, such as manufacturing defects and family compositions.

Uploaded by

pradyot swain
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)
10 views22 pages

Distribution

The document explains the concept of binomial distribution, which deals with the probability of success and failure in repeated trials, specifically using Bernoulli trials. It provides formulas for calculating probabilities, mean, variance, and standard deviation, along with several practical examples and problems related to binomial distribution. Additionally, it illustrates how to apply these concepts to real-world scenarios, such as manufacturing defects and family compositions.

Uploaded by

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

Repeated trials

If a coin is tossed thrice, the probability of getting one head and two tails can be combined as

()
3
1
HTT, THT and TTH. The probability of each one of these being , their total probability shall
2

()
3
1
be 3 .
2

Similarly, if trial is repeated ‘ n ’ times and if p is the probability of success and q is that of
failure, then probability of ‘ r ’ success and ‘ n−r ’ failure is given by pr q n−r . But these ‘ r ’
success and‘ n−r ’ failure can occur in any of these nCr ways in each of which the probability is
same.

Thus the probability of r success is nCr pr q n−r .

The probability of at least r success in n trials= sum of probabilities r , r +1 , … , n success =


r n−r r +1 n−r−1 n
nC p q + nC p q
r r +1
+…+ nCn p .

Binomial distribution:
It is concerned with trials of repetitive nature in which only the occurrence or non-occurrence
i.e., success or failure of particular event is of interest.
A random experiment with only two types of outcomes, success or failure of a particular event
is called a Bernoulli trial. A random variable X that takes the value either 0 or 1 is known as
Bernoulli variable.

xi 0 1
P ( xi ) 1− p p

Mean μ=∑ xi P ( xi ) = p .
2 2
Variance σ =∑ ( x i−μ ) P ( xi )
2 2
¿ ( 0−p ) ( 1−p )+ ( 1− p ) p= pq .

Standard deviation σ =√ pq .

f (x) = P (X = x) = , where the random variable X denotes the number of


successes in n trials and x = 0, 1, . . . , n.
The Random variable X given by x=0 , 1 , 2, … , n would have probability as
Number of success Probability P(x )
0 q
n

1 nC p q
n−1
1

2 nC p2 qn−2 2

⋮ ⋮
n nC pn qn−n n

This table is in the form of frequency distribution. Where in it should be observed that the values
of P(x ) for different values of x=0 , 1 , 2, … are the various terms expansion of ( p+q )n and
accordingly the frequency distribution is called as the Binomial distribution.
Mean and variance of Binomial distribution (B.D):
x n−x
For various values of x=0 , 1 , 2, … , n , we get the corresponding values of P ( x )=nC p q x
.

∴ Sum of the probability =q n +nC p q n−1+ …+ pn= ( q+ p )n =1.


1

∴ ∑ P ( x i )=1.
n
Mean μ=∑ xi P ( xi ) =∑ x nC p q
x n−x
x
x=0

n
n!
¿∑ x p x qn− x
x=0 x ! ( n−x ) !
n
n!
¿∑ p x qn− x
x=1 (x−1)! ( n−x ) !
n
(n−1)!
¿n∑ ¿
x=1 ( x−1 ) ! ¿ ¿
n−1
¿ np ( q + p ) =np .
2 2
Variance σ =∑ ( x i−μ ) P ( xi )
n
¿ ∑ ( x −μ ) P ( x )
2

x=0

n
¿ ∑ ( x2 −2 xμ+ μ 2 ) P (x)
x=0

n n n
¿ ∑ x P ( x )−2 ∑ x μ P ( x ) + ∑ μ 2 P( x )
2

x=0 x=0 x=0


n
¿ ∑ x 2 nC p x q n−x −2 μ 2+ μ 2
x
x=0

n
¿ ∑ [ x ( x−1 ) + x ] nC p x qn− x −μ 2
x
x=0

n
n!
¿ ∑ x ( x−1 ) p x qn− x + μ−μ2
x=0 ( n−x ) ! x !
n
( n−2 ) !
¿ n ( n−1 ) p
2
∑ [ n−2−( x−2 ) ] ! ( x−2 ) ! p x−2 q n−2−(x−2 )+ μ−μ2
x=2

2 n−2 2
¿ n ( n−1 ) p ( q+ p ) + μ−μ
2 2
¿ n ( n−1 ) p + μ−μ
2 2 2 2 2
¿ n p −n p +np−n p =np ( 1− p )=npq .
Standard deviation σ =√ npq .

Problems on Binomial distribution:

1
1. The probability that a pen manufactured by a company will be defective is . If 12 such
10
pens are manufactured, find the probability that a) exactly 2 will be defective b) at least 2
will be defective c) none will be defective.
Solution: The probability of a defective pen=0.1
∴ Probability of a non- defective pen q=1−0.1=0.9
a) Exactly 2 will be defective ¿ 12C2 p2 q n−2
2 12−2
¿ 12C p q 2
2 10 2 10
¿ 12C p q =12C ( 0.1 ) ( 0.9 ) =0.2301 .
2 2

b) The probability that at least 2 will be defective=1-pobability that less than 2 are
defective
0 12 1 11
=1-[12C0 p q + 12C p q ¿ 1

=1-[ ( 0.9 ) +12 ( 0.1 )( 0.9 )11 ]


12

=0.3412 .
0 12 12
c) The probability that none will be defective =12C p q =( 0.9 ) =0.2824 .
0
2. 4 coins are tossed 100 times and the following results were obtained. Fit a binomial
distribution for the data and calculate the theoretical frequency (corresponding probability
frequencies).
No. of heads 0 1 2 3 4
Frequency 5 29 36 25 5

Solution: Let X be random variable denoting no. of heads. If p is the probability of


head, then q represents the probability of tail.
∑ f i x i 196
From the given frequency distribution, mean μ= = =1.96 .
∑ f i 100
But μ=np=1.96
1.96 1.96
p= = =0.49
n 4
∴ q=1−p=1−0.49=0.51 .
∴ The binomial distribution fit for this data is 100 ( 0.49+0.51 ) 4.
0 4
Hence, the corresponding probability frequencies are obtained as 100 4 C ( 0.49 ) ( 0.51 ) =7
0

1 3
100 4 C ( 0.49 ) ( 0.51 ) =26
1

2 2
100 4 C ( 0.49 ) ( 0.51 ) =37
2

3 1
100 4 C ( 0.49 ) ( 0.51 ) =24
3

4 0
100 4 C ( 0.49 ) ( 0.51 ) =6
4

Thus the theoretical frequencies are 7, 26, 37, 24, 6.

3. Out of 800 families with 5 children each, how many would have expect to have a) 3 boys
b) 5 girls c) either 2 or 3 boys? Assume equal probability for boys and girls.
1 1
Solution: Let p=¿ probability of a boy= and q=¿ probability of girl¿ .
2 2
3 2
a) Probability of a family having 3 boys=5C ( 0.5 ) ( 0.5 ) =0.3125 .
3

∴Expected no. of families=800 ×0.3125=250.


0 5
b) Probability of a family having 5 girls=5C0 ( 0.5 ) ( 0.5 ) =0.03125 .
∴ Expected no. of families=800×0.03125=25.
2 3 3 2
c) Probability of a family having either 2 or 3 boys= 5C ( 0.5 ) ( 0.5 ) +5C ( 0.5 ) ( 0.5 )
2 3

¿ 0.625 .
∴ Expected no. of families = 800 ×0.625=500.

4. The number of telephone lines busy at a particular time is a binomial variable with
probability 0.1 that a line is busy. If 10 lines are selected at random, what is the
probability that i) no line is busy ii) at least one line is busy iii) at most 2 lines are busy.
Solution: By data we have p=0.1, q=1− p=0.9 . Also n=10.
∴ Out of 10 lines, the probability that r lines are busy is given by 10C ( 0.1 )r ( 0.9 )10−r .
r

0 10
i) No. line is busy =10C ( 0.1 ) ( 0.9 ) =0.3487 .
0

ii) Probability that at least one line is busy =1- probability that no. line is busy.
¿ 1−0.3487=0.6513 .
0 10 9 2 8
iii) At most 2 lines are busy = 10C ( 0.1 ) ( 0.9 ) + 10C ( 0.1 )( 0.9 ) +10 C ( 0.1 ) ( 0.9 )
0 1 2

=0.929830.
5. In a bombing action, there is 50 % chance that any bomb will strike the target. Two direct
hits are needed to destroy the target completely. How many bombs are required to be
dropped to give 99% chance or better of destroying the target?
Solution: From data, p=0.5 and q=0.5 .
Where p is the probability that bomb strike the target.
x n−x n
P ( x )=nC ( 0.5 ) ( 0.5 ) =n C ( 0.5 ) represents the probability that x bombs out of n strikes
x x

the target.
We need to find minimum value of n such that 2 ≤ k ≤ n bombs destroy the target
completely.
i.e, P ( 2≤ k ≤ n ) ≥ 0.99
n
∑ nC ( 0.5 ) ≥ 0.99
x

n n
nC ( 0.5 ) + nC ( 0.5 ) ≤ 1−0.99
0 1

1+ n
n
≤ 0.01
2
i.e., 100 ( 1+n ) ≤ 2n
till n=10 , we get 100 ( 1+n ) >2n
i.e., for n=10 ,100 ( 1+10 )=1100>2 10
for n=11, we get 100 ( 1+n )=1200<211
∴ n=11
Minimum 11 bombs are required.

6. An airline knows that 5 % of the people making reservation on a certain flight will not turn
up. Consequently their policy is to sell 52 tickets for a flight that can hold only 50
passengers. What is the probability that there will be a seat available for every passengers
who turns up.
Solution: Probability that passenger will not turn up=0.05.
i.e., ¿ 0.05 ,q=1−0.05=0.95 .
x=no. of passenger will not turn up, n=52.
x 52−x
P(x )=52C ( 0.05 ) ( 0.95 )
x

Required probability ¿ P ( x ≥ 50 )=1−P ( x >50 )


¿ 1−{ P ( x=51 )+ P ( x=52 ) }
51 1 52 0
¿ 1−{52C ( 0.05 ) ( 0.95 ) + 52C ( 0.05 ) ( 0.95 ) }.
51 52
7. If 20% of the bolts produced by a machine are defective, determine the probability that out
of 4 bolts chosen at random, (a) 1 (b) 0 (c) less than 2, bolts will be
defective.

Solution: The probability of a defective bolt is p = 0.2, of a non - defective bolt is


q = 1 - p = 0.8.
Let the random variable X be the number of defective bolts. Then
(a) P(X = 1) =
(b) P(X = 0) =
(c) P(X < 2) = P(X = 0) + P(X = 1) = 0.4096 + 0.4096 = 0.8192.

8. Let the probability that the birth weight (in grams) of babies in America is less than 2547
grams be 0.1. If X equals the number of babies that weigh less than 2547 grams at birth
among 20 of these babies selected at random, then what is P(X ≤ 3)?

Solution: If a baby weighs less than 2547, then it is a success; otherwise it is a failure.
Thus X is a binomial random variable with probability of success p and n = 20. We are


given that p = 0.1. Hence P(X 3) = = 0.867

9. A gambler plays roulette at Monte Carlo and continues gambling, wagering the same
amount each time on “Red”, until he wins for the first time. If the probability of “Red” is
18
and the gambler has only enough money for 5 trials, then (a) what is the probability
38
that he will win before he exhausts his funds; (b) what is the probability that he wins on
the second trial?
18
Solution: p = P(Red) = .
38
(a) Hence the probability that he will win before he exhausts his funds is given by
5
18
P(X ≤ 5) = 1 - P(X ≥ 6) = 1 - (1− p)5 = 1 - (1− ) = 0.956.
38
(b) Similarly, the probability that he wins on the second trial is given by
18 18
P(X = 2) = (1 – p) p = (1 - ) = 0.2493.
38 38

10. A continuous random variable has pdf .


(a) If two independent determination of X are made, then what is the probability that
both these determinations will be greater than 1.
(b) If three independent determinations are made, what is the probability that atleast 2
of these are greater than 1.
Solution:
Z : Number of independent determination greater than 1.
2
x
p = P(X > 1) = ∫ dx = 0.75
1 2

(a) P(Z = z) =
9
P(Z = 2) = .
16
(b) n = 3, P(Z ≥ 2) = P(Z = 2) + P(Z = 3)
=
27
= .
32

The Poisson Distribution

It is a distribution related to the probabilities of events which are extremely rare, but
which have large number of independent opportunities for occurrence.
Eg: Number of persons born blind per year in a large city, how many hits will websites
get in a particular minute.
Poisson distribution is regarded as the limiting form of the binomial distribution when n is
very large i.e., n → ∞ and p, the probability of success is very small i.e., p=0. So that the
mean np tends to a fixed finite constant.
x −λ
∴ Probability of x success in Poisson distribution is given by P ( x )= λ e .
x!
Mean and standard deviation of Poisson distribution:
Mean μ=∑ xi P ( xi )

λ x e−λ
¿∑ x
x=0 x!

λx
¿ e− λ ∑
x=0 ( x−1 ) !

λ x−1
¿e λ∑
−λ

x=0 ( x−1 ) !

[ ]
2
−λ λ λ −λ λ
¿ e λ 1+ + + … =e λ e =λ .
1! 2 !
Variance σ 2=∑ ( x−μ )2 P ( x )
¿ ∑ ( x 2−2 μx+ μ 2 ) P(x )
∞ ∞
¿ ∑ x P ( x )−2 μ ∑ x P ( x ) + μ2
2

x=0 x=0

¿ ∑ [ x ( x−1 ) + x ] P ( x )−λ 2
x=0


¿ ∑ x ( x−1 ) P ( x ) +∑ xP ( x )−λ 2
x=0

∞ x −λ
x ( x −1 ) λ e
¿∑ + λ−λ 2
x=0 x!

λ x e− λ
¿∑ + λ−λ2
x=2 ( x−2 ) !

λ x−2 − λ
σ 2=λ2 ∑ e + λ−λ 2
x=2 ( x−2 ) !
2 −λ λ 2
¿ λ e e + λ−λ = λ
Standard deviation σ =√ λ .
Note: Mean and Variance are equal in Poisson distribution.

Theorem : Prove that Poisson distribution is the limiting case of binomial distribution.
Proof: If X is binomial distributed, then
f (x) = P (X = x) = ……………………..(1)
where E(x) = np.

Let = np so that .

P (X = x) = =

=
As n

While

( )
n
u
using the well-known result from calculus that lim 1+ = eu
n→∞ n
It follows that when n ,
which is the Poisson distribution.

Problems on Poisson distribution:


1. X is a Poisson variable and it is found that the probability that X =2 is two third of
probability that X =1. Find the probability that X =0 and X =3. What is the probability
that X exceeds 3?
x −λ
λ e
Solution: P ( x )= , x=0 , 1 , 2, …
x!
2
∴ P { X=2 }= P {X =1}
3
2 −λ −λ
3λ e 2 λe
i.e., =
2! 1!
2
3 λ −4 λ=0
λ ( 3 λ−4 )=0
4
λ=0 or λ=
3
If λ=0 , then P ( x )=0.
x −4

4
∴ λ ≠ 0∧λ= =¿ P ( x )=
4
3 ()e3

3 x!
0 −4 −4
P { X=0 }=() 4
3
e 3 =e 3 =0.26359
0 −4
P { X=3 }=( ) e
4 3
=0.10413714
3
P { X >3 }=1−P { X ≤3 }=1−¿

[ ]
−4 −4 2 −4 −4

() () () ()
0 1 3
4 3 4 4 4
e e3 e3 e 3
3 3 3 3
¿ 1− + + +
0! 1! 2! 3!
¿ 1−0.953505=0.046494 .

2. A manufacturer knows that the condensers that he makes contain on the average 1%
defective. He packs them in box of 100. What is the probability that a box picked at
random will contain 3 or more faulty condensers?

Solution: Let p=probability of a defective=0.01


n=100 , mean λ=np=100 ×0.01=1.
∴ Probability that a box will contain 3 or more faulty condensers
¿ 1−P { X <3 }

[ ]
0 −λ 1 −λ 2 −λ
λ e λ e λ e
¿ 1− + +
0! 1! 2!

[ ]
−1
−1 −1 e
¿ 1 e +e +
2!
−1
5e
= 1− =0.0803013
2

3. The number of accidents in a year to taxi drivers in a city follows a Poisson distribution
with mean 3 out of 1000 taxi drivers. Find approximately the number of the drivers with
i) no accident in a year ii) more than 3 accidents in a year.
x −3
3 e
Solution: P ( x )= gives the probability of accidents to taxi drivers.
x!
Approximate number of drivers out of 1000 with x accidents¿ 1000 P(x) .
i) No. of drivers with no accidents ¿ 1000 × P ( 0 )
0 −3
3 e
¿ 1000 =49.7870 ≅ 50.
0!
ii) No. of drivers with more than 3 accidents in a year=1000−¿no. of drivers
with less than or equal to 3 accidents in a year.
¿ 1000−1000 [ P ( 0 ) + P ( 1 ) + P ( 2 )+ P ( 3 ) ]

[ ]
0 −3 −3 2 −3 3 −3
3 e 3e 3 e 3 2
¿ 1000−1000 + + +
0! 1! 2! 3!
¿ 353.
4. A bag contains 1 red and 7 white marbles. A marble is drawn from the bag and its color is
observed. Then the marble is put back into the bag and the contents are thoroughly
mixed. Find the probability that in 8 such drawings, a red ball is selected exactly 3 times?
Solution: Let X be a random variable denoting the number of times red ball is
selected in 8 drawings.
1
By data, mean λ=np=8 × =1.
8
x −1
1 e
P ( x )= , x=0 ,1 , 2 ,3 , …
x!
3 −1
∴Probability of selecting a red ball exactly 3 times ¿ P { X=3 }= 1 e =0.06131 .
3!
5. Suppose that 0.01% of the population of the city with population 10,000 suffers from
certain disease. Find the probability that there is at least two persons, who suffer from the
disease. If there are 10 such cities in state, what is the probability that at least one city
will have at least one person who suffer from the disease.
0.01
Solution: n=10,000 , p= =0.0001 , λ=np=10,000 ×0.0001=1
100
∴ P ( X ≥ 2 )=1−P (X <2)
¿ 1−[ P ( X =0 ) + P ( X=1 ) ]

( )
−1 0 −1 1
e λ e λ 2
¿ 1− + =1− =0.2642 .
0! 1! e
No. of cities, n=10.
For each city P(Person suffer from disease)= P ( X ≥1 )=1−P ( X <1 )
¿ 1−P( X=0) =0.6321.
Probability of at least one suffer from each city = 0.6321.
p=0.6321, n=10 , q=1− p=1−0.6321=0.3679 .
Using binomial distribution,
Probability that at least one city will have at least one person who suffer from
0 10
disease ¿ P ( X ≥1 ) =1−P ( X=0 )=1−10C p q =0.999 .
0

6. An insurance company has discovered that only about 0.1% of the population is involved
in a certain type of accident each year. If its 10,000 policy holders were randomly
selected from the population, what is the probability that not more than 5 of its clients are
involved in such an accident next year?
Solution: Let X be a number of clients involved in accidents.
n=10,000 , p=0,0001 , λ=np=10
−λ x
e λ
P ( X=x ) = , λ=10
x!
−10
P ( X ≤5 )=e ¿
¿ 0.0671 .

7. The number of traffic accidents per week in a small city has a Poisson distribution with
mean equal to 3. What is the probability of exactly 2 accidents occur in 2 weeks?
Solution: The mean traffic accident is 3. Thus, the mean accidents in two weeks are
= (3) (2) = 6.

Since

8. The distributor of been seeds determines from extensive test that 5% of large batch of
seeds won’t germinates. He sells seeds in packets of 50 and guarantees 90% germination.
Determine the probability that particular packet violate the guaranty.
Solution: p = 0.05, n = 50, = 50 × 0.05 = 2.5.
X = Number of seeds that do not germinate

P(X > 10% of 50) = P(X > 5) = 1 – P(X ≤ 5) = = 0.042

The Normal Distribution

One of the most important examples of a continuous probability distribution is the normal
distribution, sometimes called the Gaussian distribution. The density function for this
distribution is given by

−∞ < μ< ∞ , σ > 0.


,

Such a variable X following the normal law is expressed as X N ( μ , σ 2 ) .

If , then . This is often referred to as the


standard normal density function.

X−μ
This Z= is the standard normal variate with E ( Z )=0 and var ( Z )=1and we
σ
write Z N ( 0 , 1 ) .

The probability of X lying between x 1 and x 2 is given by the area under normal curve
from x 1 to x 2.
2
x2 − ( x−μ )
1
∫e
2

P ( x 1 ≤ X ≤ x 2 )= dx
σ √2 π x1

z2 −z
2

1 x−μ
¿ ∫e
√2 π z
2
dz when z=
σ
1

[∫ ]
z2 −z
2
z1 −z
2

1 1
¿
√2 π
e 2
dz − ∫e
√ 2 π −∞
2
dz
−∞

¿ ϕ ( z 2 )−ϕ ( z 1 )
2
z −μ
1
Where ϕ ( z )= ∫e
√2 π −∞
2
dx for various values of z gives the corresponding standard normal

function.
The cumulative function for z is given by
2
z z −μ
1
ϕ ( z )=P { Z ≤ z }= ∫ ϕ ( μ ) dx=¿ ∫e 2
dμ . ¿
−∞ √2 π −∞

A graph of the density function f(z) sometimes called the standard normal curve, is shown
in Figure.

In this graph and .


Two important result on ϕ ( z ) are given by
1) ϕ (−z )=P { Z ≤−z }=P { Z ≥ z } ( by symmetry )
¿ 1−P { Z ≤ z }
¿ 1−ϕ (z)

2) P { a ≤ X ≤b }=P {a−μ
σ
≤ z≤
b−μ
σ }=P {z ≤
b−μ
σ } P {z−
σ }
a−μ

¿ϕ ( b−μ
σ )−ϕ (
σ )
a−μ

Expectation of normal distribution E ( X )=μ.

Variance of normal distribution var ( X )=σ 2 .

Note: 1) If X N ( μ , σ 2 ) and Z N (0 ,1), then X is called a normal variation with parameters μ


and σ 2 while Z is the standard normal variate with the parameters 0 and 1.
1) To find P { a ≤ X ≤b } ,we change the variable X to the standard normal variable Z and
2
−z
hence find the area under the standard normal curve φ ( z )= 1 e 2
.
2
√2 π
−x
z 2
i.e, ϕ ( z )=P { Z ≤ z }= ∫ e dx .
−∞ √2 π

Examples 1:

(Using standard distribution table).

Examples 2:

(Using standard distribution table).

Problems on Normal distribution:


1. In a normal distribution, 31% of the items are under 45 and 8% are over 64. Find the
mean and variance of distribution.
Solution: Given P { X < 45 }=31 % and P { X >64 }=8 %

i.e., P {
X −μ 45−μ
σ
<
σ
=0.31 }
{
P Z<
45−μ
σ }
=0.31

ϕ ( 45−μ
σ )
=0.31

1−P (
σ )
−45+ μ
=0.31

i.e., ϕ (
σ )
μ−45
=0.69 .

μ−45
=0.5
σ
μ−0.5 σ=45--------------------(1)
P { X >64 }=8 %

{ X−μ
i.e., P>
σ
>
σ }
64−μ

P {Z >
σ }
64−μ
=0.08

( 64−μ
i.e., 1−ϕ
σ )
=0.08

ϕ(
σ )
64−μ
=0.92

64−μ
=1.4
σ
μ+1.4 σ=64 -------------------(2)
From (1) and (2), we get μ=50 and σ =10.

2. Suppose X has the distribution N ( μ , σ 2 ). Determine c as function of μ and σ


such that P { X ≤ c }=2 P { X > C } .
Solution: P { X ≤ c }=2 P { X > C }
i.e., P { X ≤ c }=2 ( 1−P { X ≤ c })
P { X ≤ c }=2−2 P {X ≤ c }
3 P { X ≤c } =2
2
P { X ≤ c }= =0.666
3
i.e., P { X −μ c−μ
σ

σ }
=0.666

P Z≤ { c−μ
σ }=0.666

ϕ ( c−μ
σ )
=0.666

c−μ
=0.43
σ
c=μ+ 0.43 .

3. Suppose that life length of two electronic device say D1 and D2 have distributions
N (40 ,36) and N (45 , 9) respectively. If the electronic device is to be used for 45 hours
period, which device is to be preferred? If it is to be used for 48 hours period, which
device is to be preferred?
Solution: Let X represents the life lengths of the electronic device.
For device D1 ,
(i) For a period of 45 hours,
P { X ≥ 45 }=1−P { X <45 }=1−P { Z−0.8333 } =1−ϕ ( 0.8333 )
¿ 1−0.7967=0.2053 .
(ii) For a period of 48 hours,
P { X ≥ 48 }=1−P { X <48 }=1−P { Z< 1.333 }=1−ϕ ( 1.333 )
¿ 1−0.9082=0.0918 .

For device D2 ,
(i) For a period of 45 hours,
P { X ≥ 45 }=1−P { X <45 }=1−P { Z< 0 }=1−ϕ ( 0 )=1−0.5
¿ 0.5 .
(ii) For a period of 48 hours,
P { X ≥ 48 }=1−P { X <48 }=1−P { Z< 1 }=1−ϕ ( 1 )
¿ 1−0.8413=0.1587 .
D
For a period of 45 hours, device 2 is to be preferred whereas for a period of 48 hours,
device D2 is preferred.
4. For a normally distributed variate with mean 1 and standard deviation 3. Find the
probabilities that i) 3.43 ≤ X ≤6.19 ii) −1.43 ≤ X ≤6.19
Solution:
(i) P { 3.43 ≤ X ≤ 6.19 }=P {
3.43−1
3
≤Z ≤
3 }
6.19−1

¿ P {0.81 ≤ Z ≤1.73 }
¿ ϕ ( 1.73 )−ϕ(0.81)
¿ 0.9582−0.7910=0.1672 .
(ii) P {−1.43 ≤ X ≤ 6.19 }=P { −1.43−1
3
≤ Z≤
6.19−1
3 }
¿ P {−0.81 ≤ Z ≤ 1.73 }
¿ ϕ ( 1.73 )−ϕ (−0.81 )

¿ ϕ ( 1.73 )−( 1−ϕ ( 0.81 ) )

¿ 0.9582+0.7910−1=0.7492 .

5. A fair coin is tossed 500 times. Find the probabilities that the number of heads will not
differ from 250 by (a) more than 10 (b) more than 30.
Solution: Let X represents the number of heads in 500 tosses.
1
∴ p=¿probability of head turning up¿ and n=500.
2
1

Mean¿ np=500 × =250 and σ =√ npq= 500 × × =11.18033 .
2
1 1
2 2
Since n is very large and p is not small. We can use normal approximation to
binomial.
a) Probability that number of heads will not differ from 250 by more than 1
¿ P { 240 ≤ X ≤ 260 }=P { 240−250
11.18033
≤Z≤
260−250
11.18033 }
¿ P {−0.894427191 ≤ Z ≤ 0.894427191 }
¿ 2 ϕ ( 0.894427191 )−1
¿ 2 ( 0.8133 )−1=0.6266 .
b) Probability that number of heads will not differ from 250 by more than 30=
P { 220 ≤ X ≤ 280 } =P { 220−250
11.180339
≤Z ≤ }
280−250
11.180339
¿ P {−2.68328172≤ Z ≤ 2.68328172 }
¿ 2 ϕ (2.68328172 )−1
¿ 2 ×0.9963−1=0.9920 .

6. The weekly wages of workers in a certain factory was found to be normally distributed
with mean Rs . 500 and standard deviation Rs . 50. There are 228 persons getting at least
Rs . 600. Find the number of workers in the factory.

{
Solution: For P { X ≤600 }=P Z ≤
600−500
50 }
=P { Z ≤ 2 }=1−P {Z ≤ 2 }

P { X ≥600 }=1−ϕ ( Z )=0.0228 .


If n is total number of workers then nP { X ≥ 600 }=228.
i.e.,n × 0.0228=228.
228
n= =10,000.
0.0228
There are 10,000 workers in the factory.

7. If X is normally distributed with N(1, 4). Find P(|X| > 4).

Solution: If ,
then,

8. In a normal distribution 31% of items rare under 45 and 48% are over 64. Find mean and
standard deviation.
Solution:
X = 45, area = 31%

X = 64 , area = 48%

Solving (1) and (2),

9. If mean marks is 60 and standard deviation is 10, 70% failed in examination. What is the
grace marks given to obtain 70% pass the examination?

Solution:
Therefore, grace mark = 65.25 – 54.75 = 10.5

10. Local authorities in a certain city install 10000 electric lamps in streets of city. If these
lamps have average life of 1000 burning hours with standard deviation of 200 hours.
What is the number of lamps might be expected to fail (i) in first 800 hours (ii) between
800 and 1200 hours.

Solution:
(a)

Number of lamps = 0.1587 X 10000 = 1587.

(b)

Number of lamps = 0.6826 X 10000 = 6826


11. Annual rainfall at a place is known to be normal distributed with inches and
inches. How many inches of rain is expected to exceeded about 5% of the time?
Solution:

Therefore, amount of rain exceeded = 33.61 - 29.5 = 4.11 inches.

Exponential distributions
A continuous random variable X is said to have exponential distribution with parameter α >0 if
its pdf is given by

{
−αx
f ( x )= α e , x >0
0 , elsewhere

and we write X exp ⁡(α)


Mean:

E ( X )=∫ xα e
−αx
dx
0

Put αx=z
∞ ∞
1 1 1 1
E ( X )= ∫ z e dz= ∫ e z dz= Γ ( 2 )=
−z − z 2−1
Then
α 0 α 0 α α

Variance:
2
V ( X )=E ( X )− [ E ( X ) ]
2


E ( X ) =∫ x α e dx
2 2 −αx

Put αx=z
∞ ∞
1 1 1 2! 2
E ( X ) = 2 ∫ z e dz= 2 ∫ e z dz= Γ ( 3 )= 2 = 2
2 2 −z −z 3−1

α 0 α 0 α α α
1
V ( X )= 2
α

Gamma Distribution
A continuous random variable X is said to have Gamma distribution with parameter
r >0∧α >0 if its pdf is given by

{
α −αx r −1
e ( αx ) , x> 0
f ( x )= Γ ( r )
0 , elsewhere

and we write X G ⁡( r , α )
Note: In Gamma distribution if r = 1 we get exponential distribution. Therefore, exponential
distribution is a special case of Gamma distribution.
Mean:

α −αx
E ( X )=∫ x
r −1
e ( αx ) dx
0 Γ (r )

Put αx=z


1 1 1 1 1 1 r
Then E ( X )= ∫
α Γ (r ) 0
−z r
e z dz=
α Γ (r )
Γ ( r+ 1 )=
α Γ (r )
rΓ ( r ) =
α

Variance:
2
V ( X )=E ( X )− [ E ( X ) ]
2

∞ 2
2 α r +r
E ( X ) =∫ x
2 −αx r −1
e ( αx ) dx= 2
0 Γ (r ) α
r
V ( X )= 2
α
Chi-square distribution
A continuous random variable X is said to have Chi-square distribution if its pdf is given by

{
−x n
1 2
−1
e x2
, x >0 , n>0
f ( x )= 2 n /2
Γ
n
2 ()
0 , elsewhere

We write X λ 2(n) where n is called the number of degrees of freedom.


∞ −x n
1 −1
E ( X )=∫ x e 2
x2 dx
()
Mean: 0 n/ 2 n
2 Γ
2
x
Put =z
2


1
E ( X )= ∫ e− z ¿ ¿
Then
2
n/ 2
Γ ( n2 ) 0

Variance:
2
V ( X )=E ( X )− [ E ( X ) ]
2

∞ −x n
1 −1
E ( X ) =∫ x
2 2 2 2 2
e x dx=n +2 n
0
2
n/ 2
Γ ( n2 )
V ( X )=2n

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy