document.write( "Question 62840: Numbers is a game where you bet $1.00 on any three-digit number from 000 to 999. If your number comes up, you get $600.00. Find the expected net winnings. \n" ); document.write( "
Algebra.Com's Answer #43657 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Numbers is a game where you bet $1.00 on any three-digit number from 000 to 999. If your number comes up, you get $600.00. Find the expected net winnings. \n" ); document.write( "------------ \n" ); document.write( "The random variable \"winnings\" are -$1 and +$600 \n" ); document.write( "The corresponding probabilities are 999/1000 and 1/1000 \n" ); document.write( "The expected \"winnings\" is (999/1000)(-1)+(1/1000)(600)= -399/1000 \n" ); document.write( "= -39.9 cents \n" ); document.write( "You can expect to lose approximately 40 cents of each ticket you buy for $1.00 \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |