document.write( "Question 1202738: A classmate offers a game for you to play. You roll a single six-sided die, and if the roll is 3 or higher, you win $3. If you roll a 1 or a 2, you owe him $2. Little do you know, the die is loaded. The probability that you'll roll a 1 is 0.53, and the rest of the values have equal probabilities. What is the expected value of this game? \n" ); document.write( "
Algebra.Com's Answer #837833 by ikleyn(52798)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "A classmate offers a game for you to play. You roll a single six-sided die,
\n" ); document.write( "and if the roll is 3 or higher, you win $3. If you roll a 1 or a 2, you owe him $2.
\n" ); document.write( "Little do you know, the die is loaded. The probability that you'll roll a 1 is 0.53,
\n" ); document.write( "and the rest of the values have equal probabilities. What is the expected value of this game?
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "From the condition, the probability density distribution function is \r\n" );
document.write( "\r\n" );
document.write( "    P(1) = 0.53;  P(2) = P(3) = P(4) = P(5) = P(6) = \"%281-0.53%29%2F5\" = 0.094.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Therefore, the expected value of the game is\r\n" );
document.write( "\r\n" );
document.write( "    -2*P(1) - 2*P(2) + 3*(P(3)+P(4)+P(5)+P(6)) = -2*0.53 - 2*0.094 + 3*4*0.094 = -0.12 dollars.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "It means that you will lose 12 cents, in average, in each game, if you play this game many times.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved, with complete explanations.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );