document.write( "Question 1131743: A card is drawn from a standard 52-card deck. Calculate the expected value for the game. A player must pay 5 dollars to play the game, which must be subtracted from the winnings. If a
\n" );
document.write( "spade is drawn, the player wins 15 dollars; otherwise, they lose their 5 dollars. Calculate the price that would make the game fair. \n" );
document.write( "
Algebra.Com's Answer #748623 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "P(spade) = 1/4; P(not spade) = 3/4. \n" ); document.write( "Value (spade) = $10 (-$5 for playing, +$15 for winning) \n" ); document.write( "Value (not spade) = -$5 \n" ); document.write( "Expected value of playing: \n" ); document.write( "The expected value of playing the game is -$1.25. \n" ); document.write( "To make the game fair (make the expected value of playing equal to 0), the cost for playing the game should be x, where \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "ANSWER: The price for playing the game, to make the game fair, should be $3.75. \n" ); document.write( " |