I ran across an apparent paradox which I then located in the paper The Box Problem: To Switch or Not to Switch as such:
Imagine that you are shown two identical boxes. You know that one of them contains. \$b and the other \$2b. Picking one at random and opening it, you must decide whether to keep it (and its contents), or exchange it for the other box.
In short, when you find $x dollars in a box, the expected value of the other box is .5*.5x + .5*2x = 1.25x, meaning that it's always better to switch. This appears to violate the symmetry of the problem and the fact that you still know nothing meaningful about either box.
The paper goes another direction with it, talking about how having prior knowledge of expected values gives a more meaningful analysis (along with other discussions). However, what if there's no prior knowledge, and we have the original problem as stated. Can anyone give me some intuition to make sense of this?
EDIT: Someone found this question which asks a slightly different formulation, but an identical problem. The accepted answer there just points to a paper, and I'm having difficulty understanding the paper. It explains away the paradox by noting the expectation is based on an infinite sum, and the value depends on the order the sum is evaluated. I'm not familiar with how the order of a sum can change a value, and I also don't see talking about a different way to evaluate the expectation explains the strange result outlined above. My math understanding is primarily based on reading textbooks as a hobby, and I haven't yet worked up to fully understanding math academic papers, so a simpler explanation would be helpful.