document.write( "Question 1194820: A game is played as follows: A player places a bet. Then, she rolls a 20-sided die with the numbers
\n" ); document.write( "1 - 20 on it. If the die lands on an even number, the player wins $5. If the die lands on a 1, 5, 7, or 13,
\n" ); document.write( "the player wins $10. Otherwise, the player loses. If it costs $3.50 to bet, what is the expected value of
\n" ); document.write( "this game?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #827082 by math_tutor2020(3816)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Possible Outcomes:
\n" ); document.write( "A = Rolling an even number
\n" ); document.write( "B = Rolling a 1, 5, 7 or 13
\n" ); document.write( "C = Rolling anything else not mentioned by the previous cases\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Here are the various event spaces
\n" ); document.write( "A = {2,4,6,8,10,12,14,16,18,20}
\n" ); document.write( "B = {1,5,7,13}
\n" ); document.write( "C = {3,9,11,15,17,19}\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "And here are the corresponding probabilities
\n" ); document.write( "P(A) = 10/20 = 1/2
\n" ); document.write( "P(B) = 4/20 = 1/5
\n" ); document.write( "P(C) = 6/20 = 3/10\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Thing to notice: P(A)+P(B)+P(C) = 1
\n" ); document.write( "The probabilities must sum to 1 in order to have a valid probability distribution.
\n" ); document.write( "Also, the probabilities must be in the interval \"0+%3C=+p+%3C=+1\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Let X = net winnings
\n" ); document.write( "This will be the result of subtracting the prize money and the cost to play the game. \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "For event A, we have X = 5-3.5 = 1.50
\n" ); document.write( "For event B, we have X = 10-3.5 = 6.50
\n" ); document.write( "For event C, we have X = 0-3.5 = -3.50\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Let's set up a table like so\n" ); document.write( "\n" ); document.write( "
EventNet WinningsProbability
A$1.501/2
B$6.501/5
C-$3.503/10
\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Now add on a third column where we multiply the net winnings with their corresponding probability
\n" ); document.write( "For example: 1.5*1/2 = 0.75 in the first row.\n" ); document.write( "\n" ); document.write( "
EventNet WinningsProbabilityWinnings*Probability
A$1.501/20.75
B$6.501/51.30
C-$3.503/10-1.05
\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Adding the results of the third column will get us to the final answer
\n" ); document.write( "0.75 + 1.30 + (-1.05) = 1.00\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Answer: $1.00 is the expected winnings.
\n" ); document.write( "

\n" ); document.write( "
\n" ); document.write( "
\n" );