Question 1020147
 
Question:
A $1 lottery ticket offers a grand prize of $10,000; 10 runner-up prizes each paying $1,000; 100 third-place prizes each paying $100; and 1,000 fourth-place prizes each paying $10. Find the expected value of entering this contest if 1 million tickets are sold.
 
Solution:
The mathematical formula to calculate expected value is
E[X]=ΣXi*p(xi)
where 
E[X] is the expected value
xi is the ith outcome
P(xi) is the probability of getting the ith outcome.
 
Here:
x1=10000, p(x1)=1/1000000, x1*p(x1)=10000/1000000
x2=1000, p(x2)=10/1000000, x2*p(x2)=10000/1000000
x3=100, p(x3)=100/1000000, x3*p(x3)=10000/1000000
x4=10, p(x4)=1000/1000000, x4*p(x4)=10000/1000000
 
If we add up the products, we get 4*10000/1000000=4/100=$0.04.
 
A fast way to check the calculation is to assume we bought all the tickets, with an outlay of $1000000. The total of prizes is 10000+10*1000+100*100+1000*10=40000
So the expectation is also 40000/1000000=$0.04