document.write( "Question 1160034: A person must pay $4 to play a certain game at the casino. Each player has a probability of 0.12 of winning $14, for a net gain of $10 (the net gain is the amount won 14 minus the cost of playing 4).
\n" );
document.write( "Each player has a probability of 0.88 of losing the game, for a net loss of
\n" );
document.write( "$4 (the net loss is simply the cost of playing since nothing else is lost).\r
\n" );
document.write( "\n" );
document.write( "What is the Expected Value for the player (that is, the mean of the probabiltiy distribution)? If the Expected Value is negative, be sure to include the \"-\" sign with the answer. Express the answer with two decimal places. \n" );
document.write( "
Algebra.Com's Answer #783181 by Boreal(15235) You can put this solution on YOUR website! E(X)=0.12(10)-4(0.88) \n" ); document.write( "=$1.20-$3.52 \n" ); document.write( "=-$2.32\r \n" ); document.write( "\n" ); document.write( "can also do as 0.12(14)-$4 \n" ); document.write( " |