Let X be a random variable with a probability d

Chapter 2
Mathematical Expectation:
2.1 Mean of a Random Variable:
Definition 1:
Let X be a random variable with a probability distribution f(x).
The mean (or expected value) of X is denoted by X (or E(X))
and is defined by:
  x f ( x) ; if X is discrete
all x
E(X)  μ X   
  x f ( x) dx ; if X is continuous
 
Example 1: (Example 4 in ch1)
A shipment of 8 similar microcomputers to a retail outlet
contains 3 that are defective and 5 are non-defective. If a
school makes a random purchase of 2 of these computers, find
the expected number of defective computers purchased
Solution:
Let X = the number of defective computers purchased.
In this example, we found that the probability distribution of X
is:
x
0
1
2
f(x)=p(X=x)
10
28
15
28
3
28
or:
 3   5 

    
  x   2  x  ; x  0, 1, 2
f ( x)  P( X  x)  
8 
 

 2

0 ; otherwise
The expected value of the number of defective computers
purchased is the mean (or the expected value) of X, which is:
2
E(X)  μ X   x f ( x)
x 0
= (0) f(0) + (1) f(1) +(2) f(2)
10
15
3
 (0)  (1)  (2)
28
28
28
15 6 21
(computers)



 0.75
28 28 28
Example 2:
Let X be a continuous random variable that represents the life
(in hours) of a certain electronic device. The pdf of X is given by:
 20,000
 3 ; x  100
f ( x)   x
0 ; elsewhere
Find the expected life of this type of devices.
Solution:

E(X)  μ X   x f ( x) dx


20000
 x
dx
3
x
100

1
 20000  2 dx
x
100
 1 x 
 20000 

 x x  100 
1 

 20000 0 
 200

 100 
(hours)
Therefore, we expect that this type of electronic devices to last,
on average, 200 hours.
Theorem 2.1:
Let X be a random variable with a probability distribution f(x),
and let g(X) be a function of the random variable X. The mean
(or expected value) of the random variable g(X) is denoted by
g(X) (or E[g(X)]) and is defined by:
  g ( x) f ( x) ; if X is discrete
all x
E[g(X)]  μ g(X)   
  g ( x) f ( x) dx ; if X is continuous
 
Example 3:
Let X be a discrete random variable with the following
probability distribution
x
0
1
2
f(x)
10
28
15
28
3
28
Find E[g(X)], where g(X)=(X 1)2.
Solution:
g(X)=(X 1)2
2
2
x 0
x 0
E[g(X)] μ g(X)   g ( x) f ( x)   ( x  1) 2 f ( x)
= (01)2 f(0) + (11)2 f(1) +(21)2 f(2)
10
15
3
=
+ (0)2
+(1)2
28
28
28
10
3 10

0

28
28 28
(1)2
Example 4:
In Example 2, find E  1  .
X
Solution:
 20,000
 3 ; x  100
f ( x)   x
0 ; elsewhere
1
g(X) 
X

 1
1
E   E[g(X)]  μ g(X)   g ( x) f ( x) dx   f ( x) dx
X

 x

20000  1 x   
1 20000
1
 
dx  20000 4 dx 
 3

3
x

100
3 x
x x
x

100
100


 20000
1

0

 0.0067


3
 1000000
2.2 Variance (of a Random Variable):
The most important measure of variability of a random variable
2
X is called the variance of X and is denoted by Var(X) or σ X .
Definition 2:
Let X be a random variable with a probability distribution f(x)
and mean . The variance of X is defined by:
V (x )   2  E (x   )2   (x   )2 f (x )  E (X 2 )  (E (X ))2 if x is discrete (2)
x
V ( x )    E (x   ) 
2
2

 (x   ) f (x )dx  E (X
2
2
)  (E (X ))2 if x is continuous (3)

 x 2f (x ) if x is discrete 


2

E (x )  

2
  x f (x ) dx if x is continuous 


Definition 3:
The positive square root of the variance of X, σ X  σ 2X ,is
called the standard deviation of X.
Note:
Var(X)=E[g(X)], where g(X)=(X )2
Theorem 2.2:
The variance of the random variable X is given by:
Var(X)  σ 2X  E(X 2 )  μ 2
  x 2 f ( x) ; if X is discrete
all x
2
where E(X )   
  x 2 f ( x) dx ; if X is continuous
 
Example 5:
Let X be a discrete random variable with the following
probability distribution
x
0
1
2
3
f(x)
0.15
0.38
0.10
0.01
2
Find Var(X)= σ X .
Solution:
3
μ   x f ( x) = (0) f(0) + (1) f(1) +(2) f(2) + (3) f(3)
x 0
= (0) (0.51) + (1) (0.38) +(2) (0.10) + (3) (0.01) = 0.61
1. First method:
Var(X)  σ 2X 
3
3
2
 ( x   ) f ( x)
x 0
  ( x  0.61) 2 f ( x )
x 0
=(00.61)2 f(0)+(10.61)2 f(1)+(20.61)2 f(2)+ (30.61)2 f(3)
=(0.61)2 (0.51)+(0.39)2 (0.38)+(1.39)2 (0.10)+ (2.39)2 (0.01)
= 0.4979
2. Second method:
Var(X)  σ 2X  E(X 2 )  μ 2
3
E(X )   x 2 f(x) = (02) f(0) + (12) f(1) +(22) f(2) + (32) f(3)
2
x 0
= (0) (0.51) + (1) (0.38) +(4) (0.10) + (9) (0.01) = 0.87
Var(X)  σ 2X  E(X 2 )  μ 2 =0.87  (0.61)2 = 0.4979
Example 6:
Let X be a continuous random variable with the following pdf:
2( x  1) ; 1  x  2
f ( x)  
0 ; elsewhere
Find the mean and the variance of X.
Solution:
2
2

μ  E(X)   x f ( x) dx   x [ 2( x  1)] dx  2 x (x 1) dx  5/3


1
1
2
2
1
1
E(X )   x f ( x) dx   x 2 [ 2(x  1)] dx  2 x 2 (x  1) dx  17/6
2

2
Var(X) σ2X  E(X2 )  μ 2  17/6 – (5/3)2 = 1/8
2.3 Means and Variances of Linear Combinations of
Random Variables:
If X1, X2, …, Xn are n random variables and a1, a2, …, an are
constants, then the random variable :
n
Y   ai X i  a1 X1  a2 X 2    an X n
i 1
is called a linear combination of the random variables
X1,X2,…,Xn.
Theorem 2.3:
If X is a random variable with mean =E(X), and if a and b are
constants, then:
E(aXb) = a E(X)  b

aXb = a X ± b
Corollary 1: E(b) = b
(a=0 in Theorem 4.5)
Corollary 2: E(aX) = a E(X)
(b=0 in Theorem 4.5)
Example 7:
Let X be a random variable with the following probability density
function:
1 2
 x ; 1 x  2
f ( x)   3
0 ; elsewhere
Find E(4X+3).
Solution: 
2
2
1
1 1 4 x  2 
1 2
3
μ  E(X)   x f ( x) dx   x [ x ] dx   x dx   x
  5/4

1
3 1
3
3 4
E(4X+3) = 4 E(X)+3 = 4(5/4) + 3=8
Another solution:

E[g(X)]   g ( x) f ( x) dx ; g(X) = 4X+3


2

1
1
3
2
(
4
x

3
)
f
(
x
)
dx

(
4
x

3
)
[
x
] dx    8

E(4X+3) =

x  1
Theorem 2.4:
If X1, X2, …, Xn are n random variables and a1, a2, …, an are
constants, then:
E(a1X1+a2X2+ … +anXn) = a1E(X1)+ a2E(X2)+ …+anE(Xn)

n
n
i 1
i 1
E (  ai X i )   ai E( X i )
If X an Y are independent then for any functions h and g
E[h(X) . g(Y)]= E(h(X)) . E(g(Y))
Corollary: If X, and Y are random variables, then:
E(X ± Y) = E(X) ± E(Y)
Theorem 2.5:
If X is a random variable with variance Var ( X )   X2
and b are constants, then:
Var(aXb) = a2 Var(X)

2
2 2
 aX

a
X
b
and if a
Theorem 2.6:
If X1, X2, …, Xn are n independent random variables and a1, a2,
…, an are constants, then:
Var(a1X1+a2X2+…+anXn)
2
a
= 1 Var(X1)+ a 22 Var (X2)+…+ a 2n Var(Xn)

n
Var(  ai X i )   ai2 Var( X i )
n
i 1
i 1

 a21X1  a 2 X 2  a n X n  a12 X2 1  a 22 X2 2    a 2n X2 n
Corollary:
If X, and Y are independent random variables, then:
·
Var(aX+bY) = a2 Var(X) + b2 Var (Y)
·
Var(aXbY) = a2 Var(X) + b2 Var (Y)
·
Var(X ± Y) = Var(X) + Var (Y)
Example 8:
Let X, and Y be two independent random variables such that
E(X)=2, Var(X)=4, E(Y)=7, and Var(Y)=1. Find:
1. E(3X+7) and Var(3X+7)
2. E(5X+2Y2) and Var(5X+2Y2).
Solution:
1. E(3X+7) = 3E(X)+7 = 3(2)+7 = 13
Var(3X+7)= (3)2 Var(X)=(3)2 (4) =36
2. E(5X+2Y2)= 5E(X) + 2E(Y) 2= (5)(2) + (2)(7)  2= 22
Var(5X+2Y2)= Var(5X+2Y)= 52 Var(X) + 22 Var(Y)
= (25)(4)+(4)(1) = 104
Example 9:
The probability distribution for company A is given by:
X
1
2
3
f(x)
0.3
0.4
0.3
and for company B is given by:
Y
f(y)
0
1
2
3
4
0.2
0.1
0.3
0.3
0.1
Show that the variance of the probability distribution for company B
is greater than that of company A.
Solution:
X
1
2
3

f(x)
0.3
0.4
0.3
1
x f(x)
0.3
0.8
0.9
2
f(x) x 2
0.3
1.6
2.7
4.6
 2  E( x 2 )  ( E( x))2  4.6  4  0.6,  .77
4

0.3 0.3
0.1
1
0.1.
0.6 0.9
0.4
2
0.1
1.2 2.7
1.6
5.6
Y
0
1
2
f(y)
0.2
0.1
Y f(y)
0
y 2 f(y)
0
3
 2  E( y 2 )  ( E ( y))2  5.6  4  1.6,   1.26
Note that
 2y
is greater than  x2 .
Solved Problems
4.15 The density function of the continuous random variable X, the total number of hours,
in units of 100 hours, that a family runs a vacuum cleaner over a period of one year, is
given in Exercise 3.7 on page 88 as
Find the average number of hours per year that families run their vacuum cleaners.
Solution
4.34 Let X be a random variable with the following probability distribution:
Find the standard deviation of X.
Solution
x
f(x)
-2
0.3
3
0.2
5
0.5
4.36 Suppose that the probabilities are 0.4. 0.3, 0.2, and 0.1, respectively, that 0,
1, 2. or 3 power failures will strike a certain subdivision in any given year. Find
the mean and variance of the random variable X representing the number of power
failures striking this subdivision.
Solution
4.43 The length of time, in minutes, for an airplane to obtain clearance for take
off at a certain airport is a random variable Y = 3X — 2, where X has the
density function
Find the mean and variance of the random variable Y.
Solution
4.50 On a laboratory assignment, if the equipment is working, the density
function of the observed outcome, X. is
Find the variance and standard deviation of X.
Solution
2.4 Chebyshev's Theorem:
* Suppose that X is any random
variable with mean E(X)= and
2
variance Var(X)=  and standard
deviation .
* Chebyshev's Theorem gives a
conservative estimate of the
probability that the random variable
X assumes a value within k standard
deviations (k) of its mean , which
is P( k <X<  +k).
* P( k <X<  +k) 1
1
k2
Theorem 2.7:(Chebyshev's Theorem)
Let X be a random variable with mean E(X)= and variance
Var(X)=2, then for k>1, we have:
P( k <X<  +k)  1 1 
k2
P(|X | < k)  1 1
k2
Example 10
Let X be a random variable having an unknown distribution with
mean =8 and variance 2=9 (standard deviation =3). Find the
following probability:
(a) P(4 <X< 20)
(b) P(|X8|  6)
Solution:
(a) P(4 <X< 20)= ??
P( k <X<  +k) 1 1
k2
(4 <X< 20)= ( k <X<  +k)
 4=  k   4= 8 k(3) or
20= + k  20= 8+ k(3)
  4= 8 3k
 20= 8+ 3k
 3k=12
 3k=12
 k=4
 k=4
1
1 15
1 2  1 
k
16 16
Therefore, P(4 <X< 20) 15 , and hence,P(4 <X< 20)  15
16
16
(approximately)
(b) P(|X 8|  6)= ??
P(|X8|  6)=1  P(|X8| < 6)
P(|X 8| < 6)= ??
P(|X | < k) 1 12
k
(|X8| < 6) = (|X | < k)
6= k  6=3k  k=2
1
1 3
1 2  1 
k
4 4
P(|X8| < 6) 
3
4
1  P(|X8| < 6)  1 
 1  P(|X8| < 6) 
 P(|X8|  6) 
Therefore, P(|X8|  6) 
1
4
1
4
3
4
1
4
(approximately)
Another solution for part (b):
P(|X8| < 6) = P(6 <X8 < 6)
= P(6 +8<X < 6+8)
= P(2<X < 14)
(2<X <14) = ( k <X<  +k)
2=  k  2= 8 k(3)  2= 8 3k  3k=6  k=2
1
1 3
1 2  1 
k
4 4
P(2<X < 14)  3  P(|X8| < 6) 
4
3
4
1  P(|X8| < 6)  1 
 1  P(|X8| < 6) 
 P(|X8|  6) 
Therefore, P(|X8|  6) 
1
4
1
4
1
4
(approximately)
3
4