document.write( "Question 1209575: Lottery Prizes A lottery offers one $900 prize, two $700 prizes, two $400 prizes, and five $100 prizes. One thousand tickets are sold at $5 each. Find the expectation if a person buys three tickets. Assume that the player's ticket is replaced after each draw and that the same ticket can win more than one prize. Round to two decimal places for currency problems. \n" ); document.write( "
Algebra.Com's Answer #849548 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "I don't know what to make of the statement that \"the player's ticket is replaced after each draw and that the same ticket can win more than one prize\". That seems unusual; and I'm not sure it changes how to calculate the expected value. \n" ); document.write( "I will leave it to another tutor to show a solution using the formal definition of expected value. A less formal common sense solution is much easier. \n" ); document.write( "The total cost of the tickets is 1000*($5) = $5000. \n" ); document.write( "The total payout is $900 + 2*($700) + 2*($400) + 5*($100) = $3600. \n" ); document.write( "Overall, the \"gain\" is $3600 - $5000 = -$1400. \n" ); document.write( "The expected value for each of the 1000 tickets is (-$1400)/1000 = -$1.40. \n" ); document.write( "The expected value for 3 tickets is 3*(-$1.40) = -$4.20. \n" ); document.write( "ANSWER: -$4.20 \n" ); document.write( " \n" ); document.write( " |