document.write( "Question 909723: A school fundraiser charges $5 to play. Player flips a coin. If coin lands on Tails,the player looses and gets nothing. If coin lands on heads, player gets to flip a second time;player would then either win $5 plus gets $5 back if comes as heads or just $5 if tails.
\n" );
document.write( "What is the expected value of the payout in this game? \n" );
document.write( "
Algebra.Com's Answer #551998 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A school fundraiser charges $5 to play. Player flips a coin. \n" ); document.write( "If coin lands on Tails,the player looses and gets nothing. \n" ); document.write( "His gain is -$5 \n" ); document.write( "Note: P(tails) = 1/2 \n" ); document.write( "------------------------------ \n" ); document.write( "If coin lands on heads, player gets to flip a second time;player would then either win $5 plus gets $5 back if comes as heads or just $5 if tails. \n" ); document.write( "If heads/heads win $5 : probability = 1/4 \n" ); document.write( "If heads/tails : wins 0; probability = 1/4 \n" ); document.write( "-------------------- \n" ); document.write( "What is the expected value of the payout in this game? \n" ); document.write( "Expected gain = (1/2)(-5) + (1/4)5 + (1/4)0 = -5/2 + 5/4 = -5/4 = -$1.25 \n" ); document.write( "========================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "========================= \n" ); document.write( " |