document.write( "Question 1198127: a. The following table gives the joint probability distribution of the random
\n" );
document.write( "variables X and Y , where X is the first - year rate of return expected
\n" );
document.write( "from investment A while Y is the first - year rate of return expected from
\n" );
document.write( "investment B.
\n" );
document.write( "Table 5: Rates of Return on Two Investments\r
\n" );
document.write( "\n" );
document.write( "Y(%) X(%)
\n" );
document.write( " -10 0 20 30
\n" );
document.write( "20 0.27 0.08 0.16 0
\n" );
document.write( "50 0 0.04 0.1 0.35\r
\n" );
document.write( "\n" );
document.write( "i. Calculate the expected rate of return from investment B.
\n" );
document.write( "ii. Find the conditional expectation of Y , given X = 20.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #848345 by onyulee(41)![]() ![]() ![]() You can put this solution on YOUR website! **i. Calculate the expected rate of return from investment B**\r \n" ); document.write( "\n" ); document.write( "* To calculate the expected rate of return from investment B, we'll sum the products of each possible return of B (Y) and its corresponding probability.\r \n" ); document.write( "\n" ); document.write( "* **Expected Return of B (E[Y]) =** \n" ); document.write( " * (20% * 0.27) + (20% * 0.08) + (20% * 0.16) + (50% * 0) + (50% * 0.04) + (50% * 0.1) + (50% * 0.35) \n" ); document.write( " * = 5.4 + 1.6 + 3.2 + 0 + 2 + 17.5 \n" ); document.write( " * = **34.7%**\r \n" ); document.write( "\n" ); document.write( "**ii. Find the conditional expectation of Y, given X = 20**\r \n" ); document.write( "\n" ); document.write( "* We need to find the expected return of investment B (Y) when investment A (X) has a return of 20%.\r \n" ); document.write( "\n" ); document.write( "* **Conditional Probability Table (X = 20):**\r \n" ); document.write( "\n" ); document.write( "| Y(%) | Probability (given X = 20) | \n" ); document.write( "|---|---| \n" ); document.write( "| 20 | 0.16 / (0.16 + 0.1) = 0.6154 | \n" ); document.write( "| 50 | 0.1 / (0.16 + 0.1) = 0.3846 |\r \n" ); document.write( "\n" ); document.write( "* **Conditional Expectation of Y given X = 20 (E[Y|X=20]) =** \n" ); document.write( " * (20% * 0.6154) + (50% * 0.3846) \n" ); document.write( " * = 12.308 + 19.231 \n" ); document.write( " * = **31.539%**\r \n" ); document.write( "\n" ); document.write( "**In summary:**\r \n" ); document.write( "\n" ); document.write( "* The expected rate of return from investment B is **34.7%**. \n" ); document.write( "* The conditional expectation of Y (the return on investment B) given that X (the return on investment A) is 20% is **31.539%**. \n" ); document.write( " \n" ); document.write( " |