Bob is playing a game of chance. It costs him $5 to play. He flips a coin 4 times and guesses its outcome on each flip. For each one he guesses correctly, he receives \$2. What are his expected winnings?
I tried :
Y = net winnings
X = number of correct guesses
The net winning equation I came up with is: $$Y = 2X-5$$
From what, I know that $E(Y)=-5+2E(X)$.
Since X~B(4,1/2), then E(X)=np=2
So in conclusion E(Y)=-1
Can a net winning expectation be - 1?
would that mean he will lose one 1$ on average?
I feel like he wins when he gets a correct bet but that can also be the case when he wins some money. I'm a bit confused and any help would be welcome.
Your answer is correct. Alternatively, you can make the probability distribution table: $$\begin{array}{c|c|c} X & P(X) & XP(X) \\ \hline -5 & \frac{1}{16} & -\frac{5}{16} \\ -3 & \frac{4}{16} & -\frac{12}{16} \\ -1 & \frac{6}{16} & -\frac{6}{16} \\ 1 & \frac{4}{16} & \frac{4}{16} \\ 3 & \frac{1}{16} & \frac{3}{16} \\ \hline & & -1 \end{array}$$