Posts

Test To Detect The Poison


Here is the challenge for us! 

Here binary number system can come to rescue. Just for a  moment, let's assume there are 15 bottles. Now let's number the bottles from 1 to 15. To test these 15 bottles we need 4 prisoners as below. Let's number the prisoners from in descending 4 to 1.

Detection of poisonous bottle

Wherever 1 is written for the particular bottle number, that bottle should be given to particular prisoner. Otherwise should not.

So for the specific bottle with unique number a specific combination of prisoners (they are bits here) would be formed. 


For example, if bottle labeled as 11 has a poison then prisoner no. 4,2,1 would die. In other words, if prisoner 4 & 2 die then the bottle no. 10 had poison.

For 16th bottle we would have needed 1 more prisoner.

In similar way, to test 1000 bottles, we need 10 prisoners (2^10=1024). Depending on what combination of prisoner die we can determine which bottle had poison. If prisoners numbered from 10 to 1 & if prisoner 10,8,6,3 & 2 die then bottle no.678 (binary -
1010100110) must had poison. Since the poison takes some time to take effect, even if prisoners taste this bottle, we still would have time to test rest of all bottles in given binary pattern. 

  Poisonous Bottle

In case there were 1025 bottle, we would have needed 11 prisoners.

 

How Many Apples in a Basket?

In a guess game , five friends had to guess the exact numbers of apples in a covered basket.Friends guessed as 22 , 24, 29 , 33 , 38, but none of guess was right.The guesses were off by 1, 8, 6, 3, and 8 (in a random order).

From this information, can you determine the number of apples in a basket ?

How many apples in a Basket?


Logic to get the answer! Click here! 

Source 

Number of Apples in a Basket


What was the game? 

There are 2 guesses which were off by 8. That means exact number must be guess (1) + 8 & guess (2) - 8. So those 2 guess must differ by 16 from each other. And there are 2 guesses in given list differing by 16 & those are 22 & 38. Hence the exact number of apples in a covered basket is 30. Let's verify with all guess & errors.

22 + 8 = 30

24 + 6 = 30

29 + 1 = 30

33 - 3 = 30

38 - 8 = 30


The number of apples in a basket is 30

Clues From Talk About Boats

At the local model boat club, four friends were talking about their boats. There were a total of eight boats, two in each color, red, green, blue and yellow. 

1. Each friend owned two boats. 

2. No friend had two boats of the same color.

3. Alan didn't have a yellow boat.

4. Brian didn't have a red boat, but did have a green one.

5. One of the friends had a yellow boat and a blue boat and another friend had a green boat and a blue boat. 

6. Charles had a yellow boat. 

7. Darren had a blue boat, but didn't have a green one.

Can you work out which friend had which colored boats? 


Which friend had which colored boats?

Know here step by step process of finding owners! 

Source 

Owners Of Boats


What's the task given? 

First let's rewrite all the clues here.

1. Each friend owned two boats. 

2. No friend had two boats of the same color.

3. Alan didn't have a yellow boat.

4. Brian didn't have a red boat, but did have a green one.

5. One of the friends had a yellow boat and a blue boat and another friend had a green boat and a blue boat. 

6. Charles had a yellow boat. 

7. Darren had a blue boat, but didn't have a green one.

Let's make 2 set of 4 colors of boats. Below is the table with owners in row & color of boats in columns.  


Finding Owners Of Boats

Below are clues which giving clear idea of owner of particular colored boat.

3. Alan didn't have a yellow boat.

4. Brian didn't have a red boat, but did have a green one.

6. Charles had a yellow boat.

7. Darren had a blue boat, but didn't have a green one.


We will fill this table one by one as per clues given.

Finding Owners Of Boats

Now, consider the first part of this clue.

5. One of the friends had a yellow boat and a blue boat.

Now Alan won't have this combination as he doesn't own yellow boat at all. The Brian already had green boat, so he too can't have this combination as in that case he would own 3 boats.

Let's assume Charles had this combination then other would have boats as below.

Finding Owners Of Boats

Corrupt Courier Service - Puzzle

Two friends Sachin & Rahul are living in two different towns. Sachin wanted to send few diamonds to Rahul but there is big problem. Both Sachin & Rahul have lot's of boxes which can be locked with locks & keys. Both have multiple locks. There is only 1 courier service which can ship those diamonds & there is no other way. Even worse is that workers at that courier service have bad habit of stealing the goods from packages. But one good thing is that they don't take efforts to break locks if boxes being shipped are locked. 

How Sachin should send diamonds to Rahul?

Corrupt Courier Service Stealing The Package Content

This is what Sachin should do? 


Dealing With Corrupt Courier Service


What was the situation? 

What should Sachin do is that send diamonds in box locked with his own lock & key. On receiving that box, Rahul should put his own lock on the box without disturbing lock placed by Sachin. With 2 locks, he should send that box again to Sachin. Now, Sachin should remove his lock with his key & keep lock placed by Rahul intact. Finally, he need to send back the box with Rahul's lock on it.

Now Rahul can unlock the box using key that he has to get diamonds.

In this way, in every journey there would be always lock (or 2 locks in journey of box from Rahul to Sachin) on the box. So workers won't get any chance to steal those diamonds.   

Sending stuffs via corrupt courier service!
Follow me on Blogarama