document.write( "Question 844759: A fair coin is tossed three times, and a player wins $3 if 3 tails occur, wins $2 if 2 tails occur and loses $3 if no tails occur. If one tail occurs, no one wins. What is the expected value of the games? \n" ); document.write( "
Algebra.Com's Answer #508908 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A fair coin is tossed three times, and a player wins $3 if 3 tails occur, wins $2 if 2 tails occur and loses $3 if no tails occur. If one tail occurs, no one wins. What is the expected value of the games? \n" ); document.write( "------------------ \n" ); document.write( "Random number values::......3.......2.......1......0 \n" ); document.write( "Matching probabilities::....1/8.....2/8.....2/8....4/8\r \n" ); document.write( "\n" ); document.write( "======\r \n" ); document.write( "\n" ); document.write( "E(x) = (3 + 2*2 + 2*1 + 4*0)/8 = (3+4+2+0)/8 = 9/8 = $1.12 \n" ); document.write( "----------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |