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 #827081 by shlomitg(8)![]() ![]() You can put this solution on YOUR website! Expected value is $1.0. The expected win is 0*(6/20)+10*(4/20)+5*(10/20) = $4.5; Deducting the game cost which is $3.5, the expected value of the game is $1.0 \n" ); document.write( " |