Earlier quoted context omitted.
It depends on how the envelopes are prepared. If the two envelopes have x and 2x in them and one is randomly handed to you, there's a symmetry between them that tells you there is no benefit in switching. However, suppose x is placed in an envelope and handed to you. Then a fair coin is flipped. If it comes up heads, 2x is placed in another envelope and if it comes up tail, x/2 is placed in that envelope. Then you sh…
This is new information which changes the definition of the problem though.
Two envelopes problem
161–170 of 318 posts
Re: Two envelopes problem
#162Re: Two envelopes problem
#163This reminds me of a fascinating problem (not sure if there's a name for it): You play the following game (say for many rounds). Someone puts different values in two envelopes (they can pick the values arbitrarily, even maliciously, each round). You want to pick the higher valued envelope. You pick an envelope, they show you the value of the other. You can hold your value or you can switch. It also works if the game…
Generate a random number T from the arctan distribution. If the number in the other envelope is greater than T, switch. For envelopes with two different numbers n, m, the above is guaranteed to give you the higher one strictly more than 50% of the time.
Re: Two envelopes problem
#164A simple non-mathematical resolution is that no information has been gained by selecting the first envelope. Since no information about the contents was available before selecting the first envelope switching envelopes is a neutral act. While this sounds like just a lazy intuitive explanation, it calls out the key component - a lack of information about the outcome - that can help avoid the paradox in more complex si…
But this omits (loses) the information of "both envelopes contain >= $MONEY". That is, as soon as you switch to the other envelope, the situation is still true, the previous envelope contains >= $MONEY.
So if you forget that your current envelope also contains >= $MONEY you're stuck in an infinite loop, which you break out of only because you can only do a single iteration.
Re: Two envelopes problem
#165> Having chosen an envelope at will, but before inspecting it, you are given the chance to switch envelopes. Should you switch? Normally we would assume there is someone who owns the envelopes of money. Now their incentive could be to offer to switch only if the envelope you chose contains more money (so they have a chance of keeping more). More like Monty Hall. Even without that, after switching, should you switch b…
Re: Two envelopes problem
#166Re: Two envelopes problem
#167Earlier quoted context omitted.
It depends on how the envelopes are prepared. If the two envelopes have x and 2x in them and one is randomly handed to you, there's a symmetry between them that tells you there is no benefit in switching. However, suppose x is placed in an envelope and handed to you. Then a fair coin is flipped. If it comes up heads, 2x is placed in another envelope and if it comes up tail, x/2 is placed in that envelope. Then you sh…
Oh, weird. I’m not sure I’d have naively realized that the fixed amount in your envelope makes so much difference. For people confused like me, think about the outcomes: When the two are prepared together, say $2 and $4, then when you exchange your options are +2 and -2 with 50:50 odds. When the second envelope is prepared based on $2 in your envelope , then when you exchange your options are +2 and -1 with 50:50 odd…
Re: Two envelopes problem
#168Earlier quoted context omitted.
Exactly! The logic of "the average of +100% and -50% is positive" only applies if the denominator is the same. In this case it isn't. The relative percentage "rule of thumb" doesn't even feel like a primitive in math. It seems wrong to reason from that.
why isn't this listed in wikipedia as an answer.
Re: Two envelopes problem
#169In point 2. the solution starts talking about probabilities without defining the sample space.
And this is why the solution is nonsensical. "One envelope contains twice as much as the other" does not define a sample space, so it is too early to start talking about probabilities.
If you say "the sample space is all pairs of natural numbers where one is twice as big as the other", then what are the probabilities assigned to each pair? They cannot be pairwise equal because the space is infinite.
So even if probabilities for (X, 2*X) and (X, X/2) happen to be equal for a particular X, they definitely cannot be equal for every X, so the "infinite swap" doesn't hold anymore.
Re: Two envelopes problem
#170Earlier quoted context omitted.
why isn't this listed in wikipedia as an answer.
It is, it's the one where you treat both as having the same expected value
What is at question is the reason for getting to the expected value is the same.