Foxfyre wrote:Whether you change your initial choice or decide to change your initial choice, how at that point are your odds any other than 50-50 of making the right choice?
Because you have more information than that there are two doors with one prize behind one door. If you had no more information you could do no better than to calculate 50-50 odds.
So, if you saw two doors with a prize hidden behind one and have no further information you can only calculate the odds of one of your selections having the prize at 50%. So you pick, say, the one on the left. Now I open the doors and you see the car behind the door on the right and I offer you the opportunity to change your decision.
Once again, you are confronted with a choice of two doors. But do you really think you are now faced with a 50-50 decision? No, of course not. You have additional information that allows you to calculate your odds with a lot more precision.
I made this example very obvious, and the logical puzzle you are stumped on is a little more complex. So let's move it a little closer to the puzzle.
Let's say the host picks at random and doesn't open the door. In that scenario you pick a door, the host randomly picks a door and then you have the opportunity to switch to the remaining door. In this scenario changing your decision does not increase the probability of picking the prize.
But that's not the scenario. You know that the host always picks an empty door and this is additional information. Here is how you use it:
Your initial decision without any additional information gives a 1/3 chance of picking the prize and a 2/3 chance of not doing so.
Next, your host will show you an empty door. In the cases you already picked the prize on the first try (which we can only calculate to 1/3 odds) the remaining door is empty. In the cases in which you did not pick the prize on the first try (which we can only calculate to 2/3 odds) the remaining door has to contain the prize.
So switching doors gives you a 2/3 chance of picking the prize while not doing so gives you a 1/3 chance.
Now I was going to write a program to quickly show this to you, but I realize they already did and you suspect it of being rigged. So I thought I'd give you the code and let you see for yourself that it's not rigged but I'd likely do it in PHP and you'd need a server to run it. So it isn't an easy way to show you. JavaScript, however, runs in your browser without necessarily needing a server. So I looked for a JavaScript example (since I am no good at JavaScript myself) and found one here:
http://www.cut-the-knot.org/hall.shtml
Anyone on the internet can look at the page source and read the JavaScript to see if it's rigged.