Yeah, you have it here. You certainly seem to get it. I would just mention one issue. If you noticed I chose only to consider possible that were integer powers of 2. Doing so simply makes the problem more tractable and easier to directly apply to the infite continuous value case (where the boxes could contain any real values unbounded from above).
The difference is that by only considering powers of 2 (or really any sequence of powers of 2 where the exponents increase by 1 with each go), we don't need to worry about simply being in the neighborhood of a terminal value as there will no longer be any values which can solely be approached from above or below. And again this is exactly what we'd see were the distribution of possible values continuous -- if the player knew the maximum possible value ex-ente then switching would always be correct were he to draw anything other than the maximum value.
Mind you, there's absolutely nothing wrong with your approach and in fact could be considered the more general solution. Nevertheless, there is an additional elegance when all non-terminal values are equally attainable.
So in other words, when you write:while this may be true in general, these considerations may be relaxed and the problem will still hold. For example, if you were dealing solely with integer powers of 2, then there would be exactly 1 value where it would be certain that the other box contained half and exactly 1 value where it would be certain that the other box contained double.Originally Posted by TLD
Anyway, that's pretty academic on my part ... I just found it interesting. I'll see if I can't think of some intuitive explanation of why the paradox also breaks down in the infinitely-many-possible-values case.

Reply With Quote