document.write( "Question 952636: a raffle offers a first prize of $1000, 2 second prizes of $300, and 20 third prizes of $10 each. If 8000 tickets are sold at 50 cents each, find the expected winnings for a person buying 1 ticket. \n" ); document.write( "
| Algebra.Com's Answer #581759 by stanbon(75887)      You can put this solution on YOUR website! a raffle offers a first prize of $1000, 2 second prizes of $300, and 20 third prizes of $10 each. If 8000 tickets are sold at 50 cents each, find the expected winnings for a person buying 1 ticket. \n" ); document.write( "----- \n" ); document.write( "Random \"winnings\":: 999.5....299.5.....9.50....-0.5 \n" ); document.write( "Corresponding probs: 1/8000.. 2/8000..20/8000..7977/8000 \n" ); document.write( "---- \n" ); document.write( "E(winnings) = (1*999.5 + 2*299.5 + 20*9.5 - 7977*0.5)/8000 \n" ); document.write( "---- \n" ); document.write( "E(winnings) = -27.5 cents \n" ); document.write( "--------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------- \n" ); document.write( " |