Thursday 23 May 2013

puzzle 1



Three friends divided some bullets equally. After all of them shot 4 bullets the total number of bullets remaining is equal to the bullets each had after division. Find the original number divided.
 
Answer  18

Assume that initial there were 3*X bullets. So they got X bullets each after division. All of them shot 4 bullets. So now they have (X - 4) bullets each. But it is given that,after they shot 4 bullets each, total number of bullets remaining is equal to the bullets each had after division i.e. X          
Therefore, the equation is
3 * (X - 4) = X
3 * X - 12 = X
2 * X = 12
X = 6   Therefore the total bullets before division is = 3 * X = 18

------------------------------------------------------------------------------------------


Find sum of digits of D.

Let
A= 19991999
B = sum of digits of A
C = sum of digits of B
D = sum of digits of C

(HINT : A = B = C = D (mod 9))

Answer

The sum of the digits od D is 1.

Let E = sum of digits of D.

It follows from the hint that A = E (mod 9)



Consider,

        A = 19991999
          < 20002000
          = 22000 * 10002000
          = 1024200 * 106000
          < 10800 * 106000
          = 106800
               i.e. A < 106800

   i.e. B < 6800 * 9 = 61200

       i.e. C < 5 * 9 = 45
       i.e. D < 2 * 9 = 18
       i.e. E <= 9
       i.e. E is a single digit number.
Also,   1999 = 1 (mod 9)   so 19991999 = 1 (mod 9) Therefore we conclude that E=1.


  ------------------------------------------------------------------------------



There is a 50m long army platoon marching ahead. The last person in the platoon wants to give a letter to the first person leading the platoon. So while the platoon is marching he runs ahead, reaches the first person and hands over the letter to him and without stopping he runs and comes back to his original position.

In the mean time the whole platoon has moved ahead by 50m.

The question is how much distance did the last person cover in that time. Assuming that he ran the whole distance with uniform speed.
Submitted
Answer The last person covered 120.71 meters. 

 It is given that the platoon and the last person moved with uniform speed. Also, they both moved for the identical amount of time. Hence, the ratio of the distance they covered - while person moving forward and backword - are equal.  Let's assume that when the last person reached the first person, the platoon moved X meters forward.
Thus, while moving forward the last person moved (50+X) meters whereas the platoon moved X meters. Similarly, while moving back the last person moved [50-(50-X)] X meters whereas the platoon moved (50-X) meters.

Now, as the ratios are equal,
(50+X)/X = X/(50-X)
(50+X)*(50-X) = X*X

Solving, X=35.355 meters

Thus, total distance covered by the last person
= (50+X) + X
= 2*X + 50
= 2*(35.355) + 50
= 120.71 meters
Note that at first glance, one might think that the total distance covered by the last person is 100 meters, as he ran the total lenght of the platoon (50 meters) twice. TRUE, but that's the relative distance covered by the last person i.e. assuming that the platoon is stationary.

------------------------------------------------------------


If you take a marker & start from a corner on a cube, what is the maximum number of edges you can trace across if you never trace across the same edge twice, never remove the marker from the cube, & never trace anywhere on the cube, except for the corners & edges?  

Answer  9     

To verify this, you can make a drawing of a cube, & number each of its 12 edges. Then, always starting from 1 corner & 1 edge, you can determine all of the possible combinations for tracing along the edges of a cube.
There is no need to start from other corners or edges of the cube, as you will only be repeating the same combinations. The process is a little more involved than this, but is useful for solving many types of spatial puzzles.


---------------------------------------------------------------------------


One of Mr. Bajaj, his wife, their son and Mr. Bajaj's mother is an Engineer and another is a Doctor.
  • If the Doctor is a male, then the Engineer is a male.
  • If the Engineer is younger than the Doctor, then the Engineer and the Doctor are not blood relatives.
  • If the Engineer is a female, then she and the Doctor are blood relatives.
Can you tell who is the Doctor and the Engineer?

Answer:    Mr. Bajaj is the Engineer and either his wife or his son is the Doctor.
 
Mr. Bajaj's wife and mother are not blood relatives. So from 3, if the Engineer is a female, the Doctor is a male. But from 1, if the Doctor is a male, then the Engineer is a male. Thus, there is a contradiction, if the Engineer is a female. Hence, either Mr. Bajaj or his son is the Engineer.
Mr. Bajaj's son is the youngest of all four and is blood relative of each of them. So from 2, Mr. Bajaj's son is not the Engineer. Hence, Mr. Bajaj is the Engineer.
Now from 2, Mr. Bajaj's mother can not be the Doctor. So the Doctor is either his wife or his son . It is not possible to determine anything further.