Assignment 1 Exercise 1.3
Assignment 1 Exercise 1.3
ASSIGNMENT 1
Exercise 1.3
If two people are randomly chosen from a group of eight women and six men, what is the
probability that
(a) both are women;
8 7 4
P (W1, W2) = x =
14 13 13
Exercise 1.10
Two players play a tennis match, which ends when one of the players has won two sets.
Suppose that each set is equally likely to be won by either player, and that the results
from different sets are independent. Find
(a) the expected value
In a tennis match, there are usually 3 sets.
A: the set won by player 1
B: the set won by player 2
x: the number of sets played
There are 6 situations, including:
xi - [(xi-)2] p(xi)
-0.5 0.25 0.25 0.0625
-0.5 0.25 0.25 0.0625
0.5 0.25 0.125 0.03125
0.5 0.25 0.125 0.03125
0.5 0.25 0.125 0.03125
0.5 0.25 0.125 0.03125
Var(x) = E[(x-)2] = 0.0625 + 0.0625 + 0.03125 + 0.03125 + 0.03125 + 0.03125 = 0.25
Exercise 1.12
A lawyer must decide whether to charge a fixed fee of $5,000 or take a contingency fee of
$25,000 if she wins the case (and 0 if she loses). She estimates that her probability of
winning is .30. Determine the mean and standard deviation of her fee if
(a) she takes the fixed fee;
X: the fee would be received
No matter if a lawyer wins or loses the case, she will certainly get $5,000.
P (X=5000) = 1
E(X) = P(X) x X = 1 x 5000 = 5000
Var(X) = E[(X-)2] = 0
SD(X) = 0
Xi - [(Xi-)2] P(Xi)
17500 175002 0.3 91875000
-7500 (-7500)2 0.7 39375000
Exercise 1.18
Suppose that – in any given time period – a certain stock is equally likely to go up 1 unit or
down 1 unit, and that the outcomes of different periods are independent. Let X be the
amount the stock goes up (either 1 or -1) in the first period, and let Y be the cumulative
amount it goes up in the first three periods. Find the correlation between X and Y.
X can be either 1 or -1
E(X) = 0.5 x 1 + 0.5 x (-1) = 0
Var(X) = E(X2) – [E(X)]2 = 1 – 0 = 1
SD(X) = 1
Y = X1 + X2 + X3
E(Y) = E(X1) + E(X2) + E(X3) = 0 + 0 + 0 = 0
Var(Y) = Var(X1) + Var(X2) + Var(X3) = 1 + 1 + 1 = 3
SD(Y) = √ 3
X is the amount the stock goes up in the first period => X=X1
We have:
Cov(X,Y) = Cov(X,X1 + X2 + X3)
= Cov(X, X1) + Cov(X,X2) + Cov(X,X3)
Cov ( X , Y ) 1
Corr(X,Y) = = √3
SD ( X ) . SD ( Y )