Islands and Bridges

You need to cross a river, from the north shore to the south shore, via a series of 13 bridges and six islands, which you can see in the diagram below. However, as you approach the water, a hurricane passes and destroys some (possibly none/all) of the bridges. If the probability that each bridge gets destroyed is 50%, independently of the others, what is the chance that you will be able to cross the river after all?

Imagine there is a captain on a ship, who wants to sail through the river from West to East. You can see that he will be able to do this if and only if you are not able to cross the river. However, if you rotate the diagram by 90 degrees, you can also see that the probability that you cross North-South is equal to the probability that he sails West-East, and therefore both probabilities are equal to 50%.

Lost Boarding Pass

There are 100 passengers which are trying to get on a plane. The first passenger, however, has lost his boarding pass, so decides to sit on an arbitrary seat. Each successive passenger either sits on his own seat if it is empty or on an arbitrary other if it is taken. What is the chance that the last person will sit in his own seat?

The chance is 50%. Indeed, the last passenger will either have to sit in his own seat or the one which belongs to the first passenger. Since there hasn’t been any preference made by anyone at any time towards any of these two seats, the probability that either of them is left last is 1/2.

Larger or Smaller

Alice secretly picks two different integers by an unknown process and puts them in two envelopes. Bob chooses one of the two envelopes randomly (with a fair coin toss) and shows you the number in that envelope. Now you must guess whether the number in the other, closed envelope is larger or smaller than the one you have seen.

Is there a strategy which gives you a better than 50% chance of guessing correctly, no matter what procedure Alice used to pick her numbers?

Choose any strictly decreasing function F on the set of all integers which takes values between 0 and 1. Now, if you see the number X in Bob’s envelope, guess with probability F(X) that this number is smaller. If the two numbers in the envelopes are A and B, then your probability of guessing correctly is equal to:

F(A) * 0.5 + (1 – F(B)) * 0.5 = 0.5 + 0.5 * (F(A) – F(B)) > 50%.

Wizards with Hats

There are 2 wizards and each of them has infinitely many hats on his head. Every hat has 50-50 chance to be white or black, and the wizards can see the hats of the other person, but not their own. Each wizard is asked to identify a black hat on his head without looking, and they win if both succeed to guess correctly. If the wizards are allowed to devise a strategy in advance, can they increase their chance of winning to more than 25%?

Each wizard guesses the position of the lowest black hat on the head of the other wizard. Then the chance of winning becomes 1/4 + 1/16 + 1/64 + … = 1/3. It can be shown that this is an optimal strategy as well.