You are given two envelopes, A and B, each containing some money. You are told that one contains exactly twice the amount of money that is in the other. You are then allowed to pick an envelope to keep.
Let’s say that you tentatively decide to choose A, then attempt to determine whether or not taking B instead would be a good idea. A is equally likely to be the envelope with the larger or smaller amount of money. Call the amount of money in A “x.” Now, B has a 50% chance of containing 2x and a 50% chance of containing .5x. The expected value of the money in B is the average of these two possibilities, 1.25x, which is greater than x. Therefore switching to B would be a good idea.
Of course, then one could call the amount of money in B “y” and show that the expected value of the money in A is 1.25y, so switching back to A would be a good idea. This reasoning can go on ad infinitum. It would seem that the grass is always greener in the other envelope, so to speak.
It seems obvious that in reality, with only the information given, there is no reason to choose one envelope over the other. Switching should not produce any advantage or disadvantage. Where does the flaw come into my reasoning? I’ve been puzzling over this for months, unable to come up with an answer. Can anyone help?