document.write( "Question 260115: Suppose you buy 1 ticket for $1 out of a lottery of 3000 tickets. If the prize for the one winning ticket is to be $500, what are your expected winnings? \n" ); document.write( "
Algebra.Com's Answer #191556 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Suppose you buy 1 ticket for $1 out of a lottery of 3000 tickets. If the prize for the one winning ticket is to be $500, what are your expected winnings? \n" ); document.write( "----- \n" ); document.write( "Let the random variable be \"your winnings\". \n" ); document.write( "Values are -1 and 499 \n" ); document.write( "---- \n" ); document.write( "Probabilites are 2999/3000 and 1/3000 \n" ); document.write( "------------------------------------------- \n" ); document.write( "E(x) = -1(2999/3000) + 499(1/3000) \n" ); document.write( "= (-2999 + 499)/3000 \n" ); document.write( "= (-2500)/3000 \n" ); document.write( "= -$0.83 \n" ); document.write( "---- \n" ); document.write( "You can expect to lose 83 cents on your ticket. \n" ); document.write( "================================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan \n" ); document.write( " |