document.write( "Question 102628: A roulette wheel in the U.S. has 18 red slots, 18 black slots and 2 green slots. You can bet $1 on either red or black. I fyou win, you get your $1 back plus an additional $1. If you lose, you lose your $1 bet. What are your expected winnings on one spin of the wheel (include the variance and standard deviation for all)? Two successive 1$ bets on the wheel? A single $2 bet? 100 successive $1 bets? \n" ); document.write( "
Algebra.Com's Answer #74650 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A roulette wheel in the U.S. has 18 red slots, 18 black slots and 2 green slots. You can bet $1 on either red or black. If you win, you get your $1 back plus an additional $1. If you lose, you lose your $1 bet. What are your expected winnings on one spin of the wheel (include the variance and standard deviation for all)? Two successive 1$ bets on the wheel? A single $2 bet? 100 successive $1 bets? \n" ); document.write( "-------------------------- \n" ); document.write( "Random Variable (winnings): $1, -$1 \n" ); document.write( "Associated probabilities: \n" ); document.write( "P($1) = 18/38 =9/19 \n" ); document.write( "P(-1) = 20/38 = 10/19 \n" ); document.write( "------------------------ \n" ); document.write( "Expected winnings is (9/19)*1 + (10/19)*-1 \n" ); document.write( "= -1/19 cents on one spin. \n" ); document.write( "= -2/19 cents on two spins \n" ); document.write( "= -2/19 cents on a single spin for $2 \n" ); document.write( "= -100/19 cents on 100 successive spins \n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |