document.write( "Question 995610: A speculative investment is one in which there is a high risk of loss. If you invest $1000, you have a 40% chance of loosing all your money. However, you have an equal chance of the following events: breaking even (no gain or loss), gaining $2000, gaining $5000, or gaining $10000
\n" );
document.write( "a) What is the expected value of the investment? (Make a table)
\n" );
document.write( "b) Explain what the number means in this context. \n" );
document.write( "
Algebra.Com's Answer #614320 by Boreal(15235) You can put this solution on YOUR website! Expected value is the sum of the following: Money made (+ or -) * probability \n" ); document.write( "1000*40%= -400 \n" ); document.write( "0*15%=0 \n" ); document.write( "2000*15%=300 \n" ); document.write( "5000*15%=750 \n" ); document.write( "10000*15%=1500 \n" ); document.write( "The percentages add up to 100%, and the products add to + $2150. \n" ); document.write( "==== \n" ); document.write( "This means if one were able to invest $1000 over and over again, infinite times, the expected value of the amount invested would be $2150 on each $1000 invested. \n" ); document.write( " |