Easy Tutorial
For Competitive Exams

Puzzles Daily Puzzle 2 5 Pirates and 100 Gold Coins

Puzzles Online

Puzzle 10 | (5 Pirates and 100 Gold Coins)

There are 5 pirates, they must decide how to distribute 100 gold coins among them. The pirates have seniority levels, the senior-most is A, then B, then C, then D, and finally the junior-most is E.

Rules of distribution are:

1. The most senior pirate proposes a distribution of coins.
2. All pirates vote on whether to accept the distribution.
3. If the distribution is accepted, the coins are disbursed and the game ends.
4. not, the proposer is thrown and dies, and the next most senior pirate makes a new proposal to begin the system again.
5. In case of a tie vote the proposer can has the casting vote

Rules every pirates follows:

1. Every pirate wants to survive
2. Given survival, each pirate wants to maximize the number of gold coins he receives.

What is the maximum number of coins that pirate A might get?



Answer:
The answer is 98 which is not intuitive.

A uses below facts to get 98.

1. Consider the situation when A, B and C die, only D and E are left. E knows that he will not get anything (D is senior and will make a distribution of (100, 0). So E would be find with anything greater than 0.
2. Consider the situation when A and B die, C, D and E are left. D knows that he will not get anything (C will make a distribution of (99, 0, 1)and E will vote in favor of C).
3. Consider the situation when A dies. B, C, D and E are left. To survive, B only needs to give 1 coin to D. So distribution is (99, 0, 1, 0)
4. Similarly A knows about point 3, so he just needs to give 1 coin to C and 1 coin to E to get them in favor. So distribution is (98, 0, 1, 0, 1).

The idea is based on the fact that what B will distribute if A dies (B would always want A to die). If A gives more coins to 2 people than B would have given, A wins.

Share with Friends