Suppose you're on a game show, and you're given the choice of three doors:
Behind one door is a car; behind the others, goats.
You pick a door, say No. 1,
and the host, who knows what's behind the doors, opens another door, say No. 3,
which has a goat. He then says to you, "Do you want to pick door No. 2?"
Is it to your advantage to switch your choice? This is the Monty Hall problem!
To anybody that doesn't understand the probability:
What if you picked a door and kept it the entire time? The host opening another door does not change the probability, so you have a 1/3 chance of picking the car. There is a 2/3 chance that you pick either goat, the other goat is revealed, and you should switch to get the car.
I think this part of the argument isn't obvious. Events can change probabilities; suppose you're tossing a coin, and your a priori assumption is that it's a fair coin, so 50% probability for each side. Then you learn that the person who provided the coin has a history of cheating in games of probability. Now you decide, correctly, based on the new information, that one side is much more likely than the other.
Why doesn't the same reasoning apply to the Monty Hall problem? The answer depends critically on the fact that Monty knows where the car is. If he randomly opened one of the doors that you didn't choose, then the probability that your door has the car would be 1/2, which is the intuitive answer.
As it is, this is a problem in conditional probabilities, i.e., what is the probability of A given that B is true? This is written P(A|B). In this problem, as is often the case, we know things like P(Monty opens door #2|Car is behind #1) assuming without loss of generality that you chose #1. What we want to know is the opposite: P(Car is behind #1|Monty opens #2). Conditional probability isn't commutative; these two conditional probabilities generally aren't equal. To find P(B|A) given P(A|B), we use Bayes' Theorem. Here's a more-readable-than-Wikipedia explanation of how that works out for Monty Hall.
Say the host just opens the contestant's chosen door; 1/3 chance that the car is chosen. Now, what if the host opened another door first? I don't think it matters because the contestant already has a door chosen.