Question 167759
numbers is a game where you bet $1 on any three digit number from 000 to 999. if your number comes up, you get $500. Find the expected winnings 
-------------------------
The random variable values for winning are -1 and +499
The corresponding probabilities are 999/1000 and 1/1000
-----------------------
Multiply each "winning" value by its probability and add to get E(x)
(-1)(999/1000) + 499(1/1000) = -0.999 + 0.499 = -0.50 or -50 cents
==============================
Cheers,
Stan H.