The Trick Question
You are given two envelopes, one containing
dollars and the other containing
. You randomly choose one and find
dollars inside. Would it be better off if you switch to the other envelope?
Looks easy, right? Since the envelope is chosen randomly, knowing
, the other envelope could contain
or
with equal probability. The expected amount in the other envelope is
. So you should switch.
Wait a minute… If you should choose a random envelope and switch, how is this different from just randomly choose one in the first place (no switch)?
Think about it for a minute. The solution is below.
Solution
Since the envelope is chosen randomly, knowing
or
, the other envelope could contain
or
with equal probability. The expected amount in the other envelope is
. The expected return by random choice is also
. So it does not make a difference to switch.
The original argument confuses
and
using
.
A Twist
You randomly choose one of two envelopes and found
dollars inside, the other one contains
or
with equal probability. Would it be better off if you switch to the other?
Yes. In this case, the
in
and
refer to the same physical quantity, so the argument
holds.
Extension 1
For any value
in the chosen envelope, the other one contains
and
with equal probability. Would you switch?
Extension 2
A random
is drawn from distribution
. Two envelopes contain
and
are presented to you. You choose one and it contains
. Would you switch?
It seems that knowing the solution to the original problem and the twist, the extensions are easy. For extension 1, if we switch, we get
. For extension 2, given the chosen envelope containing
, the posterior for the other one to contain
is
. So the expected return if switch is
. So we should switch!
Paradox again. Ahhhh…. Think about it for a minute. The solution is below.
Solution for Extension 1 and 2
The short answer: the expected amount of the money in the two settings does not exist. So the arguments based on concepts of expected value are false.
For the setup of extension 1 to hold, we need
, so
.
The non-existence of
for extension 2 is easy to see.
Disclaimer
The materials presented above are reinterpretations of some original papers and Wikipedia articles. No new discovery is made, but I feel that the thought process is worth sharing.