In: Statistics and Probability
A player pays $ 13 to roll three six-sided balanced dice. If the
sum of the 3 dice is less than 13, then the player will receive a
prize of $ 70. Otherwise, you lose the $13.
a. Find the expected value of profit.
Let X denotes the profit.
X is either (70-13) = 57 (in case of winnin)
or -13 (in case of losing)
P(win) = P(sum of 3 dice is < 13)
p(lose) = 1 - p(win)
If 3 dice are rolled, there are 216 possible outcomes. We have to count those outcomes for which, sum is less than 13.
Total = 1 + 3 + 6 + 10 + 15 + 21 + 25 + 27 + 27 + 25 = 160
So, P(win) = 160/216 = 0.74
Expected value of profit = 57*0.74 + (-13)*(1-0.74) = 38.8
Counting note:
I am providing some of the possibilities (not whole, it will take lot of space)
Note: 12 can be obtained as 5 + 4 + 3 , which is a permutation of second sum in row corresponding to 12 (in bold) .
As I wrote earlier, i am providing only some of possibilities.