document.write( "Question 1147392: If a gambler rolls two dice and gets a sum of 10, he wins $10, and if he gets a sum of three, he
\n" );
document.write( "wins $20. The cost to play the game is $5. What is the expectation of this game? \n" );
document.write( "
Algebra.Com's Answer #768707 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! The probability of rolling a 10 is 3/36 (55;46;64) That *10 is $30/36 \n" ); document.write( "For 3, it is probability is 2/36 (21;12) That *20 is $40/36 \n" ); document.write( "That sum is $70/36 or $1.94 \n" ); document.write( "The expected value is -$3.06. \n" ); document.write( " |