I have the following problem where I have difficulties grasping the intuition:
Lets say we have three boxes, with two of them empty and one containing a gold price. Lets say we randomly select one of the boxes. After our selection, we are given which one of the remaining two boxes does not contain the price. Now the question is: Should I stick with my original selection or select another box from the two possible alternatives left. What are the probabilities?
I empirically tried this problem by making a computer program to repeat this experiment 1,000,000 times with first staying with the original choice and then always changing the selection. I got the probabilities to be:
$$P(golden\; price\;with\;original\;selection)\approx33\%$$ $$P(golden\; price\;with\;changing\;selection)\approx 66\%$$
Intuitively the probabilities seem at first to be 50% for both of these choices, but it seems it's not the case. I can't grasp on why?...
P.S. please let me know if my question is unclear