Thursday 23 July 2015

Hauts and Junior : Coalesce

COALESCE


As you travel from Iraq towards IIT Guwahati, after a long time you find yourselves on a mountain trail at Tehran, Iran. The mountain trail is diff cult and slippery. You suddenly get caught in a landslide and fall into a deep hole. Then the stones of 2 kg weight start falling onto you from above.
The hole is a 4x4 grid i.e., it is divided into 16 squares. Each square can accommodate only one stone (of any weight). To survive, you need at least one empty square. Owl notices your trouble and gives you the magical power to meld together stones, but only those of the same mass can be mould together. Since the stones are falling very fast, you are only able to push the stones in straight lines (horizontally/vertically).
For example, when the arrangement of one of the rows in fi gure 1 when pushed horizontally to left transforms as shown:






Question 15:
If one stone falls every second, what is the maximum time for which you can survive i.e., when no square is empty and all stones become immovable?
(A) (2^16) -1
(B) (2^17) -1
(C) (2^17) - 2
(D) 2^16

Question 16:
What is the largest stone that you can make if every second, either 2kg stone or 4 kg stones fall?
(A) 2^17
(B) 2^16
(C) (2^16) -1
(D) (2^17)-2

5 comments:

  1. Replies
    1. www.technothlonanswers.blogspot.com for solutions

      Delete
  2. Maximum time to form 2 is 1 sec
    ....... 4 is 2 sec
    ........ 8 is 4 sec
    .
    .
    .
    .
    2^17 is 2^16 sec

    The total time will be 2^16+ 2^15....2^2 +2 ( as 2 is not their in the arrangement)= 2^17-2 sec

    ReplyDelete
    Replies
    1. You just left out one step and that was dividing by 2. Think about it once more and you will know why the answer is 'A'.

      Delete
  3. Please give solution for q 17

    ReplyDelete