document.write( "Question 1186121: Tickets for a raffle cost $12. There were 713 tickets sold. One ticket will be randomly selected as the winner, and that person wins $1800 and also the person is given back the cost of the ticket. For someone who buys a ticket, what is the Expected Value (the mean of the distribution)? \n" ); document.write( "
Algebra.Com's Answer #849478 by CPhill(1959)![]() ![]() You can put this solution on YOUR website! Here's how to calculate the expected value of a raffle ticket:\r \n" ); document.write( "\n" ); document.write( "**1. Calculate the probability of winning:**\r \n" ); document.write( "\n" ); document.write( "* There is 1 winning ticket out of 713 total tickets. \n" ); document.write( "* Probability of winning = 1/713\r \n" ); document.write( "\n" ); document.write( "**2. Calculate the net winnings if you win:**\r \n" ); document.write( "\n" ); document.write( "* You win $1800, and you get your $12 ticket cost back. \n" ); document.write( "* Net winnings = $1800 + $12 = $1812\r \n" ); document.write( "\n" ); document.write( "**3. Calculate the net loss if you lose:**\r \n" ); document.write( "\n" ); document.write( "* You lose the cost of the ticket. \n" ); document.write( "* Net loss = -$12\r \n" ); document.write( "\n" ); document.write( "**4. Calculate the expected value:**\r \n" ); document.write( "\n" ); document.write( "Expected Value = (Probability of Winning * Net Winnings) + (Probability of Losing * Net Loss)\r \n" ); document.write( "\n" ); document.write( "Expected Value = (1/713 * $1812) + (712/713 * -$12)\r \n" ); document.write( "\n" ); document.write( "Expected Value ≈ $2.54 + (-$11.96)\r \n" ); document.write( "\n" ); document.write( "Expected Value ≈ -$9.42\r \n" ); document.write( "\n" ); document.write( "**Therefore, the expected value of the raffle ticket is approximately -$9.42.** This means that on average, a person buying a ticket can expect to lose about $9.42. \n" ); document.write( " \n" ); document.write( " |