document.write( "Question 116159: Suppose you buy 1 ticket for $1 out of a lottery of 1,000 tickets where the prize for the one winning ticket is to be $500. What are your expected winnings?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #84793 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Suppose you buy 1 ticket for $1 out of a lottery of 1,000 tickets where the prize for the one winning ticket is to be $500. What are your expected winnings? \n" ); document.write( "----------------- \n" ); document.write( "The \"Winnings\" random variable has values -1 and 499 \n" ); document.write( "The associated probabilities are P(-1)= 999/1000; P(499)=1/1000 \n" ); document.write( "----------------------------- \n" ); document.write( "Expected Value = -1(999/1000) + 499(1/1000) = -500/1000 = -50 cents \n" ); document.write( "============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |