Probability Distributions For Discrete Variables
Probability Distributions For Discrete Variables
(a) What are your expected earnings for this bet? (What is E(X)?)
(b) How much would you expect to win/lose if you bet $1 on red 100
times?
(c) (c) What would the casino expect to earn if you bet $1 on red 100
times?
LAWS OF EXPECTED VALUE
1. E(c) = c
The expected value of a constant (c) is just the
value of the constant.
2. E(X + c) = E(X) + c
3. E(cX) = cE(X)
We can “pull” a constant out of the expected
value expression (either as part of a sum with a
random variable X or as a coefficient of random
variable X).
EXAMPLE 5
❑ Monthly sales have a mean of $25,000 and a standard deviation of
$4,000.
Profits are calculated by multiplying sales by 30% and subtracting
fixed costs of $6,000.
Find the mean monthly profit.
sales have a mean of $25,000 ➔ E(Sales) = 25,000
profits are calculated by… ➔ Profit = .30(Sales) – 6,000
E(Profit) =E[.30(Sales) – 6,000]
=E[.30(Sales)] – 6,000 [by rule #2]
=.30E(Sales) – 6,000 [by rule #3]
=.30(25,000) – 6,000 = 1,500
Thus, the mean monthly profit is $1,500
LAWS OF VARIANCE
1. V(c) = 0
The variance of a constant (c) is zero.
2. V(X + c) = V(X)
The variance of a random variable and a constant
is just the variance of the random variable (per 1
above).
3. V(cX) = c2V(X)
The variance of a random variable and a constant
coefficient is the coefficient squared times the
variance of the random variable.
EXAMPLE 5
Monthly sales have a mean of $25,000 and a standard deviation of $4,000.
Profits are calculated by multiplying sales by 30% and subtracting fixed
costs of $6,000.
Find the standard deviation of monthly profits.
The variance of profit is = V(Profit)
=V[.30(Sales) – 6,000]
=V[.30(Sales)] [by rule #2]
=(.30)2V(Sales) [by rule #3]
=(.30)2(16,000,000) = 1,440,000
Again, the standard deviation is the square root of the variance, so the
standard deviation of
Sdev(Profit) = (1,440,000)1/2 = $1,200