There are 3 envelopes, one with $1, another with $2, and the other with $4. You do not know which envelope has which amount of money.
After you pick one at random, you are told which envelope of the remaining 2 has the lowest value, but not the actual value of that envelope. What is the expected value if you switch to the last envelope remaining (the one that has not yet been mentioned)?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Because there is a small number of cases, we can analyze each case individually.
Case 1: You hold the envelope with n dollars. You will be told where the envelope with 2 n dollars is, and switch to the envelope with 4 n dollars.
Case 2: You hold the envelope with 2 n dollars. You will be told where the envelope with n dollars is, and switch to the envelope with 4 n dollars.
Case 3: You hold the envelope with 4 n dollars. You will be told where the envelope with n dollars is, and switch to the envelope with 2 n dollars.
Therefore, our expected outcome is the average of our outcomes, or 3 4 + 4 + 2 = 3 1 0