There are 20 prisoners on the death row. The warden implements a simple game. He divides the group into two groups of 10.
The first 10 he puts into a room (call it room A) with 100 jars. Each jar either is empty, or has a ball underneath. The other 10 prisoners are put into a different room (call it room B) with 100 empty jars, and a stack of balls.
Each prisoner from room A will take turn looking under 25 jars of his choice, away from the sight of his fellow prisoners. He then can go to room B and say 1 monosyllabic word to the prisoners there. Assume he can not convey any other information besides that word (so no facial expression, body language, hand gestures, etc. ). The 10 prisoners in room B will then have to reconstruct the permutation of the balls in room A.
If the prisoners in room B can successfully reconstruct the permutation in room A in less than 10 turns, all 20 will live. Otherwise they will die.
1) Describe a strategy to do it, taking less than 10 turns.
2) Assume that the prisoners have limited memory. Describe a strategy to do it that requires the minimum amount of information to be memorized by each prisoner. That is, describe one approach that minimizes the sum of information to be memorized over 20 prisoners.
Question
bushindo
This is a fairly easy one.
There are 20 prisoners on the death row. The warden implements a simple game. He divides the group into two groups of 10.
The first 10 he puts into a room (call it room A) with 100 jars. Each jar either is empty, or has a ball underneath. The other 10 prisoners are put into a different room (call it room B) with 100 empty jars, and a stack of balls.
Each prisoner from room A will take turn looking under 25 jars of his choice, away from the sight of his fellow prisoners. He then can go to room B and say 1 monosyllabic word to the prisoners there. Assume he can not convey any other information besides that word (so no facial expression, body language, hand gestures, etc. ). The 10 prisoners in room B will then have to reconstruct the permutation of the balls in room A.
If the prisoners in room B can successfully reconstruct the permutation in room A in less than 10 turns, all 20 will live. Otherwise they will die.
1) Describe a strategy to do it, taking less than 10 turns.
2) Assume that the prisoners have limited memory. Describe a strategy to do it that requires the minimum amount of information to be memorized by each prisoner. That is, describe one approach that minimizes the sum of information to be memorized over 20 prisoners.
Edited by bushindoLink to comment
Share on other sites
17 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.