An investor plans to divide 200,000 between two investments. The first yields a certain profit of 10% while the second yields a profit with expected value of 18% and a standard deviation of 6%. If the investor divides the money equally between these two investments, find the mean and standard deviation of the total profit
1
Expert's answer
2020-12-23T05:06:40-0500
Linear combinations of Random Variables:
Let us consider a two random variable X and Y. let us define the linear combination of X and Y as follows.
W=aX−bY
Here, a and b are constants.
The mean or expected value of W is
μW=a×μX−b×μY
The variance for W is as follows.
σW2=a2×σX2+b2×σY2−2×a×b×ρ(X,Y)×σX×σY
We are working on an investor plans. Let us define two random variables X and Y. X represent the first investment and Y represents second investments
X=N(μX=0.1,σX2=0)Y=N(μY=0.18,σY2=0.06)
We are interested in computing the mean and variance of the total profit.
P=100000X+100000Y
We compute the mean and standard deviation of P by using previous formula
Comments