100 prisoners problem


The 100 prisoners problem is a mathematical problem in probability theory and combinatorics. In this problem, 100 numbered prisoners must find their own numbers in one of 100 drawers in order to survive. The rules state that each prisoner may open only 50 drawers and cannot communicate with other prisoners. At first glance, the situation appears hopeless, but a clever strategy offers the prisoners a realistic chance of survival. Danish computer scientist Peter Bro Miltersen first proposed the problem in 2003.

Problem

The 100 prisoners problem has different renditions in the literature. The following version is by Philippe Flajolet and Robert Sedgewick:
If every prisoner selects 50 drawers at random, the probability that a single prisoner finds his number is 50%. Therefore, the probability that all prisoners find their numbers is the product of the single probabilities, which is 100 ≈, a vanishingly small number. The situation appears hopeless.

Solution

Strategy

Surprisingly, there is a strategy that provides a survival probability of more than 30%. The key to success is that the prisoners do not have to decide beforehand which drawers to open. Each prisoner can use the information gained from the contents of every drawer he already opened to help decide which one to open next. Another important observation is that this way the success of one prisoner is not independent of the success of the other prisoners, because they all depend on the way the numbers are distributed.
To describe the strategy, not only the prisoners, but also the drawers are numbered from 1 to 100, for example row by row starting with the top left drawer. The strategy is now as follows:
  1. Each prisoner first opens the drawer with his own number.
  2. If this drawer contains his number he is done and was successful.
  3. Otherwise, the drawer contains the number of another prisoner and he next opens the drawer with this number.
  4. The prisoner repeats steps 2 and 3 until he finds his own number or has opened 50 drawers.
By starting with his own number, the prisoner guarantees he is on a sequence of boxes containing his number. The only question is whether this sequence is longer than 50 boxes.

Examples

The reason this is a promising strategy is illustrated with the following example using 8 prisoners and drawers, whereby each prisoner may open 4 drawers. The prison director has distributed the prisoners' numbers into the drawers in the following fashion:
The prisoners now act as follows:
In this case, all prisoners find their numbers. This is, however, not always the case. For example, the small change to the numbers of swapping drawers 5 and 8 would cause prisoner 1 to fail after opening 1, 7, 5, and 2 :
And in the following arrangement, prisoner 1 opens drawers 1, 3, 7, and 4, at which point he has to stop unsuccessfully:
Indeed, all prisoners except 6 fail.

Permutation representation

The prison director's assignment of prisoner numbers to drawers can mathematically be described as a permutation of the numbers 1 to 100. Such a permutation is a one-to-one mapping of the set of natural numbers from 1 to 100 to itself. A sequence of numbers which after repeated application of the permutation returns to the first number is called a cycle of the permutation. Every permutation can be decomposed into disjoint cycles, that is, cycles which have no common elements. The permutation of the first example above can be written in cycle notation as
and thus consists of two cycles of length 3 and one cycle of length 2. The permutation of the second example is accordingly
and consists of a cycle of length 7 and a cycle of length 1. The cycle notation is not unique since a cycle of length can be written in different ways depending on the starting number of the cycle. During the opening the drawers in the above strategy, each prisoner follows a single cycle which always ends with his own number. In the case of eight prisoners, this cycle-following strategy is successful if and only if the length of the longest cycle of the permutation is at most 4. If a permutation contains a cycle of length 5 or more, all prisoners whose numbers lie in such a cycle do not reach their own number after four steps.

Probability of success

In the initial problem, the 100 prisoners are successful if the longest cycle of the permutation has a length of at most 50. Their survival probability is therefore equal to the probability that a random permutation of the numbers 1 to 100 contains no cycle of length greater than 50. This probability is determined in the following.
A permutation of the numbers 1 to 100 can contain at most one cycle of length. There are exactly ways to select the numbers of such a cycle. Within this cycle, these numbers can be arranged in ways since there are permutations to represent distinct cycles of length because of cyclic symmetry. The remaining numbers can be arranged in ways. Therefore, the number of permutations of the numbers 1 to 100 with a cycle of length is equal to
The probability, that a random permutation contains no cycle of length greater than 50 is calculated with the formula for single events and the formula for complementary events thus given by
where is the -th harmonic number. Therefore, using the cycle-following strategy the prisoners survive in a surprising 31% of cases.

Asymptotics

If instead of 100 prisoners are considered, where an arbitrary natural number, the prisoners' survival probability with the cycle-following strategy is given by
With the Euler–Mascheroni constant, for
holds, which results in an asymptotic survival probability of
Since the sequence of probabilities is monotonically decreasing, the prisoners survive with the cycle-following strategy in more than 30% of cases independently of the number of prisoners.

Optimality

In 2006, Eugene Curtin and Max Warshauer gave a proof for the optimality of the cycle-following strategy. The proof is based on an equivalence to a related problem in which all prisoners are allowed to be present in the room and observe the opening of the drawers. Mathematically, this equivalence is based on Foata's transition lemma, a one-to-one correspondence of the cycle notation and the one-line notation of permutations. In the second problem, the survival probability is independent of the chosen strategy and equal to the survival probability in the original problem with the cycle-following strategy. Since an arbitrary strategy for the original problem can also be applied to the second problem, but cannot attain a higher survival probability there, the cycle-following strategy has to be optimal.

History

The 100 prisoners problem was first considered in 2003 by Danish computer scientist Peter Bro Miltersen who published it with Anna Gál in the proceedings of the 30. International Colloquium on Automata, Languages and Programming. In their version, player A randomly colors strips of paper with the names of the players of team B in red or blue and puts each strip into a different box. Some of the boxes may be empty. Every player of team B must guess his color correctly after opening half of the boxes for their team to win. Initially, Milterson assumed that the winning probability quickly tends to zero with increasing number of players. However, Sven Skyum, a colleague of Miltersen at Aarhus University, brought his attention to the cycle-following strategy for the case of this problem where there are no empty boxes. To find this strategy was left open as an exercise in the publication. The paper was honored with the best paper award.
In spring 2004, the problem appeared in Joe Buhler and Elwyn Berlekamp's puzzle column of the quarterly The Emissary of the Mathematical Sciences Research Institute. Thereby, the authors replaced boxes by ROMs and colored strips of paper by signed numbers. The authors noted that the winning probability can be increased also in the case where the team members don't find their own numbers. If the given answer is the product of all the signs found and if the length of the longest cycle is half the number of players plus one, then the team members in this cycle either all guess wrong or all guess right. Even if this extension of the strategy offers a visible improvement for a small number of players, it becomes negligible when the number of players becomes large.
In the following years, the problem entered the mathematical literature, where it was shaped in further different ways, for example with cards on a table or wallets in lockers. In the form of a prisoner problem it was posed in 2006 by Christoph Pöppe in the journal Spektrum der Wissenschaft and by Peter Winkler in the College Mathematics Journal. With slight alterations this form was adopted by Philippe Flajolet, Robert Sedgewick and Richard P. Stanley in their textbooks on combinatorics.

Variants

Empty boxes

At first, Gál and Miltersen considered in their paper the case that the number of boxes is twice the number of team members while half of the boxes are empty. This is a more difficult problem since empty boxes lead nowhere and thus the cycle-following strategy cannot be applied. It is an open problem if in this case the winning probability tends to zero with growing number of team members.
In 2005, Navin Goyal and Michael Saks developed a strategy for team B based on the cycle-following strategy for a more general problem in which the fraction of empty boxes as well as the fraction of boxes each team member is allowed to open are variable. The winning probability still tends to zero in this case, but slower than suggested by Gál and Miltersen. If the number of team members and the fraction of boxes which are opened is fixed, the winning probability stays strictly larger than zero when more empty boxes are added.
David Avis and Anne Broadbent considered in 2009 a quantum theoretical variant in which team B wins with certainty.

The malicious director

In case the prison director does not have to distribute the numbers into the drawers randomly, he can foil the prisoners' strategy if he knows the numbering of the drawers. To this end, he just has to ensure that his assignment of prisoners' numbers to drawers constitutes a permutation with a cycle of length larger than 50. The prisoners in turn can counter this by choosing their own numbering of the drawers randomly.

One prisoner may make one change

In the case that one prisoner may enter the room first, inspect all boxes, and then switch the contents of two boxes, all prisoners will survive. This is so since any cycle of length larger than 50 can be broken, so that it can be guaranteed that all cycles are of length at most 50.

Monty Hall problem

In 2009, Adam S. Landsberg proposed the following simpler variant of the 100 prisoners problem which is based on the well-known Monty Hall problem:
If the players select their doors randomly, the winning probability is only . The optimal strategy is, however, as follows:
In the six possible distributions of car, keys and goat behind the three doors, the players open the following doors :
The success of the strategy is based on building a correlation between the successes and failures of the two players. Here, the winning probability is, which is optimal since the first player cannot have a higher winning probability than that. In a further variant, three prizes are hidden behind the three doors and three players have to independently find their assigned prizes with two tries. In this case the winning probability is also when the optimal strategy is employed.

Literature

*