The Two Envelope Problem is a classic problem in probability theory and decision-making. The paradox lies in the fact that the expected value of switching appears to be greater than the expected value of not switching, which may prompt one to believe they should always switch. However, the reasoning behind this conclusion breaks down under closer examination.
Letβs first establish some notation. Let X be the amount of money in the first envelope, and let Y be the amount of money in the second envelope. We know that either Yβ=β2X or Xβ=β2Y. Without loss of generality, letβs assume that we initially picked envelope 1, which contains the amount X. Now, letβs calculate the expected value of switching and not switching.
If we donβt switch envelopes, itβs clear that the expected value is simply X.
Now, consider the case of switching envelopes. Without knowing the value of X, we know that thereβs a 50% chance that weβd end up with twice as much money and a 50% chance that weβd end up with half as much. So, the expected value of switching would be the weighted average:
$$E(Switch) = 0.5(2X) + 0.5(\frac{1}{2}X)$$
Calculating the expected value:
E(Switch)β=βXβ
+β
0.25Xβ=β1.25X
It seems that the expected value of switching is greater than not switching envelopes. However, thereβs an error in this reasoning.
The problem with the above calculation is that it doesnβt take into account the joint distribution of the amounts X and Y. The premise that Yβ=β2X and Xβ=β2Y are both equally likely with probability 0.5 is inconsistent β we canβt assign probabilities based on dividing the possibilities by 2 without knowing the actual distribution.
To see this point more clearly, letβs examine a specific example where we know the distribution. Suppose the amounts in the envelopes come from the following discrete distribution:
P(Xβ=β1)β=β0.5,βP(Xβ=β2)β=β0.5
This creates the following joint distribution:
P(Xβ=β1,βYβ=β2)β=β0.25,βP(Xβ=β2,βYβ=β1)β=β0.25,
P(Xβ=β2,βYβ=β4)β=β0.25,βP(Xβ=β4,βYβ=β2)β=β0.25
Now, letβs compute the expected value of switching envelopes based on this specific distribution:
E(Switch|Xβ=β1)β=β(0.5)(2)β=β1
E(Switch|Xβ=β2)β=β0.5(1)β
+β
0.5(4)β=β2.5
E(Switch)β=βE[E(Switch|X)]β=β0.5(1)β
+β
0.5(2.5)β=β1.75
However, the expected value of not switching simply equals the expected value of X:
E(NotSwitch)β=βE(X)β=β0.5(1)β
+β
0.5(2)β=β1.5
In this example, the expected value of switching is higher than not switching, but this result depends on the specific distribution of amounts in envelopes. For different distributions, the result may change β in some cases, indeed, it may be better to not switch.
In summary, the Two Envelopes Problem highlights the counterintuitive nature of some probability problems. The decision of whether to switch or not depends on the underlying distribution of the amounts in the envelopes. In most real-life situations, it is likely that there will not be enough information to accurately determine should you switch or not, hence no definitive answer can be given without specifying the probability distributions in question.