document.write( "Question 299734: Suppose I am rolling 2 dice. If the total of the roll comes out to an odd number I must pay $1.00. If the total is 7 or 11 I am paid $5.00. What is the expected value of the game? \n" ); document.write( "
Algebra.Com's Answer #215299 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Suppose I am rolling 2 dice. If the total of the roll comes out to an odd number I must pay $1.00. \n" ); document.write( "If the total is 7 or 11 I am paid $5.00. \n" ); document.write( "What is the expected value of the game? \n" ); document.write( "------ \n" ); document.write( "Let x be the random number of \"winnings\". \n" ); document.write( "x = +1, Or +5 \n" ); document.write( "P(x) = 1/2 , Or 6/36+ 2/36 = 8/36 = 2/9 \n" ); document.write( "------ \n" ); document.write( "E(x) = (1/2)1 + (2/9)5 \n" ); document.write( "--- \n" ); document.write( "= (1/2) + 10/9 \n" ); document.write( "= 29/18 = $1.61 \n" ); document.write( "==================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "==================== \n" ); document.write( " |