Monday, December 31, 2012

Explained: Magical Jungle

Problem : Magical Jungle


There is a category of problem which tend to overwhelm you with the amount logical complexity it brings in. But when you come across its solution, it simply amazes you with its simplicity. This is one such puzzle!  Let's go through the solution:

Simply ignore the number "72 lions". This has been given just to make the problem look complicated. It's also clear that, it is almost impossible to think on the scale of 72 lions, hence let's try to grow the problem with very small number of lions.

CASE 1: One lion and one sheep
This is a trivial case and the lion will simple eat the sheep, with no fear of being converted in the sheep since there is no more lion to kill it later.

CASE 2: Two lion and one sheep
Any lion would think that if it eats the sheep, it will be converted into a sheep and second lion would take no time to eat it. Since the problem has already stated that lions are intelligent and though they have no hesitation in being converted to a sheep but in no situation they would prefer to be eaten by another lion. Hence in this combination, no lion would dare to eat the sheep to avoid the inevitable consequence, and sheep would enjoy the safe stay.

CASE 3: Three lion and one sheep
Any lion would think that if it eats the sheep, it will be converted into the same and the remaining population of the community would be one sheep and two lion. We have already discussed the scenario of 2 lions and 1 sheep and concluded that it's a stable combination, no one eats no body.
Since the lion is intelligent, it will soon realize that it's fairly safe to eat the sheep, since after that, the problem will reduce to case 2, and it will be in a safe haven spending rest of it's life as sheep.

On the similar pattern you can extrapolate the situation with more and more number of lions and try to find a pattern. But thankfully it is not needed since we already have hit a pattern, and are in a situation to conclude.

Whenever the number of lion would be an even number sheep would be safe and whenever the number of lion would be an odd number the sheep will be eaten immediately, however there will be no subsequent kill because the number of lions would reduce to even.   

Since in our problem total number of lion is 72, which happens to be an even number, hence no sheep would be eaten and it would survive without realizing the beautiful logic which is protecting it.

Monday, December 24, 2012

Tough Time

The hour hand and minute hand of a clock was interchanged at 6 o'clock. What is the first moment after 6'o clock when it will show the correct time again.


Friday, November 25, 2011

Secured Courier

You have to send a valuable object to your friend, through a courier.
Since the object is valuable, hence it must be kept inside the box during the transit and quite obviously, it must be locked. The key's should never be sent through this courier or any other medium.

The question is, what would be your (or friend's) strategy to get this valuable object delivered safely.
If you are using a number based lock, rather than a key based lock, in that case you cannot communicate the number over phone or in written, due to security reasons.


Wednesday, November 16, 2011

Mind Reading

Your friend has any one of the three numbers in mind, viz. 1,2 or 3. You do not know which number is in thoughts.

You can ask only one question to your friend in order to find out that number. The condition is, your friend can respond to your question only with answers, "yes", "no" or "I don't know".

Which question would you ask?



Monday, November 7, 2011

Three Sticks

You are given three sticks of 6ft, 9ft and 20ft each. You have to use these 3 sticks to measure distances of different lengths. 

You can easily measure lengths like 15ft, 18ft, 21 ft or 53ft, but at the same time measuring lengths like 5ft, 8ft or 18ft etc is not possible.

You have to find out the maximum length which can't be measured using these three sticks, or in other words you have to find out the length beyond which all the lengths are measurable.


Labels: