top | item 31568047

(no title)

one-more-minute | 3 years ago

This line of reasoning isn't possible if you have specific amounts (eg £50 and £100) for the envelopes, which suggests that the variable A is being misused somehow.

`B = (2A if A=50, A/2 if A=100)`. Simplifying this to `B = 2A or A/2` loses important information: namely that when B is smaller, you expect A to be larger. Or alternatively, treating A as fixed (say A=100) conflates two different situations: one where the amounts are `100, 200` and one where they are `100, 50`. So you end up thinking B must have (200+50)/2 in it, which is incoherent. If you compute the expected B correctly then `A` is different in each branch.

It is subtle though. If this appeared in a paper, arguing something not obviously wrong, it'd be hard to convince everyone that the reasoning is bad.

discuss

order

pontus|3 years ago

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 should switch.

It's a subtle difference in how the envelopes are prepared, but it makes all the difference.

zmgsabst|3 years ago

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 odds.

(I had to diagram this all out; unintuitive to me!)

bottled_poe|3 years ago

This is new information which changes the definition of the problem though.

stephencanon|3 years ago

This is the “simple resolution” presented in the linked article. What “line of reasoning” are you responding to?

one-more-minute|3 years ago

Right. I mean the original, paradoxical line of reasoning – "the switching argument".

I see that the article also says "commonly one writer proposes a solution to the problem as stated, after which another writer shows that altering the problem slightly revives the paradox." But it doesn't seem to elaborate on where the simple resolution falls down, if it does.

lisper|3 years ago

The correct answer is described here:

https://www.youtube.com/watch?v=_NGPncypY68

TL;DR (Spoiler alert): the expected value of the amount of money you end up with is an infinite series whose sum changes depending on the order in which you add up the terms, and so you can choose an order that makes this value come out to be positive, negative, or zero.

hammock|3 years ago

Right away I was taken aback by the wikipedia article’s quick dive into mathematical solutions to the problem, when it seemed to me that what would be missing is consideration/framing of the initial setup.

That initial setup being, the act of starting the game with someone is(?) confers value in and of itself.

So I’m glad the real solution is wonky.