document.write( "Question 1200826: Suppose someone was playing the following dice game. The game costs $5 to play. You roll two dice and take the sum. If the sum is 2 or 12, you get $10. If the sum is 3 or 11, you get $9. If the sum is 4 or 10, you get $8. If the sum is 5 or 9, you get $5 (you get your money back). If the sum is 6, 7, or 8, you get nothing.\r
\n" );
document.write( "\n" );
document.write( "a. What is the expected value of this game, taking into consideration the $5 cost of playing the game? What does this mean?\r
\n" );
document.write( "\n" );
document.write( "b. Does the game favor you, or the people who play it? \n" );
document.write( "
Algebra.Com's Answer #835037 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Part (a) \n" ); document.write( "Refer to this sum of dice chart. \n" ); document.write( "
\n" ); document.write( "Eg: adding a blue 1 with a red 6 gets 1+6 = 7 (top right corner). \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "That dice chart shown above leads to this probability distribution table. \n" ); document.write( "X = net winnings = prize - cost \n" ); document.write( "
\n" ); document.write( "Example: The sum 2 and 12 show up once each, so a total of 1+1 = 2 times. That leads to 2/36 for X = 5 (the amount the player walks away with after winning $10). \n" ); document.write( "I'll avoid reducing to keep each denominator the same. \n" ); document.write( "Spreadsheet software is recommended to quickly compute values, and to organize the data in a tidy fashion.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Form a third column multiplying each X and corresponding P(X) value. \n" ); document.write( "
\n" ); document.write( "Then add up the items in that third column. \n" ); document.write( "E[X] = expected value = expected net winnings \n" ); document.write( "E[X] = sum of the X*P(X) values \n" ); document.write( "E[X] = 10/36 + 16/36 + 18/36 + 0/36 + (-80/36) \n" ); document.write( "E[X] = (10+16+18+0+(-80))/36 \n" ); document.write( "E[X] = -36/36 \n" ); document.write( "E[X] = -1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Expected value = -1 \n" ); document.write( "Interpretation: The player expects to lose $1, on average, each time they play the game.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "============================================================================================================= \n" ); document.write( "Part (b)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The negative expected value is in reference to the player. Meaning the game favors the person hosting the game (and not the person playing the game).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This is typical in many settings. Casinos make sure that they have the odds tilted in their favor to earn the most money possible. \n" ); document.write( " \n" ); document.write( " |