document.write( "Question 381418: One thousand raffle tickets are sold for $2.00 each. One grand prize of $500 and two consolation prizes of $100 each will be awarded. Jeremy purchases one ticket. Find his expected value. \n" ); document.write( "
Algebra.Com's Answer #270553 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
If you're asking for his EXPECTED EARNINGS, then it is computed as follows:\r
\n" ); document.write( "\n" ); document.write( "His chance of winning the grand prize is 1/1000. His earning then would be 500 - 2 = $498.
\n" ); document.write( "His chance of winning $100 is 2/1000, and his earning then would be 100 - 2 = $98.
\n" ); document.write( "His chance of losing (or not winning any) is 997/1000. He stands to lose -$2 in that case.
\n" ); document.write( "His expected earnings is then \"498%2A%281%2F1000%29+%2B+98%2A%282%2F1000%29+%2B+%28-2%29%2A%28997%2F1000%29+=+-1.3\". Thus he stands to lose $1.30 on the average.
\n" ); document.write( "
\n" );