document.write( "Question 1086242: A local lottery is selling scratch-off tickets for $3.00 each. There are nine scratch-off spots consisting of the following dollar amounts: Four $5 spots, three $10 spots, and two $20 spots. If you scratch only two and get a matching pair you win the dollar amount listed ($5, $10, or $20).
\n" );
document.write( "a. What is the probability that you will NOT win any prize?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "b. What is the probability that you will win $20?\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "c. Find your expected gain or loss.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #700397 by mathmate(429)![]() ![]() You can put this solution on YOUR website! Question:A local lottery is selling scratch-off tickets for $3.00 each. There are nine scratch-off spots consisting of the following dollar amounts: Four $5 spots, three $10 spots, and two $20 spots. If you scratch only two and get a matching pair you win the dollar amount listed ($5, $10, or $20). \n" ); document.write( "a. What is the probability that you will NOT win any prize? \n" ); document.write( "b. What is the probability that you will win $20? \n" ); document.write( "c. Find your expected gain or loss. \n" ); document.write( " \n" ); document.write( "Solution: \n" ); document.write( "Expected value is calculated by summing, for all possible outcomes, \n" ); document.write( "∑pi(Xi) \n" ); document.write( "where \n" ); document.write( "pi = probability of outcome i \n" ); document.write( "Xi = revenue (gain-cost) of outcome i. \n" ); document.write( " \n" ); document.write( "For the given scratch-off sale, customers pay $3 whether they win or not. \n" ); document.write( "The spots are: \n" ); document.write( "$5 (4) \n" ); document.write( "$10 (3) \n" ); document.write( "$20 (2) \n" ); document.write( "By scratching 2 and match, customer get the amount (less $3 already paid). \n" ); document.write( " \n" ); document.write( "P($5)=4/9*3/8=1/6 \n" ); document.write( "P($10)=3/9*2/8=1/12 \n" ); document.write( "P(20)=2/9*1/8=1/36 \n" ); document.write( " \n" ); document.write( "(a) probability of winning nothing (i.e. lose $3) \n" ); document.write( "P(0)=1-(1/6+1/12+1/36)=1-5/18=13/18 \n" ); document.write( " \n" ); document.write( "(b)P($20)=1/36 (see above) \n" ); document.write( " \n" ); document.write( "(c) E[X] \n" ); document.write( "=(5-3)P($5)+(10-3)P($10)+(20-3)P($20)+(0-3)P(0) \n" ); document.write( "=2(1/6)+7(1/12)+17(1/36)+(-3)(13/18) \n" ); document.write( "= -7/9 =-0.78 (approx.) \n" ); document.write( " \n" ); document.write( " |