OK, I see where you’re going, Cabbage, thanks. You’re saying, play Game (1) and Game (2) exactly n times (where n is some fixed integer, yet to be determined) and then sum all the winnings from both games, and Player 3 gets the ratio of the sum of the winnings… is it possible that Game (3) has a determinable (finite) expected value?
I don’t want to think that hard.
But… suppose there is such a fixed n.
We enumerate all possible outcomes for Game 3 (the ratio of the sums), and the probability for each outcome, as you have started. Then we sum all the expected values.
I’m going to try to find an unbounded sub-series of the sum, as follows:
One set of outcomes is obviously:
Game 1: Payout $3, $3, $3…, $3
Sum of payouts = 3n
Game 2: Payout $6, $6, $6,…,23^m where m ranges over all the integers m = 1, 2, …
Sum of payouts = 3*(n-1)+23^m = 3^(n-1)[1 + 23^(m-n+1)]
For each m, (3) = Ratio =(2)/(1) = [1 + 2*3^(m-n+1)]/3
Now we need to multiply this by the probability of that outcome, for each m… but the probability which is something like (1/2)^n or perhaps a sum of 1/2^n, I presume. My point is that (I think) the probability doesnt depend on m, just depends on n.
So multiplying the ratio of an outcome by the probability of that outcome may introduce a large denominator with 2^n, but n is fixed, so that denominator is finite, and eventually 3^m in the numerator will overtake it.
Hence, the sum of ratios has an unbounded subseries. Since everything in sight is positive, this means that the series itself must be unbounded, QED.
I think I’m basically trying to do this by induction. We’ve shown it’s true for n = 1, and assume it’s true for fixed n, then adding one more play won’t change the unboundedness of the expected value series.
Man oh man. Now I got a headache.