You start with 1 dollar and toss a coin. If it comes up heads your winnings double, if it comes up tails you lose all your winnings. What are the expected winnings?
This seems a variation of St. Petersburg's Paradox to me. Intuitively you are bound to lose everything and therefore end up with 1 dollar less than you started.
Mathematically, I thought about it in two different ways:
Let X be the accumulated winnings, then on the next toss you stand to have a net gain of X with probability 1/2 or a net loss of -X with 1/2 i.e 1/2(x)-1/2(x)=0. Therefore your expected gains are zero, you are indifferent and would play the game
Let X be the accumulated winnings, then on the next toss you stand to increase your winnings to $2\times$ with probability 1/2, or lose everything (-X) with probability 1/2 i.e $1/2(2x)-1/2(x)=1/2X$. Hence the expected value of the game tends to infinity and you would play the game
I am not confident with any of the above. Any hints or comments would be helpful.
The expected winnings after $n$ turns of the game are $$\sum x p(x)$$ where $p(x)$ is the probability of winning $x$ dollars. In this case you have $\frac12^n$ chance of winning $2^n$ dollars, and $(1-\frac12^n)$ chance of losing everything, so the expected amount you win is: $$ \frac12^n \times $2^n + (1-\frac12^n)\times $0 = $1 $$ This result is counterintuitive, since you cannot ever win exactly one dollar playing this game.