document.write( "Question 1142582: Suppose a local symphony decides to raise money by raffling off a microwave oven
\n" );
document.write( "worth $200, a dinner for two worth $100, and 4 books worth $20 each, total of 1000
\n" );
document.write( "tickets are sold at $1 each. Find the expected value of winning for a person who buys
\n" );
document.write( "1 ticket in the raffle. \n" );
document.write( "
Algebra.Com's Answer #763261 by greenestamps(13215) You can put this solution on YOUR website! \n" ); document.write( "-------------------------------------------------------------- \n" ); document.write( "Response edited after re-reading the problem as having one $100 prize instead of two \n" ); document.write( "---------------------------------------------------------------- \n" ); document.write( "1 winning ticket worth $200; expected value to ticket holder $200-$1 = $199 \n" ); document.write( " \n" ); document.write( "4 winning tickets worth $20 each; expected value to ticket holders $20-1 = $19 \n" ); document.write( "994 tickets worth nothing; expected value to ticket holders -$1 \n" ); document.write( "Expected value for one ticket: \n" ); document.write( " \n" ); document.write( "That was with a straightforward use of the formal definition of expected value. \n" ); document.write( "Here is an easier way to find the answer for this particular type of expected value problem: \n" ); document.write( "Total cost of the 1000 tickets at $1 each: $1000 \n" ); document.write( "Total value of the prizes: $200 + $100 + 4*$20 = $380 \n" ); document.write( "Expected value of one ticket: $380/1000 = $0.38 \n" ); document.write( "\"Expected\" (actual) cost of ticket: $1.00 \n" ); document.write( "Expected value of winning for 1 ticket: $0.38 - $1.00 = -$0.62 \n" ); document.write( " |