document.write( "Question 876236: In a certain game, the probability of winning is 0.3 and the probability of losing is 0.7. If the player loses, the player loses $5. If the player wins, he/she will collect $55. Find the expected value of this game. \n" ); document.write( "
Algebra.Com's Answer #528650 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! E = .3($55) - .7($5) = $13 \n" ); document.write( " |