document.write( "Question 268505: if roulette were fair, how much should the house pay a player who bets $20 on a single number and it comes up? the odds against winning are 36:1 \n" ); document.write( "
Algebra.Com's Answer #196759 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! if roulette were fair, how much should the house pay a player who bets $20 on a single number and it comes up? the odds against winning are 36:1 \n" ); document.write( "--- \n" ); document.write( "P(losing) = 36/37 \n" ); document.write( "P(winning) = 1/37 \n" ); document.write( "----------------------- \n" ); document.write( "Let \"x\" be the amount the house pays. \n" ); document.write( "--- \n" ); document.write( "Note: Expected pay is zero if the game is \"fair\". \n" ); document.write( "--- \n" ); document.write( "E(x) = (winnings)P(win) + (loss)P(lose) \n" ); document.write( "E(x) = (x-20)(1/37) + (-20)(36/37) = 0 \n" ); document.write( "--- \n" ); document.write( "Multiply thru by 37 and solve for \"x\": \n" ); document.write( "x-20 -20(36) = 0 \n" ); document.write( "x = 20*36+20 \n" ); document.write( "x = $740 \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |