Skip to main content

The Puzzle:

5 Pirates
5 pirates of different ages have a treasure of 100 gold coins.

On their ship, they decide to split the coins using this scheme:

The oldest pirate proposes how to share the coins, and ALL pirates (including the oldest) vote for or against it.

If 50% or more of the pirates vote for it, then the coins will be shared that way. Otherwise, the pirate proposing the scheme will be thrown overboard, and the process is repeated with the pirates that remain.

As pirates tend to be a bloodthirsty bunch, if a pirate would get the same number of coins if he voted for or against a proposal, he will vote against so that the pirate who proposed the plan will be thrown overboard.

Assuming that all 5 pirates are intelligent, rational, greedy, and do not wish to die, (and are rather good at math for pirates) what will happen?

Comments

Popular posts from this blog

how is tan (A+B) = [tan A + tan B]/[1 - tan A tan B]?

How is tan (A+B) = [tan A + tan B]/ [1 - tan A tan B]? Method 1: Let A = 30 deg and B = 45 deg. LHS = tan (30+45) = tan 75 = 3.732050808 RHS = [tan A + tan B]/[1 - tan A tan B] = [tan 30 + tan 45]/[1 - tan 30 tan 45] = [0.577350269 + 1]/[1 - 0.577350269*1] = 1.577350269/0.42264973 = 3.732050808 = LHS Proved. Method 2: tan (A+B) = [tan A + tan B]/[1 - tan A tan B] RHS = [tan A + tan B]/[1 - tan A tan B] =[(sin A/cos A) + (sin B/cos B)]/[1-(sin A/cos A)(sin B/cos B) = [sin A cos B + cos A sin B]/[cos A cos B][1 - sin A sin B/(cos A cos B)] = sin (A+B)/{[cos A cos B][cos A cos B - sin A sin B]/(cos A cos B)} = sin (A+B)/[cos A cos B - sin A sin B = sin (A+B)/cos (A+B) = tan (A+B) = LHS. Proved. Thanks. source:Quara

question

today i have come up with more important informative questions which will surely help you in all competitive exams you face in your daily life. Question: The forests of state of Jammu and Kashmir is characterized as which type of forests? Answer: Montane forests Question: One-third of the members of Legislative council retires every? Answer: Two years Question: International day of Non-Violance is celebrated on? Answer: October 2 Question: First Rocket to go near the sun is? Answer: Helius 'B' Question: What is the Capital of East Timor? Answer: Dili Question: The currency of Morocco is? Answer: Dirham Question: How many Rivers does India have? Answer: India has 7 major River systems with about 400 rivers in total. Question: Which country give Nobel prize? Answer: Sweden (Peace Prize is given by Norway) Question: Who is the youngest Nobel prize winner? Answer: Malala Yousufzai (Pakistan) Questi...

What are the last 3 digit of 2^2017?

I will provide two methods for this. Method 1  (Easy way) : USE A CALCULATOR. You will get the answer in a matter of seconds like I got. Clearly, the answer is 072. Method 2  (Slight harder way) : Here, I want to find the answer without using the calculator. Let's try it. Note :- I will be making use of  Congruence Modulo  and  Euler's Theorem , so these are the prerequisites. Another way to put the question is  “Find the remainder when  2 2017 2 2017  is divided by 1000”. First of all we factorise 1000 as: 1000 = 2 3 × 5 3 1000 = 2 3 × 5 3 Next, we find the remainder by  2 3 2 3  and  5 3 5 3 seperately. It's obvious that  2 3 2 3  divides  2 2017 2 2017 . Hence, 2 2017 ≡ 0 ( m o d 8 ) 2 2017 ≡ 0 ( m o d 8 ) Now to find the remainder by 125 (or 5^3), we use Euler's Theorem. Euler's theorem is applicable in this case since  g c d ( 2 , 125 ) = 1 g c d ( 2 , 125 ) = 1 . Φ ( 125 ) = ...