MBA 503
TEXT: LEVINE, BERENSON & STEPHAN (LBS)
INSTRUCTOR: SCLOVE
CORRECTIONS AND IMPROVEMENTS TO SOLUTIONS TO SAMPLE FINAL EXAM QUESTIONS
INVESTMENT
A B
----------------
variable representing % incr. X Y
mean of % incr. 10% 6%
std dev of % incr. 10% 3%
----------------
Corr(X,Y) = -.6
22. Assuming X is distributed according to a normal distribution, P(X > 0) = ?
The purpose of the problem is to compare several portfolios, A alone, B alone, a fifty/fifty mix and a forty/sixty mix. The criterion in this case is the probability of showing an increase. The stock returns are taken as having a normal distribution. The z-scores are needed. For Problem 22:
z = (x - µ)/sigma = (0-10)/10 = -1; P(X>0) = P(Z >-1) = .8413
23. Assuming Y is distributed according to a normal distribution, P(Y > 0) = ?
z = (x - µ)/sigma = (0-6)/3 = -2; P(Y>0) = P(Z>-2) = .9772
24. Cov(X,Y) = ?
The z-score involves both the mean and the standard deviation. For finding the standard deviation, first the variance is found. The variance of a linear combination such as a portfolio involves the covariance:
It is given that Corr(X,Y) = -.6
So, Cov(X,Y) = Corr(X,Y)*SD(X)*SD(Y) = -0.6*10*3 = -18
25. Var(.5X + .5Y) = ?
Var(aX+bY) = (a2)Var(X) + (b2)Var(Y) + 2abCov(X,Y)26. Var(.4X + .6Y) = ?
Var(aX+bY) = (a2)Var(X) + (b2)Var(Y) + 2abCov(X,Y)27. What is P(.4X+.6Y > 0) ?
We'll need the z-score; this is z = (x - µ)/sigma. The mean is .4(10) + .6(6) = 7.6% .(Note. Mathematically speaking, in treating the linear combination as distributed according to a normal distribution, we are assuming that X and Y have a bivariate normal distribution.
In practical terms, however, if X and Y have distributions that are not too skewed, linear combinations will have distributions that are reasonably well approximated by normal distributions.)
TABLE. Production (no. of widgets), by Day of Week and Shift
SHIFT
| 1st 2nd 3rd |MEAN
----------|---------------------|------
M | 100 150 200 | 150
DAY T | 190 200 210 | 200
OF W | 210 200 190 | 200
WEEK R | 160 240 200 | 200
F | 200 220 180 | 200
----------|---------------------|------
MEAN | 172 202 196 | 190
28. The value expected for Monday's 2nd shift would be
What is its value?
150 + 202 - 190 = 162
29. What is the residual for Monday's 2nd shift?
residual = observed - expected = 150 - 162 = -62 .