Re: Friday puzzle -- One More Envelope Puzzle
Larry Barrett
Following along the same line of thinking outlined by David, this is how I look at this problem:
Label the 10 envelopes A to J (to avoid confusion with the probabilities).
1.Open envelope A. A has a 1/10 probability of being the largest amount. Also, the probability that the largest amount is in envelopes B-J is 9/10.
2.Reject envelope A and open B. If B is smaller than A, then the probability that A was the largest amount is 1/9, and the probability that the largest amount is in envelopes C-J is 8/9. If B is larger than A, then the probability that B is the largest amount is 1/9, and the probability that the largest amount is in C-J is 8/9.
So at this point, A has been rejected; if B was smaller than A, then clearly you want to reject B and open C. If B is larger than A, it has a 1/9 probability of being the largest. You can choose to stop here or reject B and open C. If you stop, you have improved your chance of having the largest amount from 1/10 to 1/9.
3.If you continue, open C. By the same reasoning, if C is smaller than the larger of A or B (designate this by [A,B]), then the probability that [A,B] was the largest amount is 1/8 and the probability that the largest amount is in D-J is 7/8. If C is larger than [A,B], then probability that C is the largest amount is 1/8 and the probability that the largest amount is in D-J is 7/8.
So at step N (N=1 to 10), if the the envelope is smaller than [A, ...], then the probability that the [A,...] was the largest amount is 1/(10-(N-1)); but if the envelope opened at step N is larger than those opened earlier, then the probability that it is the largest amount is 1/(10-(N-1)) and the probability that the largest amount is in the remaining envelopes is (10-N)/(10-(N-1))
If you get all the way to envelope I (9th step) and it is smaller than [A,..,H], then the probablity that [A,..,H] was the largest amount is 1/(10-8) = 1/2, and the probability that the largest amount is in envelope J = 1/2. If I is larger than [A,..,H], then the probability that I is the largest amount is 1/2 and the probability that J is the largest is also 1/2.