92,323 views
0 votes
0 votes
There is a game where the outcome is a random integer from 1 to 50. If the outcome is odd, you wi $26. If the outcome is even, you win nothing. If you play the game, what is the expected payoff?

User Jen Grant
by
2.8k points

1 Answer

2 votes
2 votes

We have a game like the one described in the question and we have to calculate the expected payoff, which is equal to the sum of the possible outcomes weighted by the probability of that outcome.

In this case we have two outcomes:

1) We get an odd number and we win $26 (W=26).

2) We get an even number and we get $0 (W=0).

To calculate the probabilities of each oucome we have to know the proportion of odd an even numbers in the list of 1 to 50. We have a total of 50 numbers, rom which 25 are odd numbers and 25 are even numbers, so the probability of each outcome can be calculated as the relative frequency of each category:


\begin{gathered} P_1=\text{ number of odds / total numbers}=(25)/(50)=0.5 \\ P_2=\text{ number of evens / total numbers}=(25)/(50)=0.5 \end{gathered}

Then, we can calculate the expected payoff as:


E=\sum ^n_(i=1)p_iW_i=p_1W_1+p_2W_2=0.5\cdot26+0.5\cdot0=13+0=13

p_i: probability of outcome i.

W_i: prize when outcome i happens.

Then, the expected payoff for this game is $13.

Answer: the expected payoff for this game is $13.

User Yingqi
by
3.8k points