SlideShare a Scribd company logo
1 of 166
18Three friends divided some         Find sum of digits of D.
bullets equally. After all of them
shot 4 bullets the total number      Let
of bullets remaining is equal to     A= 19991999
the bullets each had after           B = sum of digits of A
division. Find the original          C = sum of digits of B
number divided.                      D = sum of digits of C

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

18                                   Answer

Assume that initial there were       The sum of the digits od D is
3*X bullets.                         1.

So they got X bullets each after     Let E = sum of digits of D.
division.
                                     It follows from the hint that A =
All of them shot 4 bullets. So       E (mod 9)
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




                                                                         1
Consider,
                                            so 19991999 = 1
           A = 19991999         (mod 9)

             < 20002000
                                Therefore we conclude that
             = 22000 *          E=1.
10002000                        There is a 50m long army platoon
                                marching ahead. The last person in
             = 1024200 *        the platoon wants to give a letter to
106000                          the first person leading the
                                platoon. So while the platoon is
             < 10800 * 106000   marching he runs ahead, reaches
                                the first person and hands over the
             = 106800           letter to him and without stopping
                                he runs and comes back to his
                                original position.
           i.e. A < 106800      In the mean time the whole
                                platoon has moved ahead by 50m.
        i.e. B < 6800 *
9 = 61200                       The question is how much distance
                                did the last person cover in that
           i.e. C < 5 * 9       time. Assuming that he ran the
= 45                            whole distance with uniform
                                speed.
           i.e. D < 2 * 9       Submitted
= 18                            Answer
           i.e. E <= 9          The last person covered
                                120.71 meters.
        i.e. E is a
single digit number.
                                It is given that the platoon and
                                the last person moved with
                                uniform speed. Also, they both
                                moved for the identical amount
           Also,
                                of time. Hence, the ratio of the
           1999 = 1 (mod        distance they covered - while
9)                              person moving forward and
                                backword - are equal.
                                                                    2
Let's assume that when the last
person reached the first person,   If you take a marker & start
the platoon moved X meters         from a corner on a cube, what
forward.                           is the maximum number of
                                   edges you can trace across if
Thus, while moving forward the     you never trace across the
last person moved (50+X)           same edge twice, never
meters whereas the platoon         remove the marker from the
moved X meters.                    cube, & never trace anywhere
                                   on the cube, except for the
Similarly, while moving back       corners & edges?
the last person moved [50-(50-
X)] X meters whereas the           Answer
platoon moved (50-X) meters.
                                   9
Now, as the ratios are equal,
(50+X)/X = X/(50-X)                To verify this, you can make a
(50+X)*(50-X) = X*X                drawing of a cube, & number
                                   each of its 12 edges. Then,
Solving, X=35.355 meters           always starting from 1 corner &
                                   1 edge, you can determine all
Thus, total distance covered by    of the possible combinations for
the last person                    tracing along the edges of a
= (50+X) + X                       cube.
= 2*X + 50
= 2*(35.355) + 50                  There is no need to start from
= 120.71 meters                    other corners or edges of the
                                   cube, as you will only be
                                   repeating the same
Note that at first glance, one     combinations. The process is a
might think that the total         little more involved than this,
distance covered by the last       but is useful for solving many
person is 100 meters, as he ran    types of spatial puzzles.
the total lenght of the platoon
(50 meters) twice. TRUE, but       One of Mr. Bajaj, his wife, their
that's the relative distance       son and Mr. Bajaj's mother is
covered by the last person i.e.    an Engineer and another is a
assuming that the platoon is       Doctor.
stationary.
                                                                       3
If the Doctor is a male,       Doctor is either his wife or his
      then the Engineer is a         son . It is not possible to
      male.                          determine anything further.
      If the Engineer is younger
      than the Doctor, then the
      Engineer and the Doctor        Three men - Sam, Cam and
      are not blood relatives.       Laurie - are married to Carrie,
      If the Engineer is a           Billy and Tina, but not
      female, then she and the       necessarily in the same order.
      Doctor are blood
      relatives.                     Sam's wife and Billy's Husband
                                     play Carrie and Tina's husband
Can you tell who is the Doctor       at bridge. No wife partners her
and the Engineer?                    husband and Cam does not
Answer                               play bridge.

Mr. Bajaj is the Engineer and        Who is married to Cam?
either his wife or his son is
the Doctor.
                                     Answer
Mr. Bajaj's wife and mother are
not blood relatives. So from 3, if   Carrie is married to Cam.
the Engineer is a female, the
Doctor is a male. But from 1, if     "Sam's wife and Billy's
the Doctor is a male, then the       Husband play Carrie and Tina's
Engineer is a male. Thus, there      husband at bridge."
is a contradiction, if the
Engineer is a female. Hence,         It means that Sam is not
either Mr. Bajaj or his son is the   married to either Billy or Carrie.
Engineer.                            Thus, Sam is married to Tina.

Mr. Bajaj's son is the youngest      As Cam does not play bridge,
of all four and is blood relative    Billy's husband must be Laurie.
of each of them. So from 2, Mr.
Bajaj's son is not the Engineer.     Hence, Carrie is married to
Hence, Mr. Bajaj is the              Cam.
Engineer.

Now from 2, Mr. Bajaj's mother       There are 3 persons X, Y and
can not be the Doctor. So the        Z. On some day, X lent tractors

                                                                        4
to Y and Z as many as they           tractors, Y had 21 tractors
had. After a month Y gave as         and Z had 12 tractors.
many tractors to X and Z as
many as they have. After a           A certain street has 1000
month Z did the same thing. At       buildings. A sign-maker is
the end of this transaction each     contracted to number the
one of them had 24.                  houses from 1 to 1000. How
                                     many zeroes will he need?
Find the tractors each originally
had?                                 Answer

Answer                               The sign-maker will need 192
                                     zeroes.
One way to solve it is by
making 3 equations and solve         Divide 1000 building numbers
them simultaneously. But there       into groups of 100 each as
is rather easier way to solve it     follow:
using Backtracing.                   (1..100), (101..200), (201..300),
                                     ....... (901..1000)
It's given that at the end, each
had 24 tractors (24, 24, 24) i.e.    For the first group, sign-maker
after Z gave tractors to X & Y       will need 11 zeroes.
as many as they had. It means        For group numbers 2 to 9, he
that after getting tractors from Z   will require 20 zeroes each.
their tractors got doubled. So       And for group number 10, he
before Z gave them tractors,         will require 21 zeroes.
they had 12 tractors each and Z
had 48 tractors. (12, 12, 48)        The total numbers of zeroes
                                     required are
Similarly, before Y gave             = 11 + 8*20 + 21
tractors to X & Z, they had 6 &      = 11 + 160 + 21
24 tractors respectively and Y       = 192
had 42 tractors i.e. (6, 42, 24)

Again, before X gave tractors to     There are 9 coins. Out of which
Y & Z, they had 21 & 12              one is odd one i.e weight is less
tractors respectively and X had      or more. How many iterations
39 tractors i.e. (39, 21, 12)        of weighing are required to find
                                     odd coin?
Hence, initially X had 39

                                                                       5
Answer                                          If L2 is light,
                                                 L2 is the odd
It is always possible to find odd                coin and is
coin in 3 weighings and to tell                  lighter.
whether the odd coin is heavier                 If L3 is light,
or lighter.                                      L3 is the odd
                                                 coin and is
   1. Take 8 coins and weigh 4                   lighter.
      against 4.
        o If both are not
           equal, goto step 2
        o If both are equal,          o   If (H1, H2, L1) is
           goto step 3                    heavier side on the
                                          scale, either H1 or
                                          H2 is heavier.
                                          Weight H1 against
   2. One of these 8 coins is             H2
      the odd one. Name the                    If both are
      coins on heavier side of                  equal, there is
      the scale as H1, H2, H3                   some error.
      and H4. Similarly, name                  If H1 is heavy,
      the coins on the lighter                  H1 is the odd
      side of the scale as L1,                  coin and is
      L2, L3 and L4. Either one                 heavier.
      of H's is heavier or one of              If H2 is heavy,
      L's is lighter. Weigh (H1,                H2 is the odd
      H2, L1) against (H3, H4,                  coin and is
      X) where X is one coin                    heavier.
      remaining in intial
      weighing.
         o   If both are equal,       o   If (H3, H4, X) is
             one of L2, L3, L4 is         heavier side on the
             lighter. Weigh L2            scale, either H3 or
             against L3.                  H4 is heavier or L1
                  If both are            is lighter. Weight H3
                    equal, L4 is          against H4
                    the odd coin               If both are
                    and is lighter.              equal, L1 is


                                                                   6
the odd coin        3. On the nth and last day,
                  and is lighter.        the remaining n medals
                 If H3 is heavy,        were awarded.
                  H3 is the odd
                  coin and is       How many days did the contest
                  heavier.          last, and how many medals
                 If H4 is heavy,   were awarded altogether?
                  H4 is the odd     Answer
                  coin and is
                  heavier.          Total 36 medals were
                                    awarded and the contest was
                                    for 6 days.

  3. The remaining coin X is        On day 1: Medals awarded = (1
     the odd one. Weigh X           + 35/7) = 6 : Remaining 30
     against the anyone coin        medals
     used in initial weighing.      On day 2: Medals awarded = (2
        o If both are equal,        + 28/7) = 6 : Remaining 24
           there is some error.     medals
        o If X is heavy, X is       On day 3: Medals awarded = (3
           the odd coin and is      + 21/7) = 6 : Remaining 18
           heavier.                 medals
        o If X is light, X is the   On day 4: Medals awarded = (4
           odd coin and is          + 14/7) = 6 : Remaining 12
           lighter.                 medals
                                    On day 5: Medals awarded = (5
In a sports contest there were      +7/7) = 6 : Remaining 6 medals
m medals awarded on n               On day 6: Medals awarded 6
successive days (n > 1).
                                    I got this answer by writing
  1. On the first day 1 medal       small program. If anyone know
     and 1/7 of the remaining       any other simpler method, do
     m - 1 medals were              submit it.
     awarded.
  2. On the second day 2            A number of 9 digits has the
     medals and 1/7 of the          following properties:
     now remaining medals
     was awarded; and so on.             The number comprising
                                         the leftmost two digits is
                                         divisible by 2, that

                                                                      7
comprising the leftmost          container evaporated on the 1st
      three digits is divisible by     day. 3/4th of the remaining
      3, the leftmost four by 4,       contents of the container
      the leftmost five by 5, and      evaporated on the second day.
      so on for the nine digits of
      the number i.e. the              What part of the contents of the
      number formed from the           container is left at the end of
      first n digits is divisible by   the second day?
      n, 2<=n<=9.
      Each digit in the number
      is different i.e. no digits
      are repeated.                    Answer
      The digit 0 does not occur
      in the number i.e. it is         Assume that contents of the
      comprised only of the            container is X
      digits 1-9 in some order.
                                       On the first day 1/3rd is
Find the number.                       evaporated.
                                       (1 - 1/3) of X is remaining i.e.
Answer                                 (2/3)X
The answer is 381654729                On the Second day 3/4th is
                                       evaporated. Hence,
One way to solve it is Trial-&-        (1- 3/4) of (2/3)X is remaining
Error. You can make it bit             i.e. (1/4)(2/3)X = (1/6) X
easier as odd positions will
always occupy ODD numbers              Hence 1/6th of the contents of
and even positions will always         the container is remaining
occupy EVEN numbers. Further
5th position will contain 5 as 0
does not occur.                        Vipul was studying for his
                                       examinations and the lights
The other way to solve this            went off. It was around 1:00
problem is by writing a                AM. He lighted two uniform
computer program that                  candles of equal length but one
systematically tries all               thicker than the other. The thick
possibilities                          candle is supposed to last six
                                       hours and the thin one two
1/3 rd of the contents of a            hours less. When he finally
                                       went to sleep, the thick candle
                                                                          8
was twice as long as the thin       If you started a business in
one.                                which you earned Rs.1 on the
                                    first day, Rs.3 on the second
For how long did Vipul study in     day, Rs.5 on the third day, Rs.7
candle light?                       on the fourth day, & so on.

Answer                              How much would you have
                                    earned with this business after
Vipul studied for 3 hours in        50 years (assuming there are
candle light.                       exactly 365 days in every
                                    year)?
Assume that the initial lenght of
both the candle was L and           Answer
Vipul studied for X hours.
                                    Rs.333,062,500
In X hours, total thick candle
burnt = XL/6                        To begin with, you want to
In X hours, total thin candle       know the total number of days:
burnt = XL/4                        365 x 50 = 18250.

After X hours, total thick candle   By experimentation, the
remaining = L - XL/6                following formula can be
After X hours, total thin candle    discovered, & used to
remaining = L - XL/4                determine the amount earned
                                    for any particular day: 1 + 2(x-
Also, it is given that the thick    1), with x being the number of
candle was twice as long as the     the day. Take half of the 18250
thin one when he finally went to    days, & pair them up with the
sleep.                              other half in the following way:
(L - XL/6) = 2(L - XL/4)            day 1 with day 18250, day 2
(6 - X)/6 = (4 - X)/2               with day 18249, & so on, & you
(6 - X) = 3*(4 - X)                 will see that if you add these
6 - X = 12 - 3X                     pairs together, they always
2X = 6                              equal Rs.36500.
X=3
                                    Multiply this number by the total
Hence, Vipul studied for 3          number of pairs (9125), & you
hours i.e. 180 minutes in candle    have the amount you would
light.                              have earned in 50 years.


                                                                      9
Math gurus may use series           It is given that the time between
formula to solve it.(series:        first and last ticks at 6'o is 30
1,3,5,7,9,11.....upto 18250         seconds.
terms)                              Total time gaps between first
A worker earns a 5% raise. A        and last ticks at 6'o = 5
year later, the worker receives     (i.e. between 1 & 2, 2 & 3, 3 &
a 2.5% cut in pay, & now his        4, 4 & 5 and 5 & 6)
salary is Rs. 22702.68
                                    So time gap between two ticks
What was his salary to begin        = 30/5 = 6 seconds.
with?
Answer
                                    Now, total time gaps between
Rs.22176                            first and last ticks at 12'o = 11
                                    Therefore time taken for 12
Assume his salary was Rs. X         ticks = 11 * 6 = 66 seconds
                                    (and not 60 seconds)
He earns 5% raise. So his
salary is (105*X)/100
                                    500 men are arranged in an
A year later he receives 2.5%       array of 10 rows and 50
cut. So his salary is               columns according to their
((105*X)/100)*(97.5/100) which      heights.
is Rs. 22702.68
                                    Tallest among each row of all
Hence, solving equation             are asked to come out. And the
((105*X)/100)*(97.5/100) =          shortest among them is A.
22702.68
X = 22176                           Similarly after resuming them to
At 6'o a clock ticks 6 times. The   their original positions, the
time between first and last ticks   shortest among each column
is 30 seconds. How long does it     are asked to come out. And the
tick at 12'o.                       tallest among them is B.

                                    Now who is taller A or B ?
                                    Answer
Answer

66 seconds

                                                                        10
daughter-in-law.

                                     How many members are there
                                     in Mr. Mehta's family? Give
                                     minimal possible answer.
                                     Answer

                                     There are 7 members in Mr.
                                     Mehta's family. Mother & Father
                                     of Mr. Mehta, Mr. & Mrs. Mehta,
No one is taller, both are           his son and two daughters.
same as A and B are the
same person.                          Mother & Father of Mr. Mehta
                                                        |
As it is mentioned that 500 men                         |
are arranged in an array of 10                 Mr. & Mrs. Mehta
rows and 50 columns                                     |
according to their heights.                             |
Let's assume that position              One Son & Two Daughters
numbers represent their              When Alexander the Great
heights. Hence, the shortest         attacked the forces of Porus, an
among the 50, 100, 150, ...          Indian soldier was captured by
450, 500 is person with height       the Greeks. He had displayed
50 i.e. A. Similarly the tallest     such bravery in battle, however,
among 1, 2, 3, 4, 5, ..... 48, 48,   that the enemy offered to let
50 is person with height 50 i.e.     him choose how he wanted to
B                                    be killed. They told him, "If you
                                     tell a lie, you will put to the
Now, both A and B are the            sword, and if you tell the truth
person with height 50. Hence         you will be hanged."
both are same.
                                     The soldier could make only
In Mr. Mehta's family, there are     one statement. He made that
one grandfather, one                 statement and went free. What
grandmother, two fathers, two        did he say?
mothers, one father-in-law, one
mother-in-law, four children,        Answer
three grandchildren, one
brother, two sisters, two sons,      The soldier said, "You will put
two daughters and one                me to the sword."
                                                                       11
mistake and gave him Y rupees
The soldier has to say a          and X paise. Neither the person
Paradox to save himself. If his   nor the cashier noticed that.
statement is true, he will be
hanged, which is not the sword    After spending 20 paise, the
and hence false. If his           person counts the money. And
statement is false, he will be    to his surprise, he has double
put to the sword, which will      the amount he wanted to
make it true. A Paradox !!!       withdraw.

A person wanted to withdraw X     Find X and Y. (1 Rupee = 100
rupees and Y paise from the       Paise)
bank. But cashier made a



                                          2 * (100X + Y)
                                  = 100Y + X - 20

                                          200X + 2Y =
Answer                            100Y +X - 20

As given, the person wanted to               199X - 98Y = -
withdraw 100X + Y paise.          20

But he got 100Y + X paise.                   98Y - 199X = 20

After spending 20 paise, he has
double the amount he wanted       Now, we got one equation; but
to withdraw. Hence, the           there are 2 variables. We have
equation is                       to apply little bit of logic over
                                  here. We know that if we
                                  interchange X & Y, amount gets
                                  double. So Y should be twice of
                                  X or one more than twice of X
                                  i.e. Y = 2X or Y = 2X+1

                                  Case I : Y=2X
                                  Solving two equations
                                  simultaneously

                                                                 12
98Y - 199X = 20
Y - 2X = 0
We get X = - 20/3 & Y = - 40/2    Who will win the game, O or X?
                                  Can you tell which was the
Case II : Y=2X+1                  sixth mark and at which
Solving two equations             position? Do explain your
simultaneously                    answer.
98Y - 199X = 20                   At the Party:
Y - 2X = 1
We get X = 26 & Y = 53              1. There were 9 men and
                                       children.
Now, its obvious that he wanted     2. There were 2 more
to withdraw Rs. 26.53                  women than children.
                                    3. The number of different
The game of Tic-Tac-Toe is             man-woman couples
being played between two               possible was 24. Note
players. Only the last mark to         that if there were 7 men
be placed in the game as               and 5 women, then there
shown.                                 would have been 35 man-
                                       woman couples possible.

                                       Also, of the three groups -
                                       men, women and children
                                       - at the party:
                                    4. There were 4 of one
                                       group.
                                    5. There were 6 of one
                                       group.
                                    6. There were 8 of one
                                       group.

                                  Exactly one of the above 6
                                  statements is false.

                                  Can you tell which one is false?
                                  Also, how many men, women
                                  and children are there at the
                                  party



                                                                13
Assume that both the players      Assume that Statements (4),
are intelligent enough.           (5) and (6) are all true. Then,
                                  Statement (1) is false. But then
                                  Statement (2) and (3) both can
                                  not be true. Thus, contradictory
                                  to the fact that exactly one
Answer                            statement is false.

O will win the game. The          So Statement (4) or Statement
sixth mark was X in square 9.     (5) or Statement (6) is false.
                                  Also, Statements (1), (2) and
The 7th mark must be placed in    (3) all are true.
square 5 which is the win
situation for both X and O.       From (1) and (2), there are 11
Hence, the 6th mark must be       men and women. Then from
placed in a line already          (3), there are 2 possible cases -
containing two of the opponents   either there are 8 men and 3
marks. There are two such         women or there are 3 men and
possibilities - the 6th mark      8 women.
would have been either O in
square 7 or X in square 9.        If there are 8 men and 3
                                  women, then there is 1 child.
As we know both the players       Then Statements (4) and (5)
are intelligent enough, the 6th   both are false, which is not
mark could not be O in square     possible.
7. Instead, he would have
placed O in square 5 and would    Hence, there are 3 men, 8
have won.                         women and 6 children.
                                  Statement (4) is false.
Hence, the sixth mark must be
X placed in square 9. And the     There is a shortage of
seventh mark will be O. Thus O    tubelights, bulbs and fans in a
will win the game.                village - Kharghar. It is found
                                  that
Answer
                                        All houses do not have
Statement (4) is false. There           either tubelight or bulb or
are 3 men, 8 women and 6                fan.
children.
                                                                    14
exactly 19% of houses do      not have all 3 items - tubelight,
      not have just one of          bulb and fan.
      these.
      atleast 67% of houses do      Thus, 42% houses do not have
      not have tubelights.          tubelight, bulb and fan.
      atleast 83% of houses do      Mr. Subramaniam rents a
      not have bulbs.               private car for Andheri-Colaba-
      atleast 73% of houses do      Andheri trip. It costs him Rs.
      not have fans.                300 everyday.

What percentage of houses do         Mr. Subramaniam that there
not have tubelight, bulb and        One day the car driver informed
fan?                                were two students from Bandra
Answer                              who wished to go from Bandra
                                    to Colaba and back to Bandra.
42% houses do not have              Bandra is halfway between
tubelight, bulb and fan.            Andheri and Colaba. Mr.
                                    Subramaniam asked the driver
Let's assume that there are 100     to let the students travel with
houses. Hence, there should be      him.
total 300 items i.e. 100
tubelights, 100 bulbs and 100       On the first day when they
fans.                               came, Mr. Subramaniam said,
                                    "If you tell me the
From the given data, we know        mathematically correct price
that there is shortage of atleast   you should pay individually for
(67+83+73) 223 items in every       your portion of the trip, I will let
100 houses.                         you travel for free."

Also, exactly 19 houses do not      How much should the individual
have just one item. It means        student pay for their journey?
that remaining 81 houses            Answer
should account for the shortage
of remaining (223-19) 204           The individual student should
items. If those remaining 81        pay Rs. 50 for their journey.
houses do not have 2 items
each, there would be a              Note that 3 persons are
shortage of 162 items. But total    travelling between Bandra and
of 204 items are short. Hence,      Colaba.
atleast (204-162) 42 houses do

                                                                       15
The entire trip costs Rs. 300 to                               O U
Mr. Subramanian. Hence, half        T
of the trip costs Rs. 150.
                                                   ------------
For Andheri-Bandra-Andheri,         -
only one person i.e. Mr.
Subramaniam is travelling.              S T E M | D E M I S
Hence, he would pay Rs. 150.        E

For Bandra-Colaba-Bandra,                          | D M O C
three persons i.e Mr.
Subramaniam and two                                ------------
students, are travelling. Hence,    -
each student would pay Rs. 50.
                                                         T U I S
Substitute digits for the letters
to make the following Division                           S T E M
true
                                                       ---------
                                    -

                                                            Z Z Z
                                    E

                                                            Z U M
                                    M

                                                          -------
                                    -

                                                               I S
                                    T
                                    Note that the leftmost letter
                                    can't be zero in any word. Also,
                                    there must be a one-to-one
                                    mapping between digits and
                                    letters. e.g. if you substitute 3
                                    for the letter M, no other letter
                                    can be 3 and all other M in the
                                    puzzle must be

                                                                     16
Answer                                                O U
                                  T
C=0, U=1, S=2, T=3, O=4,          4 1 3
M=5, I=6, Z=7, E=8, D=9
                                              ------------
It is obvious that U=1 (as        -                 ------
U*STEM=STEM) and C=0 (as          -------
I-C=I).
                                     S T E M | D E M I S
S*O is a single digit and also    E        2 3 8 5 | 9 8
S*T is a single digit. Hence,     5 6 2 8
their values (O, S, T) must be
2, 3 or 4 (as they can not be 0               | D M O C
or 1 or greater than 4).          | 9 5 4 0

Consider, STEM*O=DMOC,                        ------------
where C=0. It means that M        -                 ------
must be 5. Now, its simple.       -------
O=4, S=2, T=3, E=8, Z=7, I=6
and D=9.                                         T U I S
                                  3 1 6 2

                                                 S T E M
                                  2 3 8 5

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

                                                    Z Z Z
                                  E
                                  7 7 7 8

                                                    Z U M
                                  M
                                  7 1 5 5

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

                                                            17
6 * X = 120 + X/2
                           I S      12 * X = 240 + X
T                                   11 * X = 240
6 2 3                               X = 21.8182
Also, when arranged from 0 to       X = 21 minutes 49.5 seconds
9, it spells CUSTOMIZED.
                                    Hence, at 4:21:49.5 minute
                                    hand is exactly aligned with the
At what time after 4.00 p.m. is     hour hand.
the minutes hand of a clock
exactly aligned with the hour       A soldier looses his way in a
hand?                               thick jungle. At random he
                                    walks from his camp but
Answer                              mathematically in an interesting
                                    fashion.
4:21:49.5
                                    First he walks one mile East
Assume that X minutes after         then half mile to North. Then
4.00 PM minute hand exactly         1/4 mile to West, then 1/8 mile
aligns with and hour hand.          to South and so on making a
                                    loop.
For every minute, minute hand
travels 6 degrees.                  Finally how far he is from his
Hence, for X minutes it will        camp and in which direction?
travel 6 * X degrees.
                                    Answer
For every minute, hour hand
travels 1/2 degrees.                The soldier is 0.8944 miles
Hence, for X minutes it will        away from his camp towards
travel X/2 degrees.                 East-North.

At 4.00 PM, the angle between       It is obvious that he is in East-
minute hand and hour hand is        North direction.
120 degrees. Also, after X
minutes, minute hand and hour       Distance travelled in North and
hand are exactly aligned. So        South directions
the angle with respect to 12 i.e.   = 1/2 - 1/8 + 1/32 - 1/128 +
Vertical Plane will be same.        1/512 - 1/2048 + and so on... (a
Therefore,                          geometric series with r = (-1/4) )


                                                                     18
(1/2) * ( 1 - (-1/4)n )           12 earrings
= ---------------------------
       ( 1 - (-1/4) )               Assume that there are R rings,
                                    P pins and E pair of ear-rings.
= 1 / ( 2 * ( 1 - (-1/4) ) )
= 2/5                               It is given that, he has 2 1/2
                                    times as many rings as pins.
Similarly in East and West          R = (5/2) * P or P = (2*R)/5
directions
= 1 - 1/4 + 1/16 - 1/64 + 1/256 -   And, the number of pairs of
and so on... (a geometric series    earrings is 4 less than the
with r = (-1/4) )                   number of rings.
                                    E = R - 4 or R = E + 4
  (1) * ( 1 - (-1/4)n )
= ---------------------------       Also, there are total 26 pieces.
       ( 1 - (-1/4) )               R + P + 2*E = 26
                                    R + (2*R)/5 + 2*E = 26
= 1 / ( ( 1- (-1/4) )               5*R + 2*R + 10*E = 130
= 4/5                               7*R + 10*E = 130
                                    7*(E + 4) + 10*E = 130
So the soldier is 4/5 miles away    7*E + 28 + 10*E = 130
towards East and 2/5 miles          17*E = 102
away towards North. So using        E=6
right angled triangle, soldier is
0.8944 miles away from his          Hence, there are 6 pairs of Ear-
camp.                               rings i.e. total 12 Ear-rings
                                    How many ways are there of
Raj has a jewel chest               arranging the sixteen black or
containing Rings, Pins and Ear-     white pieces of a standard
rings. The chest contains 26        international chess set on the
pieces. Raj has 2 1/2 times as      first two rows of the board?
many rings as pins, and the
number of pairs of earrings is 4    Given that each pawn is
less than the number of rings.      identical and each rook, knight
                                    and bishop is identical to its
How many earrings does Raj          pair.
have?                               Submitted

Answer                              Answer


                                                                     19
6,48,64,800 ways                     X
                                     He spent 1/3 for cloths =. (1/3)
There are total 16 pieces which      *X
can be arranged on 16 places         Remaining money = (2/3) * X
in 16P16 = 16! ways.
(16! = 16 * 15 * 14 * 13 * 12 *      He spent 1/5 of remaining
..... * 3 * 2 * 1)                   money for food = (1/5) * (2/3) *
                                     X = (2/15) * X
But, there are some duplicate        Remaining money = (2/3) * X -
combinations because of              (2/15) * X = (8/15) * X
identical pieces.
                                     Again, he spent 1/4 of
      There are 8 identical          remaining maoney for travel =
      pawn, which can be             (1/4) * (8/15) * X = (2/15) * X
      arranged in 8P8 = 8! ways.     Remaining money = (8/15) * X -
      Similarly there are 2          (2/15) * X = (6/15) * X
      identical rooks, 2 identical
      knights and 2 identical        But after spending for travel he
      bishops. Each can be           is left with Rs. 100/- So
      arranged in 2P2 = 2! ways.     (6/15) * X = 100
                                     X = 250
Hence, the require answer is
= (16!) / (8! * 2! * 2! * 2!)        Grass in lawn grows equally
= 6,48,64,800                        thick and in a uniform rate. It
                                     takes 24 days for 70 cows and
                                     60 days for 30 cows to eat the
A person with some money             whole of the grass.
spends 1/3 for cloths, 1/5 of the
remaining for food and 1/4 of        How many cows are needed to
the remaining for travel. He is      eat the grass in 96 days?
left with Rs 100/-                   Answer
How much did he have with him        20 cows
in the begining?
                                     g - grass at the beginning
Answer                               r - rate at which grass grows,
                                     per day
Rs. 250/-                            y - rate at which one cow eats
                                     grass, per day
Assume that initially he had Rs.     n - no of cows to eat the grass
                                                                    20
in 96 days                              are (3, 0, 7) or (4, 1, 8) or (5, 2,
                                        9)
From given data,
g + 24*r = 70 * 24 * y ---------- A     It is given that there are 3 pairs
g + 60*r = 30 * 60 * y ---------- B     whose sum is 11. All possible
g + 96*r = n * 96 * y ---------- C      pairs are (2, 9), (3, 8), (4, 7), (5,
                                        6). Now required number is 5
Solving for (B-A),                      digit number and it contains 3
(60 * r) - (24 * r) = (30 * 60 * y) -   pairs of 11. So it must not be
(70 * 24 * y)                           having 0 and 1 in it. Hence, the
36 * r = 120 * y ---------- D           only possible combination for
                                        2nd, 3rd and 4th digits is (5, 2,
Solving for (C-B),                      9)
(96 * r) - (60 * r) = (n * 96 * y) -
(30 * 60 * y)                           Also, 1st digit is thrice the last
36 * r = (n * 96 - 30 * 60) * y         digit. The possible
120 * y = (n * 96 - 30 * 60) * y        combinations are (3, 1), (6, 2)
[From D]                                and (9, 3), out of which only (6,
120 = (n * 96 - 1800)                   2) with (5, 2, 9) gives 3 pairs of
n = 20                                  11. Hence, the answer is
                                        65292.
Hence, 20 cows are needed to            Four friends - Arjan, Bhuvan,
eat the grass in 96 days.               Guran and Lakha were
There is a safe with a 5 digit          comparing the number of sheep
number as the key. The 4th              that they owned.
digit is 4 greater than the
second digit, while the 3rd digit       It was found that Guran had ten
is 3 less than the 2nd digit. The       more sheep than Lakha.
1st digit is thrice the last digit.
There are 3 pairs whose sum is          If Arjan gave one-third to
11.                                     Bhuvan, and Bhuvan gave a
                                        quarter of what he then held to
Find the number.                        Guran, who then passed on a
Answer                                  fifth of his holding to Lakha,
                                        they would all have an equal
65292                                   number of sheep.

As per given conditions, there          How many sheep did each of
are three possible combinations         them possess? Give the
for 2nd, 3rd and 4th digits. They       minimal possible answer
                                                                           21
Arjan's sheep = Lakha's sheep
Answer                            2A/3 = A/60 + B/20 + G/5 + L
                                  2A/3 = A/60 + A/36 + 11A/90 +
                                  L (as B=5A/9 and G=11A/18)
                                  2A/3 = A/6 + L
                                  A/2 = L
                                  A = 2L

                                  Also, it is given that Guran had
                                  ten more sheep than Lakha.
                                  G = L + 10
                                  11A/18 = A/2 + 10
                                  A/9 = 10
                                  A = 90 sheep
Arjan, Bhuvan, Guran and
Lakha had 90, 50, 55 and 45       Thus, Arjan had 90 sheep,
sheep respectively.               Bhuvan had 5A/9 i.e. 50 sheep,
                                  Guran had 11A/18 i.e. 55
Assume that Arjan, Bhuvan,        sheep and Lakha had A/2 i.e.
Guran and Lakha had A, B, G       45 sheep.
and L sheep respectively. As it   Consider a number 235, where
is given that at the end each     last digit is the sum of first two
would have an equal number of     digits i.e. 2 + 3 = 5.
sheep, comparing the final
numbers from the above table.     How many such 3-digit
                                  numbers are there?
Arjan's sheep = Bhuvan's
sheep                             Answer
2A/3 = A/4 + 3B/4
8A = 3A + 9B                      There are 45 different 3-digit
5A = 9B                           numbers.

Arjan's sheep = Guran's sheep     The last digit can not be 0.
2A/3 = A/15 + B/5 + 4G/5
2A/3 = A/15 + A/9 + 4G/5 (as      If the last digit is 1, the only
B=5A/9)                           possible number is 101. (Note
30A = 3A + 5A + 36G               that 011 is not a 3-digit number)
22A = 36G
11A = 18G                         If the last digit is 2, the possible
                                  numbers are 202 and 112.
                                                                    22
If the last digit is 3, the possible   If its rightmost digit is placed at
numbers are 303, 213 and 123.          its left end, then new number is
                                       428571 which is 50% larger
If the last digit is 4, the possible   than the original number
numbers are 404, 314, 224 and          285714.
134.
                                       The simplest way is to write a
If the last digit is 5, the possible   small program. And the other
numbers are 505, 415, 325,             way is trial and error !!!
235 and 145.                           Two identical pack of cards A
                                       and B are shuffled throughly.
Note the pattern here - If the         One card is picked from A and
last digit is 1, there is only one     shuffled with B. The top card
number. If the last digit is 2,        from pack A is turned up. If this
there are two numbers. If the          is the Queen of Hearts, what
last digit is 3, there are three       are the chances that the top
numbers. If the last digit is 4,       card in B will be the King of
there are four numbers. If the         Hearts?
last digit is 5, there are five
numbers. And so on.....                Answer

Thus, total numbers are                52 / 2703
1+2+3+4+5+6+7+8+9
= 45                                   There are two cases to be
                                       considered.
Altogether then, there are 45
different 3-digit numbers, where       CASE 1 : King of Hearts is
last digit is the sum of first two     drawn from Pack A and
digits.                                shuffled with Pack B

Find the smallest number such          Probability of drawing King of
that if its rightmost digit is         Hearts from Pack A = 1/51 (as
placed at its left end, the new        Queen of Hearts is not to be
number so formed is precisely          drawn)
50% larger than the original           Probability of having King of
number.                                Hearts on the top of the Pack B
Answer                                 = 2/53

The answer is 285714.                  So total probability of case 1 =
                                                                        23
(1/51) * (2/53) = 2 / (51 * 53)       4.   A->B, B->A, C->B
                                      5.   A->C, C->B, B->A
CASE 2 : King of Hearts is not        6.   A->C, C->B, B->C
drawn from Pack A                     7.   A->C, C->A, B->A
                                      8.   A->C, C->A, B->C
Probability of not drawing King
of Hearts from Pack A = 50/51
(as Queen of Hearts is not to       Out of which, there are only two
be drawn)                           cases under which the ants
Probability of having King of       won't collide :
Hearts on the top of the Pack B
= 1/53                                     A->B, B->C, C->A
                                           A->C, C->B, B->A
So total probability of case 2 =
(50/51) * (1/53) = 50 / (51 * 53)
                                    Find all sets of consecutive
Now adding both the                 integers that add up to 1000.
probability, the required           Submitted by : James
probability is                      Barberousse
= 2 / (51 * 53) + 50 / (51 * 53)
= 52 / (51 * 53)
= 52 / 2703                          Answer
= 0.0192378
There are 3 ants at 3 corners of     There are total 8 such series:
a triangle, they randomly start
moving towards another corner.          1. Sum of 2000 numbers
                                           starting from -999 i.e.
What is the probability that they          summation of numbers
don't collide?                             from -999 to 1000.
                                           (-999) + (-998) + (-997)
Answer                                     + ..... + (-1) + 0 + 1 + 2
                                           + ..... + 997 + 998 +
Let's mark the corners of the              999 + 1000 = 1000
triangle as A,B,C. There are            2. Sum of 400 numbers
total 8 ways in which ants can             starting from -197 i.e.
move.                                      summation of numbers
                                           from -197 to 202.
   1. A->B, B->C, C->A                     (-197) + (-196) + (-195)
   2. A->B, B->C, C->B                     + ..... + (-1) + 0 + 1 + 2
   3. A->B, B->A, C->A

                                                                    24
+ ..... + 199 + 200 +               summation of numbers
     201 + 202 = 1000                    from 198 to 202.
3.   Sum of 125 numbers                  198 + 199 + 200 +201
     starting from -54 i.e.              + 202 = 1000
     summation of numbers             8. Sum of 1 number
     from -54 to 70.                     starting from 1000.
     (-54) + (-53) + (-52) +             1000 = 1000
     ..... + (-1) + 0 + 1 + 2 +
     ..... + 68 + 69 + 70 =
     1000
4.   Sum of 80 numbers
     starting from -27 i.e.       There is a 4-character code,
     summation of numbers         with 2 of them being letters and
     from -27 to 52.              the other 2 being numbers.
     (-27) + (-26) + (-25) +
     ..... + (-1) + 0 + 1 + 2 +   How many maximum attempts
     ..... + 50 + 51 + 52 =       would be necessary to find the
     1000                         correct code? Note that the
5.   Sum of 25 numbers            code is case-sensitive.
     starting from 28 i.e.        Answer
     summation of numbers
     from 28 to 52.               The maximum number of
     28 + 29 + 30 + 31 + 32       attempts required are
     + 33 + 34 + 35 + 36 +        16,22,400
     37 + 38 + 39 + 40 + 41
     + 42 + 43 + 44 + 45 +        There are 52 possible letters - a
     46 + 47 + 48 + 49 + 50       to z and A to Z, and 10 possible
     + 51 + 52 = 1000             numbers - 0 to 9. Now, 4
6.   Sum of 16 numbers            characters - 2 letters and 2
     starting from 55 i.e.        numbers, can be selected in
     summation of numbers         52*52*10*10 ways. These 4
     from 55 to 70.               characters can be arranged in
                                  4
     55 + 56 + 57 + 58 + 59         C2 i.e. 6 different ways - the
     +60 + 61 + 62 + 63 +         number of unique patterns that
     64 + 65 + 66 + 67 + 68       can be formed by lining up 4
     + 69 + 70 = 1000             objects of which 2 are
7.   Sum of 5 numbers             distinguished one way (i.e. they
     starting from 198 i.e.       must be letters) and the other 2
                                  are distinguished another way

                                                                 25
(i.e. they must be numbers).       first.

Consider an example : Let's        There are 8 corner cubes,
assume that @ represents           which can be arranged in 8!
letter and # represents number.    ways.
the 6 possible ways of             Each of these 8 cubes can be
arranging them are : @@##,         turned in 3 different directions,
@#@#, @##@, #@@#,                  so there are 3^8 orientations
#@#@, ##@@                         altogether. But if you get all but
                                   one of the corner cube into
Hence, the required answer is      chosen positions and
= 52*52*10*10*6                    orientations, only one of 3
= 16,22,400 attempts               orientations of the final corner
= 1.6 million approx.              cube is possible. Thus, total
                                   ways corner cubes can be
Thanks to Tim Sanders for          placed = (8!) * (3^8)/8 = (8!) *
opening BrainVista's brain !!!     (3^7)
How many possible
combinations are there in a        Similarly, 12 edge cubes can
3x3x3 rubics cube?                 be arranged in 12! ways.
                                   Each of these 12 cubes can be
In other words, if you wanted to   turned in 2 different directions,
solve the rubics cube by trying    so there are 2^12 orientations
different combinations, how        altogether. But if you get all but
many might it take you (worst      one of the edge cube into
case senerio)?                     chosen positions and
                                   orientations, only one of 2
How many for a 4x4x4 cube?         orientations of the final edge
Submitted                          cube is possible. Thus, total
                                   ways edge cubes can be
Answer                             placed = (12!) * (2^12)/2 = (12!)
                                   * (2^11)
There are 4.3252 * 10^19
possible combinations for          Here, we have essentially
3x3x3 Rubics and 7.4012 *          pulled the cubes apart and
10^45 possible combinations        stuck cubes back in place
for 4x4x4 Rubics.                  wherever we please. In reality,
                                   we can only move cubes
                                   around by turning the faces of
Let's consider 3x3x3 Rubics        the cubes. It turns out that you
                                                                   26
can't turn the faces in such a                                N   E   V
way as to switch the positions          E   R
of two cubes while returning all
the others to their original                                  L   E   A
positions. Thus if you get all but      V   E
two cubes in place, there is
only one attainable choice for                           +
them (not 2!). Hence, we must           M   E
divide by 2.
                                                         -----------
Total different possible                ------
combinations are
= [(8!) * (3^7)] * [(12!) * (2^11)] /                         A   L   O
2                                       N E
= (8!) * (3^7) * (12!) * (2^10)         Note that the leftmost letter
= 4.3252 * 10^19                        can't be zero in any word. Also,
                                        there must be a one-to-one
                                        mapping between digits and
Similarly, for 4x4x4 Rubics total       letters. e.g. if you substitute 3
different possible combinations         for the letter M, no other letter
are                                     can be 3 and all other M in the
= [(8!) * (3^7)] * [(24!)] * [(24!) /   puzzle must be 3.
(4!^6)] / 24
= 7.4011968 * 10^45                     Answer

Note that there are 24 edge             A tough one!!!
cubes, which you can not turn
in 2 orientations (hence no             Since R + E + E = 10 + E, it is
2^24 / 2). Also, there are 4            clear that R + E = 10 and
center cubes per face i.e. (24!) /      neither R nor E is equal to 0 or
(4!^6). You can switch 2 cubes          5. This is the only entry point to
without affecting the rest of the
combination as 4*4*4 has even           solve it. Now use trial-n-error
dimensions (hence no division           method.
by 2). But pattern on one side is
rotated in 4 directions over 6
faces, hence divide by 24.
Substitute digits for the letters
to make the following relation
true.
                                                                          27
sex then the man is older
      N E V E           R                 than the woman.
2    1 4 1 9                           5. If the dancer is a woman,
                                          then the dancer is older
      L E A V           E                 than the singer.
3    1 5 4 1
                                    Whose occupation do you
    +              M E              know? And what is his/her
+                6 1                occupation?
                                    Answer
  -----------------
-----------------                   Cindy is the Singer. Mr.
                                    Clinton or Monika is the
      A L O N           E           Dancer.
5    3 0 2 1
                                    From (1) and (3), the singer
                                    and the dancer, both can not be
One of the four people - Mr.        a man. From (3) and (4), if the
Clinton, his wife Monika, their     singer is a man, then the
son Mandy and their daughter        dancer must be a man. Hence,
Cindy - is a singer and another     the singer must be a woman.
is a dancer. Mr. Clinton is older
than his wife and Mady is older     CASE I : Singer is a woman
than his sister.                    and Dancer is also a woman
                                    Then, the dancer is Monika and
    1. If the singer and the        the singer is Cindy.
       dancer are the same sex,
       then the dancer is older     CASE II : Singer is a woman
       than the singer.             and Dancer is also a man
    2. If neither the singer nor    Then, the dancer is Mr. Clinton
       the dancer is the parent     and the singer is Cindy.
       of the other, then the
       singer is older than the     In both the cases, we know that
       dancer.                      Cindy is the Singer. And either
    3. If the singer is a man,      Mr. Clinton or Monika is the
       then the singer and the      Dancer.
       dancer are the same age.     There are 20 people in your
    4. If the singer and the        applicant pool, including 5 pairs
       dancer are of opposite       of identical twins.


                                                                   28
If you hire 5 people randomly,                          10C3 *
       what are the chances you will           3          2                10C2       3600
                                                               8/9 * 6/8
       hire at least 1 pair of identical
       twins? (Needless to say, this                           10C4 *
       could cause trouble ;))                 4          1    8/9 * 6/8 * 10C1        800
       Submitted                                               4/7
                                                               10C5 *
       Answer                                  5          0    8/9 * 6/8 * 10C0        32
                                                               4/7 * 2/6
       The probability to hire 5                                           Total 11584
       people with at least 1 pair of
       identical twins is 25.28%
                                                   Thus, total possible ways to
       5 people from the 20 people                 hire 5 people without a single
       can be hired in 20C5 = 15504                pair of indentical twins = 11584
       ways.                                       ways

       Now, divide 20 people into two              So, total possible ways to hire 5
       groups of 10 people each :                  people with at least a single
       G1 - with all twins                         pair of indentical twins = 15504
       G2 - with all people other than             - 11584 = 3920 ways
       twins
                                           Hence, the probability to hire 5
     Let's find out all possible ways      people with at least a single
     to hire 5 people without a single     pair of indentical twins
     pair of indentical twins.             = 3920/15504
                                           = 245/969
People People No of              No Total = 0.2528
 from from ways to               of ways = 25.28%
  G1        G2      hire G1 ways           In a hotel, rooms are numbered
                   without a to            from 101 to 550. A room is
                     single     hire       chosen at random. What is the
                    pair of      G2        probability that room number
                  indentical               starts with 1, 2 or 3 and ends
                     twins                 with 4, 5 or 6?
   0         5    10C0         10C5    252
   1         4    10C1         10C4 2100 Answer
                    10C2 *
   2          3                  10C3      4800 There are total 450 rooms.
                    8/9

                                                                                  29
Out of which 299 room number        Answer
starts with either 1, 2 or 3. (as
room number 100 is not there)       One way to solve it is by
Now out of those 299 rooms          making 3 equations and solve
only 90 room numbers end with       them simultaneously. But there
4, 5 or 6                           is rather easier way to solve it
                                    using Backtracing.
So the probability is 90/450 i.e.
1/5 or 0.20                         It's given that at the end, each
Draw 9 dots on a page, in the       had 24 tractors (24, 24, 24) i.e.
shape of three rows of three        after Z gave tractors to X & Y
dots to form a square. Now          as many as they had. It means
place your pen on the page,         that after getting tractors from Z
draw 4 straight lines and try       their tractors got doubled. So
and cover all the dots.             before Z gave them tractors,
                                    they had 12 tractors each and Z
You're not allowed to lift your     had 48 tractors. (12, 12, 48)
pen.
                                    Similarly, before Y gave
Note: Don't be confined by the      tractors to X & Z, they had 6 &
dimensions of the square.           24 tractors respectively and Y
Submitted                           had 42 tractors i.e. (6, 42, 24)

                                    Again, before X gave tractors to
                                    Y & Z, they had 21 & 12
                                    tractors respectively and X had
                                    39 tractors i.e. (39, 21, 12)
There are 3 persons X, Y and
Z. On some day, X lent tractors     Hence, initially X had 39
to Y and Z as many as they          tractors, Y had 21 tractors
had. After a month Y gave as        and Z had 12 tractors.
many tractors to X and Z as
many as they have. After a          There is a 50m long army
month Z did the same thing. At      platoon marching ahead. The
the end of this transaction each    last person in the platoon wants
one of them had 24.                 to give a letter to the first
                                    person leading the platoon. So
Find the tractors each originally   while the platoon is marching
had?                                he runs ahead, reaches the first
                                    person and hands over the
                                                                   30
letter to him and without          the last person moved [50-(50-
stopping he runs and comes         X)] X meters whereas the
back to his original position.     platoon moved (50-X) meters.

In the mean time the whole         Now, as the ratios are equal,
platoon has moved ahead by         (50+X)/X = X/(50-X)
50m.                               (50+X)*(50-X) = X*X

The question is how much           Solving, X=35.355 meters
distance did the last person
cover in that time. Assuming       Thus, total distance covered by
that he ran the whole distance     the last person
with uniform speed.                = (50+X) + X
Submitted                          = 2*X + 50
                                   = 2*(35.355) + 50
Answer                             = 120.71 meters

The last person covered
120.71 meters.                     Note that at first glance, one
                                   might think that the total
It is given that the platoon and   distance covered by the last
the last person moved with         person is 100 meters, as he ran
uniform speed. Also, they both     the total lenght of the platoon
moved for the identical amount     (50 meters) twice. TRUE, but
of time. Hence, the ratio of the   that's the relative distance
distance they covered - while      covered by the last person i.e.
person moving forward and          assuming that the platoon is
backword - are equal.              stationary.
                                   Assume that you have enough
Let's assume that when the last    coins of 1, 5, 10, 25 and 50
person reached the first person,   cents.
the platoon moved X meters
forward.                           How many ways are there to
                                   make change for a dollar? Do
Thus, while moving forward the     explain your answer.
last person moved (50+X)
meters whereas the platoon
moved X meters.

Similarly, while moving back
                                                                   31
ways
There are 292 ways to make
change for a dollar using             Let's take another example:
coins of 1, 5, 10, 25 and 50          To get change for 75 cents
cents.                                using all coins up to 50 cent i.e.
                                      1, 5, 10, 25 and 50 cents coins.
Let's generalised the teaser          * 75 cents change using coins
and make a table as shown             upto 25 cent = 121 ways
above.                                * (75-50) 25 cents change
                                      using coins upto 50 cent = 13
If you wish to make change for        ways
75 cents using only 1, 5, 10 and      * 75 cents change using coins
25 cent coins, go to the .25 row      upto 50 cent = 121+13 = 134
and the 75 column to obtain           ways
121 ways to do this.
                                      For people who don't want to
The table can be created from         tease their brain and love to do
left-to-right and top-to-bottom.      computer programming, there
Start with the top left i.e. 1 cent   is a simple way. Write a small
row. There is exactly one way         multi-loop program to solve the
to make change for every              equation: A + 5B + 10C + 25D
amount. Then calculate the 5          + 50E = 100
cents row by adding the               where,
number of ways to make                A = 0 to 100
change for the amount using 1         B = 0 to 20
cent coins plus the number of         C = 0 to 10
ways to make change for 5             D = 0 to 4
cents less using 1 and 5 cent         E = 0 to 2
coins.
                                      The program should output all
Let's take an example:                the possible values of A, B, C,
To get change for 50 cents            D and E for which the equation
using 1, 5 and 10 cent coins.         is satisfied.
* 50 cents change using 1 and
5 cent coins = 11 ways                In a Road Race, one of the
* (50-10) 40 cents change             three bikers was doing 15km
using 1, 5 and 10 cent coins =        less than the first and 3km
25 ways                               more than the third. He also
* 50 cents change using 1, 5          finished the race 12 minutes
and 10 cent coins = 11+25 = 36        after the first and 3 minutes
                                                                      32
before the third.                  Now as per the data given in
                                   the teaser, at a time T min
Can you find out the speed of          X1 = V1 * T
each biker, the time taken by      ----> 1
each biker to finish the race
and the length of the course?         X1 - 15 = V2 * T
                                   ----> 2
Assume that there were no
stops in the race and also they       X1 - 18 = V3 * T
were driving with constant         ----> 3
speeds through out the
                                   At a Distance S Km.
Answer                                 S = V1 * T1
                                   ----> 4

                                      S = V2 * (T1 + 12)
                                   ----> 5

                                      S = V3 * (T1 + 15)
                                   ----> 6

                                   Thus there are 6 equations and
                                   7 unknown data that means it
                                   has infinite number of solutions.

                                   By solving above 6 equations
                                   we get,
                                   Time taken by first biker, T1 =
Let us assume that                 60 Min.
Speed of First biker = V1          Time taken by Second biker, T2
km/min                             = 72 Min.
Speed of Second biker = V2         Time taken by first biker, T3 =
km/min                             75 Min.
Speed of Third biker = V3
km/min                             Also, we get
Total time take by first biker =   Speed of first biker, V1 = 90/T
T1 min                             km/min
Total distance = S km              Speed of second biker, V2 =
                                   (5/6)V1 = 75/T km/min
                                   Speed of third biker, V3 =

                                                                     33
(4/5)V1 = 72/T km/min                 It is clear that option 3 is not
                                      possible. So we are left with
Also, the length of the course,       only two options. Also, the last
S = 5400/T km                         digit is three times the second,
                                      which rules out the second
Thus, for the data given, only        option. Hence, the answer is
the time taken by each biker          1349.
can be found i.e. 60, 72 and 75
minutes. For other quantities,        Difference between Bholu's and
one more independent datum is         Molu's age is 2 years and the
required i.e. either T or V1 or       difference between Molu's and
V2 or V3                              Kolu's age is 5 years.

Thanks to Theertham Srinivas          What is the maximum possible
for the answer !!!                    value of the sum of the
What is the four-digit number in      difference in their ages, taken
which the first digit is 1/3 of the   two at a time?
second, the third is the sum of       Answer
the first and second, and the
last is three times the second?       The maximum possible value
                                      of the sum of the difference
Answer                                in their ages - taken two at a
                                      time - is 14 years.
The 4 digit number is 1349.
                                      It is given that -
It is given that the first digit is   "Difference between Bholu's
1/3 of the second. There are 3        and Molu's age is 2 years"
such possibilities.                   "Difference between Molu's and
                                      Kolu's age is 5 years"
   1. 1 and 3
   2. 2 and 6                         Now, to get the maximum
   3. 3 and 9                         possible value, the difference
                                      between Bholu's and Kolu's
Now, the third digit is the sum       age should be maximum i.e.
of the first and second digits.       Molu's age should be in
                                      between Bholu's and Kolu's
   1. 1 + 3 = 4                       age. Then, the difference
   2. 2 + 6 = 8                       between Bholu's and Kolu's
   3. 3 + 9 = 12                      age is 7 years.


                                                                       34
Hence, the maximum possible           (2) 5 - 2 = 3
value of the sum of the               10 (0) x 2 = 20
difference in their ages - taken      (3) 6 / 3 = 2
two at a time - is (2 + 5 + 7) 14     14 (4) - 3 = 11
years.
If it is given that:                  Answer 3 : 14
25 - 2 = 3                            Drop left and right digit
100 x 2 = 20                          alternatively from the actual
36 / 3 = 2                            answer.
                                      25 - 2 = (2) 3 (drop left digit i.e.
What is 144 - 3 = ?                   2)
Submitted                             100 * 2 = 20 (0) (drop right digit
Answer                                i.e. 0)
                                      36 / 3 = (1) 2 (drop left digit i.e.
There are 3 possible answers          1)
to it.                                144 - 3 = 14 (1) (drop right digit
                                      i.e. 1)
Answer 1 : 9
Simply replace the first number
by its square root.                   A 3 digit number is such that it's
(25) 5 - 2 = 3                        unit digit is equal to the product
(100) 10 x 2 = 20                     of the other two digits which are
(36) 6 / 3 = 2                        prime. Also, the difference
(144) 12 - 3 = 9                      between it's reverse and itself is
                                      396.
Answer 2 : 11
Drop the digit in the tens            What is the sum of the three
position from the first number.       digits?
(2) 5 - 2 = 3
1 (0) 0 x 2 = 20                      Answer
(3) 6 / 3 = 2
1 (4) 4 - 3 = 11                      The required number is 236
                                      and the sum is 11.
You will get the same answer
on removing left and right digit      It is given that the first two
alternatively from the first          digits of the required number
number i.e remove left digit          are prime numbers i.e. 2, 3, 5
from first (2), right digit from      or 7. Note that 1 is neither
second (0), left digit from third     prime nor composite. Also, the
(3) and right digit from forth (4).   third digit is the multiplication of
                                                                        35
the first two digits. Thus, first   Hence, there are 4 marbles
two digits must be either 2 or 3    under each mug.
i.e. 22, 23, 32 or 33 which         At University of Probability,
means that there are four           there are 375 freshmen, 293
possible numbers - 224, 236,        sophomores, 187 juniors, & 126
326 and 339.                        seniors. One student will
                                    randomly be chosen to receive
Now, it is also given that - the    an award.
difference between it's reverse
and itself is 396. Only 236         What percent chance is there
satisfies this condition. Hence,    that it will be a junior? Round to
the sum of the three digits is      the nearest whole percent
11.                                 Answer

There are 4 mugs placed             19%
upturned on the table. Each
mug have the same number of         This puzzle is easy. Divide the
marbles and a statement about       number of juniors (187) by the
the number of marbles in it. The    total number of students (981),
statements are: Two or Three,       & then multiply the number by
One or Four, Three or One,          100 to convert to a percentage.
One or Two.
                                    Hence the answer is
Only one of the statement is        (187/981)*100 = 19%
correct. How many marbles are
there under each mug?
                                    If you were to dial any 7 digits
Answer                              on a telephone in random
                                    order, what is the probability
A simple one.                       that you will dial your own
                                    phone number?
As it is given that only one of
the four statement is correct,      Assume that your telephone
the correct number can not          number is 7-digits.
appear in more than one             Answer
statement. If it appears in more
than one statement, then more       1 in 10,000,000
than one statement will be
correct.                            There are 10 digits i.e. 0-9.
                                    First digit can be dialed in 10
                                                                       36
ways. Second digit can be            words.
dialed in 10 ways. Third digit
can be dialed in 10 ways. And        It is a simple permutation
so on.....                           problem of arranging 6 letters
                                     to get different six-letter words.
Thus, 7-digit can be dialed in       And it can be done in in 6! ways
10*10*10*10*10*10*10                 i.e. 720 ways.
(=10,000,000) ways. And, you
have just one telephone              In otherwords, the first letter
number. Hence, the possibility       can be any of the given 6
that you will dial your own          letters (A through F). Then,
number is 1 in 10,000,000.           whatever the first letter is, the
                                     second letter will always be
Note that 0123456 may not be         from the remaining 5 letters (as
a valid 7-digit telephone            same letter can not be used
number. But while dialing in         twice), and the third letter
random order, that is one of the     always be from the remaining 4
possible 7-digit number which        letters, and so on. Thus, the
you may dial.                        different possible six-letter
An anthropologist discovers an       words are 6*5*4*3*2*1 = 720
isolated tribe whose written
alphabet contains only six           Kate, Demi, Madona, Sharon,
letters (call the letters A, B, C,   Britney and Nicole decided to
D, E and F). The tribe has a         lunch together in a restaurant.
taboo against using the same         The waiter led them to a round
letter twice in the same word.       table with six chairs.
It's never done.
                                     How many different ways can
If each different sequence of        they seat?
letters constitues a different
word in the language, what is        Answer
the maximum number of six-
letter words that the language       There are 120 different
can employ?                          possible seating
Submitted                            arrangments.

Answer                               Note that on a round table
                                     ABCDEF and BCDEFA is the
The language can employ              same.
maximum of 720 six-letter
                                                                     37
The first person can sit on any       = 1 / 372
one of the seats. Now, for the        = 0.002688
second person there are 5
options, for the third person         What is the area of the triangle
there are 4 options, for the forth    ABC with A(e,p) B(2e,3p) and
person there are 3 options, for       C(3e,5p)?
the fifth person there are 2
options and for the last person       where p = PI (3.141592654)
there is just one option.             Answer

Thus, total different possible        A tricky ONE.
seating arrangements are
=5*4*3*2*1                            Given 3 points are colinear.
= 120                                 Hence, it is a straight line.
3 blocks are chosen randomly on a
chessboard. What is the probability   Hence area of triangle is 0.
that they are in the same diagonal

Answer
                                      Silu and Meenu were walking
There are total of 64 blocks on       on the road.
a chessboard. So 3 blocks can
be chosen out of 64 in 64C3           Silu said, "I weigh 51 Kgs. How
ways.                                 much do you weigh?"
So the sample space is =
41664                                 Meenu replied that she wouldn't
                                      reveal her weight directly as
There are 2 diagonal on               she is overweight. But she said,
chessboard each one having 8          "I weigh 29 Kgs plus half of my
blocks. Consider one of them.         weight."
3 blocks out of 8 blocks in
diagonal can be chosen in 8C3         How much does Meenu weigh?
ways.
But there are 2 such diagonals,       Answer
hence favourables = 2 * 8C3 = 2
* 56 = 112                            Meenu weighs 58 Kgs.

The require probability is            It is given that Meenu weighs
= 112 / 41664                         29 Kgs plus half of her own
                                      weight. It means that 29 Kgs is
                                                                         38
the other half. So she weighs        leaves a remainder of 0, 3, or 6
58 Kgs.                              if you remove it from the sum 0
                                     + 1 + ... + 9. Hence, it follows
Solving mathematically, let's        that J must be 9.
assume that her weight is X          A man has Ten Horses and
Kgs.                                 nine stables as shown here.
X = 29 + X/2                             [] [] [] [] [] [] []
2*X = 58 + X                         [] []
X = 58 Kgs                           The man wants to fit Ten
                                     Horses into nine stables. How
Consider the sum: ABC + DEF          can he fit Ten horses into nine
+ GHI = JJJ                          stables?
                                     Submitted
If different letters represent       Answer
different digits, and there are no
leading zeros, what does J           The answer is simple. It says
represent?                           the man wants to fit "Ten
                                     Horses" into nine stables.
                                     There are nine letters in the
Answer                               phrase "Ten Horses". So you
                                     can put one letter each in all
The value of J must be 9.            nine stables.
                                        [T] [E] [N] [H] [O]
Since there are no leading           [R] [S] [E] [S]
zeros, J must be 7, 8, or 9. (JJJ
= ABC + DEF + GHI = 14? +            A man is at a river with a 9
25? + 36? = 7??)                     gallon bucket and a 4 gallon
                                     bucket. He needs exactly 6
Now, the remainder left after        gallons of water.
dividing any number by 9 is the
same as the remainder left after     How can he use both buckets
dividing the sum of the digits of    to get exactly 6 gallons of
that number by 9. Also, note         water?
that 0 + 1 + ... + 9 has a
remainder of 0 after dividing by     Note that he cannot estimate by
9 and JJJ has a remainder of 0,      dumping some of the water out
3, or 6.                             of the 9 gallon bucket or the 4
                                     gallon bucket
The number 9 is the only             Answer
number from 7, 8 and 9 that

                                                                      39
For the sack of explanation,        with 9
let's identify 4 gallon bucket as   gallon
Bucket P and 9 gallon bucket        water
as Bucket Q.
                                    Pour 3
          4 gallon 9 gallon
                                    gallon
           bucket bucket
                                    water from       4          6
Operation (Bucket (Bucket
                                    bucket Q to
             P)       Q)
                                    bucket P
Initially         0          0
Fill the                            9 gallon bucket contains 6
bucket Q                            gallon of water, as required.
with 9            0          9
gallon                              Each of the five characters in
water                               the word BRAIN has a different
                                    value between 0 and 9. Using
Pour 4                              the given grid, can you find out
gallon                              the value of each character?
water from        4          5                 B     R    A     I
bucket Q to                         N     31
bucket P
                                               B    B     R     B
Empty
                  0          5      A    31
bucket P
Pour 4                                         N    I     A     B
gallon                              B    32
water from        4          1
bucket Q to                                    N    I     B     A
bucket P                            I    30
Empty                                          I    R     A     A
                  0          1
bucket P                            A    23
Pour 1
gallon                                        37   29    25   27
water from        1          0      29
bucket Q to                         The numbers on the extreme
bucket P                            right represent the sum of the
                                    values represented by the
Fill the                            characters in that row. Also, the
                  1          9
bucket Q                            numbers on the last raw
                                                                    40
represent the sum of the values    B + R + A + I + N = 31
represented by the characters      7 + 6 + 4 + 5 + N = 31
in that column. e.g. B + R + A +   N=9
I + N = 31 (from first row)
Answer                             Thus, B=7, R=6, A=4, I=5 and
                                   N=9
B=7, R=6, A=4, I=5 and N=9         There are 9 coins. Out of which
                                   one is odd one i.e weight is less
Make total 10 equations - 5 for    or more. How many iterations
rows and 5 for columns - and       of weighing are required to find
sovle them.                        odd coin?
                                   Answer
From Row3 and Row4,
N+I+A+B+B=N+I+B+                   It is always possible to find odd
A+I+2                              coin in 3 weighings and to tell
B=I+2                              whether the odd coin is heavier
                                   or lighter.
From Row1 and Row3,
B+R+A+I+N=N+I+A+                      1. Take 8 coins and weigh 4
B+B-1                                    against 4.
R=B-1                                      o If both are not
                                              equal, goto step 2
From Column2,                              o If both are equal,
R + B + I + I + R = 29                        goto step 3
B + 2R + 2I = 29
B + 2(B - 1) + 2I = 29
3B + 2I = 31
3(I + 2) + 2I = 31                    2. One of these 8 coins is
5I = 25                                  the odd one. Name the
I=5                                      coins on heavier side of
                                         the scale as H1, H2, H3
Hence, B=7 and R=6                       and H4. Similarly, name
                                         the coins on the lighter
From Row2,                               side of the scale as L1,
B + B + R + B + A = 31                   L2, L3 and L4. Either one
3B + R + A = 31                          of H's is heavier or one of
3(7) + 6 + A = 31                        L's is lighter. Weigh (H1,
A=4                                      H2, L1) against (H3, H4,
                                         X) where X is one coin
From Row1,
                                                                  41
remaining in intial
weighing.
                                        o   If (H3, H4, X) is
   o   If both are equal,                   heavier side on the
       one of L2, L3, L4 is                 scale, either H3 or
       lighter. Weigh L2                    H4 is heavier or L1
       against L3.                          is lighter. Weight H3
            If both are                    against H4
              equal, L4 is                       If both are
              the odd coin                         equal, L1 is
              and is lighter.                      the odd coin
            If L2 is light,                       and is lighter.
              L2 is the odd                      If H3 is heavy,
              coin and is                          H3 is the odd
              lighter.                             coin and is
            If L3 is light,                       heavier.
              L3 is the odd                      If H4 is heavy,
              coin and is                          H4 is the odd
              lighter.                             coin and is
                                                   heavier.


   o   If (H1, H2, L1) is
       heavier side on the        3. The remaining coin X is
       scale, either H1 or           the odd one. Weigh X
       H2 is heavier.                against the anyone coin
       Weight H1 against             used in initial weighing.
       H2                               o If both are equal,
            If both are                   there is some error.
             equal, there is            o If X is heavy, X is
             some error.                   the odd coin and is
            If H1 is heavy,               heavier.
             H1 is the odd              o If X is light, X is the
             coin and is                   odd coin and is
             heavier.                      lighter.
            If H2 is heavy,
             H2 is the odd      In a sports contest there were
             coin and is        m medals awarded on n
             heavier.           successive days (n > 1).


                                                                 42
1. On the first day 1 medal    any other simpler method, do
     and 1/7 of the remaining    submit it.
     m - 1 medals were
     awarded.                    A number of 9 digits has the
  2. On the second day 2         following properties:
     medals and 1/7 of the
     now remaining medals             The number comprising
     was awarded; and so on.          the leftmost two digits is
  3. On the nth and last day,         divisible by 2, that
     the remaining n medals           comprising the leftmost
     were awarded.                    three digits is divisible by
                                      3, the leftmost four by 4,
How many days did the contest         the leftmost five by 5, and
last, and how many medals             so on for the nine digits of
were awarded altogether?              the number i.e. the
Answer                                number formed from the
                                      first n digits is divisible by
Total 36 medals were                  n, 2<=n<=9.
awarded and the contest was           Each digit in the number
for 6 days.                           is different i.e. no digits
                                      are repeated.
On day 1: Medals awarded = (1         The digit 0 does not occur
+ 35/7) = 6 : Remaining 30            in the number i.e. it is
medals                                comprised only of the
On day 2: Medals awarded = (2         digits 1-9 in some order.
+ 28/7) = 6 : Remaining 24
medals                           Find the number.
On day 3: Medals awarded = (3
+ 21/7) = 6 : Remaining 18       Answer
medals
On day 4: Medals awarded = (4    The answer is 381654729
+ 14/7) = 6 : Remaining 12
medals                           One way to solve it is Trial-&-
On day 5: Medals awarded = (5    Error. You can make it bit
+7/7) = 6 : Remaining 6 medals   easier as odd positions will
On day 6: Medals awarded 6       always occupy ODD numbers
                                 and even positions will always
I got this answer by writing     occupy EVEN numbers. Further
small program. If anyone know    5th position will contain 5 as 0
                                 does not occur.

                                                                 43
You have to figure out who is
The other way to solve this        who IN ONLY 2 QUESTIONS.
problem is by writing a            Your questions have to be YES
computer program that              or NO questions and can only
systematically tries all           be answered by one person. (If
possibilities.                     you ask the same question to
                                   two different people then that
                                   counts as two questions). Keep
1/3 rd of the contents of a        in mind that all four know each
container evaporated on the 1st    other's characteristics whether
day. 3/4th of the remaining        they lie or not.
contents of the container
evaporated on the second day.      What questions would you ask
                                   to figure out who is who?
What part of the contents of the   Remember that you can ask
container is left at the end of    only 2 questions.
the second day?                    Submitted
Answer                             You have 3 baskets, & each
                                   one contains exactly 4 balls,
Assume that contents of the        each of which is of the same
container is X                     size. Each ball is either red,
                                   black, white, or purple, & there
On the first day 1/3rd is          is one of each color in each
evaporated.                        basket.
(1 - 1/3) of X is remaining i.e.
(2/3)X                             If you were blindfolded, & lightly
                                   shook each basket so that the
On the Second day 3/4th is         balls would be randomly
evaporated. Hence,                 distributed, & then took 1 ball
(1- 3/4) of (2/3)X is remaining    from each basket, what chance
i.e. (1/4)(2/3)X = (1/6) X         is there that you would have
                                   exactly 2 red balls?
Hence 1/6th of the contents of
the container is remaining         Answer

There are four people in a room    There are 64 different possible
(not including you). Exactly two   outcomes, & in 9 of these,
of these four always tell the      exactly 2 of the balls will be red.
truth. The other two always lie.   There is thus a slightly better
                                   than 14% chance [(9/64)*100]
                                                                   44
that exactly 2 balls will be red.    Commission chooses 11 from
                                     those 80 numbers, again no
A much faster way to solve the       repetition. You win the lottery if
problem is to look at it this way.   atleast 7 of your numbers are
There are 3 scenarios where          there in the 11 chosen by the
exactly 3 balls are red:             Lottery Commission.

  1     2     3                      What is the probablity of
                                     winning the lottery?
 -----------                         Answer

  R     R     X                      The probability of winning the
                                     lottery is two in one billion i.e.
  R     X     R                      only two person can win from
                                     one billion !!!
  X     R     R
                                     Let's find out sample space
X is any ball that is                first. The Lottery Commission
not red.                             chooses 11 numbers from the
There is a 4.6875% chance that       80. Hence, the 11 numbers
each of these situations will        from the 80 can be selected in
occur.                               80
                                        C11 ways which is very very
                                     high and is equal to 1.04776 *
Take the first one, for example:     1013
25% chance the first ball is red,
multiplied by a 25% chance the       Now, you have to select 8
second ball is red, multiplied by    numbers from 80 which can be
a 75% chance the third ball is       selected in 80C8 ways. But we
not red.                             are interested in only those
                                     numbers which are in 11
Because there are 3 scenarios        numbers selected by the
where this outcome occurs, you       Lottery Commision. There are 2
multiply the 4.6875% chance of       cases.
any one occurring by 3, & you
get 14.0625%                               You might select 8
                                           numbers which all are
Consider a state lottery where             there in 11 numbers
you get to choose 8 numbers                choosen by the Lottery
from 1 to 80, no repetiton                 Commission. So there are
                                           11
allowed. The Lottery                          C8 ways.

                                                                          45
Another case is you might    Radius)
      select 7 lucky numbers       = PI * 7
      and 1 non-lucky number       = 3.14159265 * 7
      from the remaining 69        = 21.99115
      numbers. There are ( 11C7    = 22 inches approx.
      ) * ( 69C1 ) ways to do      SubmittIf a rook and a bishop
      that.                        of a standard chess set are
                                   randomly placed on a
So total lucky ways are            chessboard, what is the
= ( 11C8 ) + ( 11C7 ) * ( 69C1 )   probability that one is attacking
= (165) + (330) * (69)             the other?
= 165 + 22770
= 22935                            Note that both are different
                                   colored pieces.
Hence, the probability of the      SubmAnswer
winning lottery is
= (Total lucky ways) / (Total      The probability of either the
Sample space)                      Rook or the Bishop attacking
= (22935) / ( 1.04776 * 1013)      the other is 0.3611
= 2.1889 * 10-9
i.e. 2 in a billion.To move a      A Rook and a Bishop on a
Safe, two cylindrical steel bars   standard chess-board can be
7 inches in diameter are used      arranged in 64P2 = 64*63 =
as rollers.                        4032 ways
How far will the safe have         Now, there are 2 cases - Rook
moved forward when the rollers     attacking Bishop and Bishop
have made one revolution?          attacking Rook. Note that the
Answer                             Rook and the Bishop never
                                   attack each other
The safe must have moved           simultaneously. Let's consider
22 inches forward.                 both the cases one by one.
If the rollers make one            Case I - Rook attacking
revolution, the safe will move     Bishop
the distance equal to the          The Rook can be placed in any
circumference of the roller.       of the given 64 positions and it
Hence, the distance covered by     always attacks 14 positions.
the safe is                        Hence, total possible ways of
= PI * Diameter (or 2 * PI *       the Rook attacking the Bishop
                                                                  46
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles
400 puzzles

More Related Content

Similar to 400 puzzles

400 challenging puzzles
400 challenging puzzles400 challenging puzzles
400 challenging puzzlesSakshi Vashist
 
400 puzzles-and-answers-for-interview
400 puzzles-and-answers-for-interview400 puzzles-and-answers-for-interview
400 puzzles-and-answers-for-interviewchakravarthy Gopi
 
Honors precalc warm ups
Honors precalc warm upsHonors precalc warm ups
Honors precalc warm upsKristen Fouss
 
231093760-SOLITON-TECHNOLOGIES-Questions-With-Answers.pdf
231093760-SOLITON-TECHNOLOGIES-Questions-With-Answers.pdf231093760-SOLITON-TECHNOLOGIES-Questions-With-Answers.pdf
231093760-SOLITON-TECHNOLOGIES-Questions-With-Answers.pdfKameshKlever
 
Ordinary Differential Equation
Ordinary Differential EquationOrdinary Differential Equation
Ordinary Differential Equationnur fara
 
20230124 PLOS Fractal Manuscript 8.docx
20230124 PLOS Fractal Manuscript 8.docx20230124 PLOS Fractal Manuscript 8.docx
20230124 PLOS Fractal Manuscript 8.docxSharon Liu
 
C10 10.2
C10 10.2C10 10.2
C10 10.2BGEsp1
 
MA 243 Calculus III Fall 2015 Dr. E. JacobsAssignmentsTh.docx
MA 243 Calculus III Fall 2015 Dr. E. JacobsAssignmentsTh.docxMA 243 Calculus III Fall 2015 Dr. E. JacobsAssignmentsTh.docx
MA 243 Calculus III Fall 2015 Dr. E. JacobsAssignmentsTh.docxinfantsuk
 
Math Quiz-Final round with answer
Math Quiz-Final round with answerMath Quiz-Final round with answer
Math Quiz-Final round with answerEmam Khan
 
Math Quiz Final round with answer
Math Quiz Final round with answerMath Quiz Final round with answer
Math Quiz Final round with answerEmam Khan
 

Similar to 400 puzzles (20)

Mind blowing puzzles
Mind blowing puzzlesMind blowing puzzles
Mind blowing puzzles
 
400 challenging puzzles
400 challenging puzzles400 challenging puzzles
400 challenging puzzles
 
400 puzzlesnnn
400 puzzlesnnn400 puzzlesnnn
400 puzzlesnnn
 
400 puzzles-and-answers-for-interview
400 puzzles-and-answers-for-interview400 puzzles-and-answers-for-interview
400 puzzles-and-answers-for-interview
 
Honors precalc warm ups
Honors precalc warm upsHonors precalc warm ups
Honors precalc warm ups
 
Precalc warm ups
Precalc warm upsPrecalc warm ups
Precalc warm ups
 
231093760-SOLITON-TECHNOLOGIES-Questions-With-Answers.pdf
231093760-SOLITON-TECHNOLOGIES-Questions-With-Answers.pdf231093760-SOLITON-TECHNOLOGIES-Questions-With-Answers.pdf
231093760-SOLITON-TECHNOLOGIES-Questions-With-Answers.pdf
 
Ordinary Differential Equation
Ordinary Differential EquationOrdinary Differential Equation
Ordinary Differential Equation
 
20230124 PLOS Fractal Manuscript 8.docx
20230124 PLOS Fractal Manuscript 8.docx20230124 PLOS Fractal Manuscript 8.docx
20230124 PLOS Fractal Manuscript 8.docx
 
CAT - 2005
CAT - 2005CAT - 2005
CAT - 2005
 
Junior olympiad
Junior olympiadJunior olympiad
Junior olympiad
 
Sols
SolsSols
Sols
 
C10 10.2
C10 10.2C10 10.2
C10 10.2
 
Mathprize2016solutions
Mathprize2016solutionsMathprize2016solutions
Mathprize2016solutions
 
MA 243 Calculus III Fall 2015 Dr. E. JacobsAssignmentsTh.docx
MA 243 Calculus III Fall 2015 Dr. E. JacobsAssignmentsTh.docxMA 243 Calculus III Fall 2015 Dr. E. JacobsAssignmentsTh.docx
MA 243 Calculus III Fall 2015 Dr. E. JacobsAssignmentsTh.docx
 
Pat 2011-paper
Pat 2011-paperPat 2011-paper
Pat 2011-paper
 
Math Quiz-Final round with answer
Math Quiz-Final round with answerMath Quiz-Final round with answer
Math Quiz-Final round with answer
 
Math Quiz Final round with answer
Math Quiz Final round with answerMath Quiz Final round with answer
Math Quiz Final round with answer
 
Statistics Coursework Exam Help
Statistics Coursework Exam HelpStatistics Coursework Exam Help
Statistics Coursework Exam Help
 
Statistics Coursework Help
Statistics Coursework HelpStatistics Coursework Help
Statistics Coursework Help
 

Recently uploaded

Call Girls Ellis Bridge 7397865700 Independent Call Girls
Call Girls Ellis Bridge 7397865700 Independent Call GirlsCall Girls Ellis Bridge 7397865700 Independent Call Girls
Call Girls Ellis Bridge 7397865700 Independent Call Girlsssuser7cb4ff
 
ViP Call Girls In Udaipur 9602870969 Gulab Bagh Escorts SeRvIcE
ViP Call Girls In Udaipur 9602870969 Gulab Bagh Escorts SeRvIcEViP Call Girls In Udaipur 9602870969 Gulab Bagh Escorts SeRvIcE
ViP Call Girls In Udaipur 9602870969 Gulab Bagh Escorts SeRvIcEApsara Of India
 
Vip Udaipur Call Girls 9602870969 Dabok Airport Udaipur Escorts Service
Vip Udaipur Call Girls 9602870969 Dabok Airport Udaipur Escorts ServiceVip Udaipur Call Girls 9602870969 Dabok Airport Udaipur Escorts Service
Vip Udaipur Call Girls 9602870969 Dabok Airport Udaipur Escorts ServiceApsara Of India
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377087607
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377087607FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377087607
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377087607dollysharma2066
 
NO1 WorldWide Amil baba in pakistan Amil Baba in Karachi Black Magic Islamaba...
NO1 WorldWide Amil baba in pakistan Amil Baba in Karachi Black Magic Islamaba...NO1 WorldWide Amil baba in pakistan Amil Baba in Karachi Black Magic Islamaba...
NO1 WorldWide Amil baba in pakistan Amil Baba in Karachi Black Magic Islamaba...Amil baba
 
Call Girls In Moti Bagh (8377877756 )-Genuine Rate Girls Service
Call Girls In Moti Bagh (8377877756 )-Genuine Rate Girls ServiceCall Girls In Moti Bagh (8377877756 )-Genuine Rate Girls Service
Call Girls In Moti Bagh (8377877756 )-Genuine Rate Girls Servicedollysharma2066
 
The Fine Line Between Honest and Evil Comics by Salty Vixen
The Fine Line Between Honest and Evil Comics by Salty VixenThe Fine Line Between Honest and Evil Comics by Salty Vixen
The Fine Line Between Honest and Evil Comics by Salty VixenSalty Vixen Stories & More
 
Call Girls SG Highway 7397865700 Ridhima Hire Me Full Night
Call Girls SG Highway 7397865700 Ridhima Hire Me Full NightCall Girls SG Highway 7397865700 Ridhima Hire Me Full Night
Call Girls SG Highway 7397865700 Ridhima Hire Me Full Nightssuser7cb4ff
 
Vip Delhi Ncr Call Girls Best Services Available
Vip Delhi Ncr Call Girls Best Services AvailableVip Delhi Ncr Call Girls Best Services Available
Vip Delhi Ncr Call Girls Best Services AvailableKomal Khan
 
办理滑铁卢大学毕业证成绩单|购买加拿大文凭证书
办理滑铁卢大学毕业证成绩单|购买加拿大文凭证书办理滑铁卢大学毕业证成绩单|购买加拿大文凭证书
办理滑铁卢大学毕业证成绩单|购买加拿大文凭证书zdzoqco
 
Call Girls CG Road 7397865700 Independent Call Girls
Call Girls CG Road 7397865700  Independent Call GirlsCall Girls CG Road 7397865700  Independent Call Girls
Call Girls CG Road 7397865700 Independent Call Girlsssuser7cb4ff
 
NO1 Certified Black magic specialist,Expert in Pakistan Amil Baba kala ilam E...
NO1 Certified Black magic specialist,Expert in Pakistan Amil Baba kala ilam E...NO1 Certified Black magic specialist,Expert in Pakistan Amil Baba kala ilam E...
NO1 Certified Black magic specialist,Expert in Pakistan Amil Baba kala ilam E...Amil Baba Dawood bangali
 
Low Rate Call Girls In Budh Vihar, Call Us :-9711106444
Low Rate Call Girls In Budh Vihar, Call Us :-9711106444Low Rate Call Girls In Budh Vihar, Call Us :-9711106444
Low Rate Call Girls In Budh Vihar, Call Us :-9711106444CallGirlsInSouthDelh1
 
Call Girls Prahlad Nagar 9920738301 Ridhima Hire Me Full Night
Call Girls Prahlad Nagar 9920738301 Ridhima Hire Me Full NightCall Girls Prahlad Nagar 9920738301 Ridhima Hire Me Full Night
Call Girls Prahlad Nagar 9920738301 Ridhima Hire Me Full Nightssuser7cb4ff
 
Udaipur Call Girls 9602870969 Call Girl in Udaipur Rajasthan
Udaipur Call Girls 9602870969 Call Girl in Udaipur RajasthanUdaipur Call Girls 9602870969 Call Girl in Udaipur Rajasthan
Udaipur Call Girls 9602870969 Call Girl in Udaipur RajasthanApsara Of India
 
No,1 Amil baba Islamabad Astrologer in Karachi amil baba in pakistan amil bab...
No,1 Amil baba Islamabad Astrologer in Karachi amil baba in pakistan amil bab...No,1 Amil baba Islamabad Astrologer in Karachi amil baba in pakistan amil bab...
No,1 Amil baba Islamabad Astrologer in Karachi amil baba in pakistan amil bab...Amil Baba Company
 
Taken Pilot Episode Story pitch Document
Taken Pilot Episode Story pitch DocumentTaken Pilot Episode Story pitch Document
Taken Pilot Episode Story pitch Documentf4ssvxpz62
 
QUIZ BOLLYWOOD ( weekly quiz ) - SJU quizzers
QUIZ BOLLYWOOD ( weekly quiz ) - SJU quizzersQUIZ BOLLYWOOD ( weekly quiz ) - SJU quizzers
QUIZ BOLLYWOOD ( weekly quiz ) - SJU quizzersSJU Quizzers
 
Authentic No 1 Amil Baba In Pakistan Authentic No 1 Amil Baba In Karachi No 1...
Authentic No 1 Amil Baba In Pakistan Authentic No 1 Amil Baba In Karachi No 1...Authentic No 1 Amil Baba In Pakistan Authentic No 1 Amil Baba In Karachi No 1...
Authentic No 1 Amil Baba In Pakistan Authentic No 1 Amil Baba In Karachi No 1...First NO1 World Amil baba in Faisalabad
 
Real NO1 Amil baba in Faisalabad Kala jadu in faisalabad Aamil baba Faisalaba...
Real NO1 Amil baba in Faisalabad Kala jadu in faisalabad Aamil baba Faisalaba...Real NO1 Amil baba in Faisalabad Kala jadu in faisalabad Aamil baba Faisalaba...
Real NO1 Amil baba in Faisalabad Kala jadu in faisalabad Aamil baba Faisalaba...Amil Baba Company
 

Recently uploaded (20)

Call Girls Ellis Bridge 7397865700 Independent Call Girls
Call Girls Ellis Bridge 7397865700 Independent Call GirlsCall Girls Ellis Bridge 7397865700 Independent Call Girls
Call Girls Ellis Bridge 7397865700 Independent Call Girls
 
ViP Call Girls In Udaipur 9602870969 Gulab Bagh Escorts SeRvIcE
ViP Call Girls In Udaipur 9602870969 Gulab Bagh Escorts SeRvIcEViP Call Girls In Udaipur 9602870969 Gulab Bagh Escorts SeRvIcE
ViP Call Girls In Udaipur 9602870969 Gulab Bagh Escorts SeRvIcE
 
Vip Udaipur Call Girls 9602870969 Dabok Airport Udaipur Escorts Service
Vip Udaipur Call Girls 9602870969 Dabok Airport Udaipur Escorts ServiceVip Udaipur Call Girls 9602870969 Dabok Airport Udaipur Escorts Service
Vip Udaipur Call Girls 9602870969 Dabok Airport Udaipur Escorts Service
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377087607
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377087607FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377087607
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377087607
 
NO1 WorldWide Amil baba in pakistan Amil Baba in Karachi Black Magic Islamaba...
NO1 WorldWide Amil baba in pakistan Amil Baba in Karachi Black Magic Islamaba...NO1 WorldWide Amil baba in pakistan Amil Baba in Karachi Black Magic Islamaba...
NO1 WorldWide Amil baba in pakistan Amil Baba in Karachi Black Magic Islamaba...
 
Call Girls In Moti Bagh (8377877756 )-Genuine Rate Girls Service
Call Girls In Moti Bagh (8377877756 )-Genuine Rate Girls ServiceCall Girls In Moti Bagh (8377877756 )-Genuine Rate Girls Service
Call Girls In Moti Bagh (8377877756 )-Genuine Rate Girls Service
 
The Fine Line Between Honest and Evil Comics by Salty Vixen
The Fine Line Between Honest and Evil Comics by Salty VixenThe Fine Line Between Honest and Evil Comics by Salty Vixen
The Fine Line Between Honest and Evil Comics by Salty Vixen
 
Call Girls SG Highway 7397865700 Ridhima Hire Me Full Night
Call Girls SG Highway 7397865700 Ridhima Hire Me Full NightCall Girls SG Highway 7397865700 Ridhima Hire Me Full Night
Call Girls SG Highway 7397865700 Ridhima Hire Me Full Night
 
Vip Delhi Ncr Call Girls Best Services Available
Vip Delhi Ncr Call Girls Best Services AvailableVip Delhi Ncr Call Girls Best Services Available
Vip Delhi Ncr Call Girls Best Services Available
 
办理滑铁卢大学毕业证成绩单|购买加拿大文凭证书
办理滑铁卢大学毕业证成绩单|购买加拿大文凭证书办理滑铁卢大学毕业证成绩单|购买加拿大文凭证书
办理滑铁卢大学毕业证成绩单|购买加拿大文凭证书
 
Call Girls CG Road 7397865700 Independent Call Girls
Call Girls CG Road 7397865700  Independent Call GirlsCall Girls CG Road 7397865700  Independent Call Girls
Call Girls CG Road 7397865700 Independent Call Girls
 
NO1 Certified Black magic specialist,Expert in Pakistan Amil Baba kala ilam E...
NO1 Certified Black magic specialist,Expert in Pakistan Amil Baba kala ilam E...NO1 Certified Black magic specialist,Expert in Pakistan Amil Baba kala ilam E...
NO1 Certified Black magic specialist,Expert in Pakistan Amil Baba kala ilam E...
 
Low Rate Call Girls In Budh Vihar, Call Us :-9711106444
Low Rate Call Girls In Budh Vihar, Call Us :-9711106444Low Rate Call Girls In Budh Vihar, Call Us :-9711106444
Low Rate Call Girls In Budh Vihar, Call Us :-9711106444
 
Call Girls Prahlad Nagar 9920738301 Ridhima Hire Me Full Night
Call Girls Prahlad Nagar 9920738301 Ridhima Hire Me Full NightCall Girls Prahlad Nagar 9920738301 Ridhima Hire Me Full Night
Call Girls Prahlad Nagar 9920738301 Ridhima Hire Me Full Night
 
Udaipur Call Girls 9602870969 Call Girl in Udaipur Rajasthan
Udaipur Call Girls 9602870969 Call Girl in Udaipur RajasthanUdaipur Call Girls 9602870969 Call Girl in Udaipur Rajasthan
Udaipur Call Girls 9602870969 Call Girl in Udaipur Rajasthan
 
No,1 Amil baba Islamabad Astrologer in Karachi amil baba in pakistan amil bab...
No,1 Amil baba Islamabad Astrologer in Karachi amil baba in pakistan amil bab...No,1 Amil baba Islamabad Astrologer in Karachi amil baba in pakistan amil bab...
No,1 Amil baba Islamabad Astrologer in Karachi amil baba in pakistan amil bab...
 
Taken Pilot Episode Story pitch Document
Taken Pilot Episode Story pitch DocumentTaken Pilot Episode Story pitch Document
Taken Pilot Episode Story pitch Document
 
QUIZ BOLLYWOOD ( weekly quiz ) - SJU quizzers
QUIZ BOLLYWOOD ( weekly quiz ) - SJU quizzersQUIZ BOLLYWOOD ( weekly quiz ) - SJU quizzers
QUIZ BOLLYWOOD ( weekly quiz ) - SJU quizzers
 
Authentic No 1 Amil Baba In Pakistan Authentic No 1 Amil Baba In Karachi No 1...
Authentic No 1 Amil Baba In Pakistan Authentic No 1 Amil Baba In Karachi No 1...Authentic No 1 Amil Baba In Pakistan Authentic No 1 Amil Baba In Karachi No 1...
Authentic No 1 Amil Baba In Pakistan Authentic No 1 Amil Baba In Karachi No 1...
 
Real NO1 Amil baba in Faisalabad Kala jadu in faisalabad Aamil baba Faisalaba...
Real NO1 Amil baba in Faisalabad Kala jadu in faisalabad Aamil baba Faisalaba...Real NO1 Amil baba in Faisalabad Kala jadu in faisalabad Aamil baba Faisalaba...
Real NO1 Amil baba in Faisalabad Kala jadu in faisalabad Aamil baba Faisalaba...
 

400 puzzles

  • 1. 18Three friends divided some Find sum of digits of D. bullets equally. After all of them shot 4 bullets the total number Let of bullets remaining is equal to A= 19991999 the bullets each had after B = sum of digits of A division. Find the original C = sum of digits of B number divided. D = sum of digits of C Answer (HINT : A = B = C = D (mod 9)) 18 Answer Assume that initial there were The sum of the digits od D is 3*X bullets. 1. So they got X bullets each after Let E = sum of digits of D. division. It follows from the hint that A = All of them shot 4 bullets. So E (mod 9) 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 1
  • 2. Consider, so 19991999 = 1 A = 19991999 (mod 9) < 20002000 Therefore we conclude that = 22000 * E=1. 10002000 There is a 50m long army platoon marching ahead. The last person in = 1024200 * the platoon wants to give a letter to 106000 the first person leading the platoon. So while the platoon is < 10800 * 106000 marching he runs ahead, reaches the first person and hands over the = 106800 letter to him and without stopping he runs and comes back to his original position. i.e. A < 106800 In the mean time the whole platoon has moved ahead by 50m. i.e. B < 6800 * 9 = 61200 The question is how much distance did the last person cover in that i.e. C < 5 * 9 time. Assuming that he ran the = 45 whole distance with uniform speed. i.e. D < 2 * 9 Submitted = 18 Answer i.e. E <= 9 The last person covered 120.71 meters. i.e. E is a single digit number. It is given that the platoon and the last person moved with uniform speed. Also, they both moved for the identical amount Also, of time. Hence, the ratio of the 1999 = 1 (mod distance they covered - while 9) person moving forward and backword - are equal. 2
  • 3. Let's assume that when the last person reached the first person, If you take a marker & start the platoon moved X meters from a corner on a cube, what forward. is the maximum number of edges you can trace across if Thus, while moving forward the you never trace across the last person moved (50+X) same edge twice, never meters whereas the platoon remove the marker from the moved X meters. cube, & never trace anywhere on the cube, except for the Similarly, while moving back corners & edges? the last person moved [50-(50- X)] X meters whereas the Answer platoon moved (50-X) meters. 9 Now, as the ratios are equal, (50+X)/X = X/(50-X) To verify this, you can make a (50+X)*(50-X) = X*X drawing of a cube, & number each of its 12 edges. Then, Solving, X=35.355 meters always starting from 1 corner & 1 edge, you can determine all Thus, total distance covered by of the possible combinations for the last person tracing along the edges of a = (50+X) + X cube. = 2*X + 50 = 2*(35.355) + 50 There is no need to start from = 120.71 meters other corners or edges of the cube, as you will only be repeating the same Note that at first glance, one combinations. The process is a might think that the total little more involved than this, distance covered by the last but is useful for solving many person is 100 meters, as he ran types of spatial puzzles. the total lenght of the platoon (50 meters) twice. TRUE, but One of Mr. Bajaj, his wife, their that's the relative distance son and Mr. Bajaj's mother is covered by the last person i.e. an Engineer and another is a assuming that the platoon is Doctor. stationary. 3
  • 4. If the Doctor is a male, Doctor is either his wife or his then the Engineer is a son . It is not possible to male. determine anything further. If the Engineer is younger than the Doctor, then the Engineer and the Doctor Three men - Sam, Cam and are not blood relatives. Laurie - are married to Carrie, If the Engineer is a Billy and Tina, but not female, then she and the necessarily in the same order. Doctor are blood relatives. Sam's wife and Billy's Husband play Carrie and Tina's husband Can you tell who is the Doctor at bridge. No wife partners her and the Engineer? husband and Cam does not Answer play bridge. Mr. Bajaj is the Engineer and Who is married to Cam? either his wife or his son is the Doctor. Answer Mr. Bajaj's wife and mother are not blood relatives. So from 3, if Carrie is married to Cam. the Engineer is a female, the Doctor is a male. But from 1, if "Sam's wife and Billy's the Doctor is a male, then the Husband play Carrie and Tina's Engineer is a male. Thus, there husband at bridge." is a contradiction, if the Engineer is a female. Hence, It means that Sam is not either Mr. Bajaj or his son is the married to either Billy or Carrie. Engineer. Thus, Sam is married to Tina. Mr. Bajaj's son is the youngest As Cam does not play bridge, of all four and is blood relative Billy's husband must be Laurie. of each of them. So from 2, Mr. Bajaj's son is not the Engineer. Hence, Carrie is married to Hence, Mr. Bajaj is the Cam. Engineer. Now from 2, Mr. Bajaj's mother There are 3 persons X, Y and can not be the Doctor. So the Z. On some day, X lent tractors 4
  • 5. to Y and Z as many as they tractors, Y had 21 tractors had. After a month Y gave as and Z had 12 tractors. many tractors to X and Z as many as they have. After a A certain street has 1000 month Z did the same thing. At buildings. A sign-maker is the end of this transaction each contracted to number the one of them had 24. houses from 1 to 1000. How many zeroes will he need? Find the tractors each originally had? Answer Answer The sign-maker will need 192 zeroes. One way to solve it is by making 3 equations and solve Divide 1000 building numbers them simultaneously. But there into groups of 100 each as is rather easier way to solve it follow: using Backtracing. (1..100), (101..200), (201..300), ....... (901..1000) It's given that at the end, each had 24 tractors (24, 24, 24) i.e. For the first group, sign-maker after Z gave tractors to X & Y will need 11 zeroes. as many as they had. It means For group numbers 2 to 9, he that after getting tractors from Z will require 20 zeroes each. their tractors got doubled. So And for group number 10, he before Z gave them tractors, will require 21 zeroes. they had 12 tractors each and Z had 48 tractors. (12, 12, 48) The total numbers of zeroes required are Similarly, before Y gave = 11 + 8*20 + 21 tractors to X & Z, they had 6 & = 11 + 160 + 21 24 tractors respectively and Y = 192 had 42 tractors i.e. (6, 42, 24) Again, before X gave tractors to There are 9 coins. Out of which Y & Z, they had 21 & 12 one is odd one i.e weight is less tractors respectively and X had or more. How many iterations 39 tractors i.e. (39, 21, 12) of weighing are required to find odd coin? Hence, initially X had 39 5
  • 6. Answer  If L2 is light, L2 is the odd It is always possible to find odd coin and is coin in 3 weighings and to tell lighter. whether the odd coin is heavier  If L3 is light, or lighter. L3 is the odd coin and is 1. Take 8 coins and weigh 4 lighter. against 4. o If both are not equal, goto step 2 o If both are equal, o If (H1, H2, L1) is goto step 3 heavier side on the scale, either H1 or H2 is heavier. Weight H1 against 2. One of these 8 coins is H2 the odd one. Name the  If both are coins on heavier side of equal, there is the scale as H1, H2, H3 some error. and H4. Similarly, name  If H1 is heavy, the coins on the lighter H1 is the odd side of the scale as L1, coin and is L2, L3 and L4. Either one heavier. of H's is heavier or one of  If H2 is heavy, L's is lighter. Weigh (H1, H2 is the odd H2, L1) against (H3, H4, coin and is X) where X is one coin heavier. remaining in intial weighing. o If both are equal, o If (H3, H4, X) is one of L2, L3, L4 is heavier side on the lighter. Weigh L2 scale, either H3 or against L3. H4 is heavier or L1  If both are is lighter. Weight H3 equal, L4 is against H4 the odd coin  If both are and is lighter. equal, L1 is 6
  • 7. the odd coin 3. On the nth and last day, and is lighter. the remaining n medals  If H3 is heavy, were awarded. H3 is the odd coin and is How many days did the contest heavier. last, and how many medals  If H4 is heavy, were awarded altogether? H4 is the odd Answer coin and is heavier. Total 36 medals were awarded and the contest was for 6 days. 3. The remaining coin X is On day 1: Medals awarded = (1 the odd one. Weigh X + 35/7) = 6 : Remaining 30 against the anyone coin medals used in initial weighing. On day 2: Medals awarded = (2 o If both are equal, + 28/7) = 6 : Remaining 24 there is some error. medals o If X is heavy, X is On day 3: Medals awarded = (3 the odd coin and is + 21/7) = 6 : Remaining 18 heavier. medals o If X is light, X is the On day 4: Medals awarded = (4 odd coin and is + 14/7) = 6 : Remaining 12 lighter. medals On day 5: Medals awarded = (5 In a sports contest there were +7/7) = 6 : Remaining 6 medals m medals awarded on n On day 6: Medals awarded 6 successive days (n > 1). I got this answer by writing 1. On the first day 1 medal small program. If anyone know and 1/7 of the remaining any other simpler method, do m - 1 medals were submit it. awarded. 2. On the second day 2 A number of 9 digits has the medals and 1/7 of the following properties: now remaining medals was awarded; and so on. The number comprising the leftmost two digits is divisible by 2, that 7
  • 8. comprising the leftmost container evaporated on the 1st three digits is divisible by day. 3/4th of the remaining 3, the leftmost four by 4, contents of the container the leftmost five by 5, and evaporated on the second day. so on for the nine digits of the number i.e. the What part of the contents of the number formed from the container is left at the end of first n digits is divisible by the second day? n, 2<=n<=9. Each digit in the number is different i.e. no digits are repeated. Answer The digit 0 does not occur in the number i.e. it is Assume that contents of the comprised only of the container is X digits 1-9 in some order. On the first day 1/3rd is Find the number. evaporated. (1 - 1/3) of X is remaining i.e. Answer (2/3)X The answer is 381654729 On the Second day 3/4th is evaporated. Hence, One way to solve it is Trial-&- (1- 3/4) of (2/3)X is remaining Error. You can make it bit i.e. (1/4)(2/3)X = (1/6) X easier as odd positions will always occupy ODD numbers Hence 1/6th of the contents of and even positions will always the container is remaining occupy EVEN numbers. Further 5th position will contain 5 as 0 does not occur. Vipul was studying for his examinations and the lights The other way to solve this went off. It was around 1:00 problem is by writing a AM. He lighted two uniform computer program that candles of equal length but one systematically tries all thicker than the other. The thick possibilities candle is supposed to last six hours and the thin one two 1/3 rd of the contents of a hours less. When he finally went to sleep, the thick candle 8
  • 9. was twice as long as the thin If you started a business in one. which you earned Rs.1 on the first day, Rs.3 on the second For how long did Vipul study in day, Rs.5 on the third day, Rs.7 candle light? on the fourth day, & so on. Answer How much would you have earned with this business after Vipul studied for 3 hours in 50 years (assuming there are candle light. exactly 365 days in every year)? Assume that the initial lenght of both the candle was L and Answer Vipul studied for X hours. Rs.333,062,500 In X hours, total thick candle burnt = XL/6 To begin with, you want to In X hours, total thin candle know the total number of days: burnt = XL/4 365 x 50 = 18250. After X hours, total thick candle By experimentation, the remaining = L - XL/6 following formula can be After X hours, total thin candle discovered, & used to remaining = L - XL/4 determine the amount earned for any particular day: 1 + 2(x- Also, it is given that the thick 1), with x being the number of candle was twice as long as the the day. Take half of the 18250 thin one when he finally went to days, & pair them up with the sleep. other half in the following way: (L - XL/6) = 2(L - XL/4) day 1 with day 18250, day 2 (6 - X)/6 = (4 - X)/2 with day 18249, & so on, & you (6 - X) = 3*(4 - X) will see that if you add these 6 - X = 12 - 3X pairs together, they always 2X = 6 equal Rs.36500. X=3 Multiply this number by the total Hence, Vipul studied for 3 number of pairs (9125), & you hours i.e. 180 minutes in candle have the amount you would light. have earned in 50 years. 9
  • 10. Math gurus may use series It is given that the time between formula to solve it.(series: first and last ticks at 6'o is 30 1,3,5,7,9,11.....upto 18250 seconds. terms) Total time gaps between first A worker earns a 5% raise. A and last ticks at 6'o = 5 year later, the worker receives (i.e. between 1 & 2, 2 & 3, 3 & a 2.5% cut in pay, & now his 4, 4 & 5 and 5 & 6) salary is Rs. 22702.68 So time gap between two ticks What was his salary to begin = 30/5 = 6 seconds. with? Answer Now, total time gaps between Rs.22176 first and last ticks at 12'o = 11 Therefore time taken for 12 Assume his salary was Rs. X ticks = 11 * 6 = 66 seconds (and not 60 seconds) He earns 5% raise. So his salary is (105*X)/100 500 men are arranged in an A year later he receives 2.5% array of 10 rows and 50 cut. So his salary is columns according to their ((105*X)/100)*(97.5/100) which heights. is Rs. 22702.68 Tallest among each row of all Hence, solving equation are asked to come out. And the ((105*X)/100)*(97.5/100) = shortest among them is A. 22702.68 X = 22176 Similarly after resuming them to At 6'o a clock ticks 6 times. The their original positions, the time between first and last ticks shortest among each column is 30 seconds. How long does it are asked to come out. And the tick at 12'o. tallest among them is B. Now who is taller A or B ? Answer Answer 66 seconds 10
  • 11. daughter-in-law. How many members are there in Mr. Mehta's family? Give minimal possible answer. Answer There are 7 members in Mr. Mehta's family. Mother & Father of Mr. Mehta, Mr. & Mrs. Mehta, No one is taller, both are his son and two daughters. same as A and B are the same person. Mother & Father of Mr. Mehta | As it is mentioned that 500 men | are arranged in an array of 10 Mr. & Mrs. Mehta rows and 50 columns | according to their heights. | Let's assume that position One Son & Two Daughters numbers represent their When Alexander the Great heights. Hence, the shortest attacked the forces of Porus, an among the 50, 100, 150, ... Indian soldier was captured by 450, 500 is person with height the Greeks. He had displayed 50 i.e. A. Similarly the tallest such bravery in battle, however, among 1, 2, 3, 4, 5, ..... 48, 48, that the enemy offered to let 50 is person with height 50 i.e. him choose how he wanted to B be killed. They told him, "If you tell a lie, you will put to the Now, both A and B are the sword, and if you tell the truth person with height 50. Hence you will be hanged." both are same. The soldier could make only In Mr. Mehta's family, there are one statement. He made that one grandfather, one statement and went free. What grandmother, two fathers, two did he say? mothers, one father-in-law, one mother-in-law, four children, Answer three grandchildren, one brother, two sisters, two sons, The soldier said, "You will put two daughters and one me to the sword." 11
  • 12. mistake and gave him Y rupees The soldier has to say a and X paise. Neither the person Paradox to save himself. If his nor the cashier noticed that. statement is true, he will be hanged, which is not the sword After spending 20 paise, the and hence false. If his person counts the money. And statement is false, he will be to his surprise, he has double put to the sword, which will the amount he wanted to make it true. A Paradox !!! withdraw. A person wanted to withdraw X Find X and Y. (1 Rupee = 100 rupees and Y paise from the Paise) bank. But cashier made a 2 * (100X + Y) = 100Y + X - 20 200X + 2Y = Answer 100Y +X - 20 As given, the person wanted to 199X - 98Y = - withdraw 100X + Y paise. 20 But he got 100Y + X paise. 98Y - 199X = 20 After spending 20 paise, he has double the amount he wanted Now, we got one equation; but to withdraw. Hence, the there are 2 variables. We have equation is to apply little bit of logic over here. We know that if we interchange X & Y, amount gets double. So Y should be twice of X or one more than twice of X i.e. Y = 2X or Y = 2X+1 Case I : Y=2X Solving two equations simultaneously 12
  • 13. 98Y - 199X = 20 Y - 2X = 0 We get X = - 20/3 & Y = - 40/2 Who will win the game, O or X? Can you tell which was the Case II : Y=2X+1 sixth mark and at which Solving two equations position? Do explain your simultaneously answer. 98Y - 199X = 20 At the Party: Y - 2X = 1 We get X = 26 & Y = 53 1. There were 9 men and children. Now, its obvious that he wanted 2. There were 2 more to withdraw Rs. 26.53 women than children. 3. The number of different The game of Tic-Tac-Toe is man-woman couples being played between two possible was 24. Note players. Only the last mark to that if there were 7 men be placed in the game as and 5 women, then there shown. would have been 35 man- woman couples possible. Also, of the three groups - men, women and children - at the party: 4. There were 4 of one group. 5. There were 6 of one group. 6. There were 8 of one group. Exactly one of the above 6 statements is false. Can you tell which one is false? Also, how many men, women and children are there at the party 13
  • 14. Assume that both the players Assume that Statements (4), are intelligent enough. (5) and (6) are all true. Then, Statement (1) is false. But then Statement (2) and (3) both can not be true. Thus, contradictory to the fact that exactly one Answer statement is false. O will win the game. The So Statement (4) or Statement sixth mark was X in square 9. (5) or Statement (6) is false. Also, Statements (1), (2) and The 7th mark must be placed in (3) all are true. square 5 which is the win situation for both X and O. From (1) and (2), there are 11 Hence, the 6th mark must be men and women. Then from placed in a line already (3), there are 2 possible cases - containing two of the opponents either there are 8 men and 3 marks. There are two such women or there are 3 men and possibilities - the 6th mark 8 women. would have been either O in square 7 or X in square 9. If there are 8 men and 3 women, then there is 1 child. As we know both the players Then Statements (4) and (5) are intelligent enough, the 6th both are false, which is not mark could not be O in square possible. 7. Instead, he would have placed O in square 5 and would Hence, there are 3 men, 8 have won. women and 6 children. Statement (4) is false. Hence, the sixth mark must be X placed in square 9. And the There is a shortage of seventh mark will be O. Thus O tubelights, bulbs and fans in a will win the game. village - Kharghar. It is found that Answer All houses do not have Statement (4) is false. There either tubelight or bulb or are 3 men, 8 women and 6 fan. children. 14
  • 15. exactly 19% of houses do not have all 3 items - tubelight, not have just one of bulb and fan. these. atleast 67% of houses do Thus, 42% houses do not have not have tubelights. tubelight, bulb and fan. atleast 83% of houses do Mr. Subramaniam rents a not have bulbs. private car for Andheri-Colaba- atleast 73% of houses do Andheri trip. It costs him Rs. not have fans. 300 everyday. What percentage of houses do Mr. Subramaniam that there not have tubelight, bulb and One day the car driver informed fan? were two students from Bandra Answer who wished to go from Bandra to Colaba and back to Bandra. 42% houses do not have Bandra is halfway between tubelight, bulb and fan. Andheri and Colaba. Mr. Subramaniam asked the driver Let's assume that there are 100 to let the students travel with houses. Hence, there should be him. total 300 items i.e. 100 tubelights, 100 bulbs and 100 On the first day when they fans. came, Mr. Subramaniam said, "If you tell me the From the given data, we know mathematically correct price that there is shortage of atleast you should pay individually for (67+83+73) 223 items in every your portion of the trip, I will let 100 houses. you travel for free." Also, exactly 19 houses do not How much should the individual have just one item. It means student pay for their journey? that remaining 81 houses Answer should account for the shortage of remaining (223-19) 204 The individual student should items. If those remaining 81 pay Rs. 50 for their journey. houses do not have 2 items each, there would be a Note that 3 persons are shortage of 162 items. But total travelling between Bandra and of 204 items are short. Hence, Colaba. atleast (204-162) 42 houses do 15
  • 16. The entire trip costs Rs. 300 to O U Mr. Subramanian. Hence, half T of the trip costs Rs. 150. ------------ For Andheri-Bandra-Andheri, - only one person i.e. Mr. Subramaniam is travelling. S T E M | D E M I S Hence, he would pay Rs. 150. E For Bandra-Colaba-Bandra, | D M O C three persons i.e Mr. Subramaniam and two ------------ students, are travelling. Hence, - each student would pay Rs. 50. T U I S Substitute digits for the letters to make the following Division S T E M true --------- - Z Z Z E Z U M M ------- - I S T Note that the leftmost letter can't be zero in any word. Also, there must be a one-to-one mapping between digits and letters. e.g. if you substitute 3 for the letter M, no other letter can be 3 and all other M in the puzzle must be 16
  • 17. Answer O U T C=0, U=1, S=2, T=3, O=4, 4 1 3 M=5, I=6, Z=7, E=8, D=9 ------------ It is obvious that U=1 (as - ------ U*STEM=STEM) and C=0 (as ------- I-C=I). S T E M | D E M I S S*O is a single digit and also E 2 3 8 5 | 9 8 S*T is a single digit. Hence, 5 6 2 8 their values (O, S, T) must be 2, 3 or 4 (as they can not be 0 | D M O C or 1 or greater than 4). | 9 5 4 0 Consider, STEM*O=DMOC, ------------ where C=0. It means that M - ------ must be 5. Now, its simple. ------- O=4, S=2, T=3, E=8, Z=7, I=6 and D=9. T U I S 3 1 6 2 S T E M 2 3 8 5 --------- - --- ------- Z Z Z E 7 7 7 8 Z U M M 7 1 5 5 ------- - - ------- 17
  • 18. 6 * X = 120 + X/2 I S 12 * X = 240 + X T 11 * X = 240 6 2 3 X = 21.8182 Also, when arranged from 0 to X = 21 minutes 49.5 seconds 9, it spells CUSTOMIZED. Hence, at 4:21:49.5 minute hand is exactly aligned with the At what time after 4.00 p.m. is hour hand. the minutes hand of a clock exactly aligned with the hour A soldier looses his way in a hand? thick jungle. At random he walks from his camp but Answer mathematically in an interesting fashion. 4:21:49.5 First he walks one mile East Assume that X minutes after then half mile to North. Then 4.00 PM minute hand exactly 1/4 mile to West, then 1/8 mile aligns with and hour hand. to South and so on making a loop. For every minute, minute hand travels 6 degrees. Finally how far he is from his Hence, for X minutes it will camp and in which direction? travel 6 * X degrees. Answer For every minute, hour hand travels 1/2 degrees. The soldier is 0.8944 miles Hence, for X minutes it will away from his camp towards travel X/2 degrees. East-North. At 4.00 PM, the angle between It is obvious that he is in East- minute hand and hour hand is North direction. 120 degrees. Also, after X minutes, minute hand and hour Distance travelled in North and hand are exactly aligned. So South directions the angle with respect to 12 i.e. = 1/2 - 1/8 + 1/32 - 1/128 + Vertical Plane will be same. 1/512 - 1/2048 + and so on... (a Therefore, geometric series with r = (-1/4) ) 18
  • 19. (1/2) * ( 1 - (-1/4)n ) 12 earrings = --------------------------- ( 1 - (-1/4) ) Assume that there are R rings, P pins and E pair of ear-rings. = 1 / ( 2 * ( 1 - (-1/4) ) ) = 2/5 It is given that, he has 2 1/2 times as many rings as pins. Similarly in East and West R = (5/2) * P or P = (2*R)/5 directions = 1 - 1/4 + 1/16 - 1/64 + 1/256 - And, the number of pairs of and so on... (a geometric series earrings is 4 less than the with r = (-1/4) ) number of rings. E = R - 4 or R = E + 4 (1) * ( 1 - (-1/4)n ) = --------------------------- Also, there are total 26 pieces. ( 1 - (-1/4) ) R + P + 2*E = 26 R + (2*R)/5 + 2*E = 26 = 1 / ( ( 1- (-1/4) ) 5*R + 2*R + 10*E = 130 = 4/5 7*R + 10*E = 130 7*(E + 4) + 10*E = 130 So the soldier is 4/5 miles away 7*E + 28 + 10*E = 130 towards East and 2/5 miles 17*E = 102 away towards North. So using E=6 right angled triangle, soldier is 0.8944 miles away from his Hence, there are 6 pairs of Ear- camp. rings i.e. total 12 Ear-rings How many ways are there of Raj has a jewel chest arranging the sixteen black or containing Rings, Pins and Ear- white pieces of a standard rings. The chest contains 26 international chess set on the pieces. Raj has 2 1/2 times as first two rows of the board? many rings as pins, and the number of pairs of earrings is 4 Given that each pawn is less than the number of rings. identical and each rook, knight and bishop is identical to its How many earrings does Raj pair. have? Submitted Answer Answer 19
  • 20. 6,48,64,800 ways X He spent 1/3 for cloths =. (1/3) There are total 16 pieces which *X can be arranged on 16 places Remaining money = (2/3) * X in 16P16 = 16! ways. (16! = 16 * 15 * 14 * 13 * 12 * He spent 1/5 of remaining ..... * 3 * 2 * 1) money for food = (1/5) * (2/3) * X = (2/15) * X But, there are some duplicate Remaining money = (2/3) * X - combinations because of (2/15) * X = (8/15) * X identical pieces. Again, he spent 1/4 of There are 8 identical remaining maoney for travel = pawn, which can be (1/4) * (8/15) * X = (2/15) * X arranged in 8P8 = 8! ways. Remaining money = (8/15) * X - Similarly there are 2 (2/15) * X = (6/15) * X identical rooks, 2 identical knights and 2 identical But after spending for travel he bishops. Each can be is left with Rs. 100/- So arranged in 2P2 = 2! ways. (6/15) * X = 100 X = 250 Hence, the require answer is = (16!) / (8! * 2! * 2! * 2!) Grass in lawn grows equally = 6,48,64,800 thick and in a uniform rate. It takes 24 days for 70 cows and 60 days for 30 cows to eat the A person with some money whole of the grass. spends 1/3 for cloths, 1/5 of the remaining for food and 1/4 of How many cows are needed to the remaining for travel. He is eat the grass in 96 days? left with Rs 100/- Answer How much did he have with him 20 cows in the begining? g - grass at the beginning Answer r - rate at which grass grows, per day Rs. 250/- y - rate at which one cow eats grass, per day Assume that initially he had Rs. n - no of cows to eat the grass 20
  • 21. in 96 days are (3, 0, 7) or (4, 1, 8) or (5, 2, 9) From given data, g + 24*r = 70 * 24 * y ---------- A It is given that there are 3 pairs g + 60*r = 30 * 60 * y ---------- B whose sum is 11. All possible g + 96*r = n * 96 * y ---------- C pairs are (2, 9), (3, 8), (4, 7), (5, 6). Now required number is 5 Solving for (B-A), digit number and it contains 3 (60 * r) - (24 * r) = (30 * 60 * y) - pairs of 11. So it must not be (70 * 24 * y) having 0 and 1 in it. Hence, the 36 * r = 120 * y ---------- D only possible combination for 2nd, 3rd and 4th digits is (5, 2, Solving for (C-B), 9) (96 * r) - (60 * r) = (n * 96 * y) - (30 * 60 * y) Also, 1st digit is thrice the last 36 * r = (n * 96 - 30 * 60) * y digit. The possible 120 * y = (n * 96 - 30 * 60) * y combinations are (3, 1), (6, 2) [From D] and (9, 3), out of which only (6, 120 = (n * 96 - 1800) 2) with (5, 2, 9) gives 3 pairs of n = 20 11. Hence, the answer is 65292. Hence, 20 cows are needed to Four friends - Arjan, Bhuvan, eat the grass in 96 days. Guran and Lakha were There is a safe with a 5 digit comparing the number of sheep number as the key. The 4th that they owned. digit is 4 greater than the second digit, while the 3rd digit It was found that Guran had ten is 3 less than the 2nd digit. The more sheep than Lakha. 1st digit is thrice the last digit. There are 3 pairs whose sum is If Arjan gave one-third to 11. Bhuvan, and Bhuvan gave a quarter of what he then held to Find the number. Guran, who then passed on a Answer fifth of his holding to Lakha, they would all have an equal 65292 number of sheep. As per given conditions, there How many sheep did each of are three possible combinations them possess? Give the for 2nd, 3rd and 4th digits. They minimal possible answer 21
  • 22. Arjan's sheep = Lakha's sheep Answer 2A/3 = A/60 + B/20 + G/5 + L 2A/3 = A/60 + A/36 + 11A/90 + L (as B=5A/9 and G=11A/18) 2A/3 = A/6 + L A/2 = L A = 2L Also, it is given that Guran had ten more sheep than Lakha. G = L + 10 11A/18 = A/2 + 10 A/9 = 10 A = 90 sheep Arjan, Bhuvan, Guran and Lakha had 90, 50, 55 and 45 Thus, Arjan had 90 sheep, sheep respectively. Bhuvan had 5A/9 i.e. 50 sheep, Guran had 11A/18 i.e. 55 Assume that Arjan, Bhuvan, sheep and Lakha had A/2 i.e. Guran and Lakha had A, B, G 45 sheep. and L sheep respectively. As it Consider a number 235, where is given that at the end each last digit is the sum of first two would have an equal number of digits i.e. 2 + 3 = 5. sheep, comparing the final numbers from the above table. How many such 3-digit numbers are there? Arjan's sheep = Bhuvan's sheep Answer 2A/3 = A/4 + 3B/4 8A = 3A + 9B There are 45 different 3-digit 5A = 9B numbers. Arjan's sheep = Guran's sheep The last digit can not be 0. 2A/3 = A/15 + B/5 + 4G/5 2A/3 = A/15 + A/9 + 4G/5 (as If the last digit is 1, the only B=5A/9) possible number is 101. (Note 30A = 3A + 5A + 36G that 011 is not a 3-digit number) 22A = 36G 11A = 18G If the last digit is 2, the possible numbers are 202 and 112. 22
  • 23. If the last digit is 3, the possible If its rightmost digit is placed at numbers are 303, 213 and 123. its left end, then new number is 428571 which is 50% larger If the last digit is 4, the possible than the original number numbers are 404, 314, 224 and 285714. 134. The simplest way is to write a If the last digit is 5, the possible small program. And the other numbers are 505, 415, 325, way is trial and error !!! 235 and 145. Two identical pack of cards A and B are shuffled throughly. Note the pattern here - If the One card is picked from A and last digit is 1, there is only one shuffled with B. The top card number. If the last digit is 2, from pack A is turned up. If this there are two numbers. If the is the Queen of Hearts, what last digit is 3, there are three are the chances that the top numbers. If the last digit is 4, card in B will be the King of there are four numbers. If the Hearts? last digit is 5, there are five numbers. And so on..... Answer Thus, total numbers are 52 / 2703 1+2+3+4+5+6+7+8+9 = 45 There are two cases to be considered. Altogether then, there are 45 different 3-digit numbers, where CASE 1 : King of Hearts is last digit is the sum of first two drawn from Pack A and digits. shuffled with Pack B Find the smallest number such Probability of drawing King of that if its rightmost digit is Hearts from Pack A = 1/51 (as placed at its left end, the new Queen of Hearts is not to be number so formed is precisely drawn) 50% larger than the original Probability of having King of number. Hearts on the top of the Pack B Answer = 2/53 The answer is 285714. So total probability of case 1 = 23
  • 24. (1/51) * (2/53) = 2 / (51 * 53) 4. A->B, B->A, C->B 5. A->C, C->B, B->A CASE 2 : King of Hearts is not 6. A->C, C->B, B->C drawn from Pack A 7. A->C, C->A, B->A 8. A->C, C->A, B->C Probability of not drawing King of Hearts from Pack A = 50/51 (as Queen of Hearts is not to Out of which, there are only two be drawn) cases under which the ants Probability of having King of won't collide : Hearts on the top of the Pack B = 1/53 A->B, B->C, C->A A->C, C->B, B->A So total probability of case 2 = (50/51) * (1/53) = 50 / (51 * 53) Find all sets of consecutive Now adding both the integers that add up to 1000. probability, the required Submitted by : James probability is Barberousse = 2 / (51 * 53) + 50 / (51 * 53) = 52 / (51 * 53) = 52 / 2703 Answer = 0.0192378 There are 3 ants at 3 corners of There are total 8 such series: a triangle, they randomly start moving towards another corner. 1. Sum of 2000 numbers starting from -999 i.e. What is the probability that they summation of numbers don't collide? from -999 to 1000. (-999) + (-998) + (-997) Answer + ..... + (-1) + 0 + 1 + 2 + ..... + 997 + 998 + Let's mark the corners of the 999 + 1000 = 1000 triangle as A,B,C. There are 2. Sum of 400 numbers total 8 ways in which ants can starting from -197 i.e. move. summation of numbers from -197 to 202. 1. A->B, B->C, C->A (-197) + (-196) + (-195) 2. A->B, B->C, C->B + ..... + (-1) + 0 + 1 + 2 3. A->B, B->A, C->A 24
  • 25. + ..... + 199 + 200 + summation of numbers 201 + 202 = 1000 from 198 to 202. 3. Sum of 125 numbers 198 + 199 + 200 +201 starting from -54 i.e. + 202 = 1000 summation of numbers 8. Sum of 1 number from -54 to 70. starting from 1000. (-54) + (-53) + (-52) + 1000 = 1000 ..... + (-1) + 0 + 1 + 2 + ..... + 68 + 69 + 70 = 1000 4. Sum of 80 numbers starting from -27 i.e. There is a 4-character code, summation of numbers with 2 of them being letters and from -27 to 52. the other 2 being numbers. (-27) + (-26) + (-25) + ..... + (-1) + 0 + 1 + 2 + How many maximum attempts ..... + 50 + 51 + 52 = would be necessary to find the 1000 correct code? Note that the 5. Sum of 25 numbers code is case-sensitive. starting from 28 i.e. Answer summation of numbers from 28 to 52. The maximum number of 28 + 29 + 30 + 31 + 32 attempts required are + 33 + 34 + 35 + 36 + 16,22,400 37 + 38 + 39 + 40 + 41 + 42 + 43 + 44 + 45 + There are 52 possible letters - a 46 + 47 + 48 + 49 + 50 to z and A to Z, and 10 possible + 51 + 52 = 1000 numbers - 0 to 9. Now, 4 6. Sum of 16 numbers characters - 2 letters and 2 starting from 55 i.e. numbers, can be selected in summation of numbers 52*52*10*10 ways. These 4 from 55 to 70. characters can be arranged in 4 55 + 56 + 57 + 58 + 59 C2 i.e. 6 different ways - the +60 + 61 + 62 + 63 + number of unique patterns that 64 + 65 + 66 + 67 + 68 can be formed by lining up 4 + 69 + 70 = 1000 objects of which 2 are 7. Sum of 5 numbers distinguished one way (i.e. they starting from 198 i.e. must be letters) and the other 2 are distinguished another way 25
  • 26. (i.e. they must be numbers). first. Consider an example : Let's There are 8 corner cubes, assume that @ represents which can be arranged in 8! letter and # represents number. ways. the 6 possible ways of Each of these 8 cubes can be arranging them are : @@##, turned in 3 different directions, @#@#, @##@, #@@#, so there are 3^8 orientations #@#@, ##@@ altogether. But if you get all but one of the corner cube into Hence, the required answer is chosen positions and = 52*52*10*10*6 orientations, only one of 3 = 16,22,400 attempts orientations of the final corner = 1.6 million approx. cube is possible. Thus, total ways corner cubes can be Thanks to Tim Sanders for placed = (8!) * (3^8)/8 = (8!) * opening BrainVista's brain !!! (3^7) How many possible combinations are there in a Similarly, 12 edge cubes can 3x3x3 rubics cube? be arranged in 12! ways. Each of these 12 cubes can be In other words, if you wanted to turned in 2 different directions, solve the rubics cube by trying so there are 2^12 orientations different combinations, how altogether. But if you get all but many might it take you (worst one of the edge cube into case senerio)? chosen positions and orientations, only one of 2 How many for a 4x4x4 cube? orientations of the final edge Submitted cube is possible. Thus, total ways edge cubes can be Answer placed = (12!) * (2^12)/2 = (12!) * (2^11) There are 4.3252 * 10^19 possible combinations for Here, we have essentially 3x3x3 Rubics and 7.4012 * pulled the cubes apart and 10^45 possible combinations stuck cubes back in place for 4x4x4 Rubics. wherever we please. In reality, we can only move cubes around by turning the faces of Let's consider 3x3x3 Rubics the cubes. It turns out that you 26
  • 27. can't turn the faces in such a N E V way as to switch the positions E R of two cubes while returning all the others to their original L E A positions. Thus if you get all but V E two cubes in place, there is only one attainable choice for + them (not 2!). Hence, we must M E divide by 2. ----------- Total different possible ------ combinations are = [(8!) * (3^7)] * [(12!) * (2^11)] / A L O 2 N E = (8!) * (3^7) * (12!) * (2^10) Note that the leftmost letter = 4.3252 * 10^19 can't be zero in any word. Also, there must be a one-to-one mapping between digits and Similarly, for 4x4x4 Rubics total letters. e.g. if you substitute 3 different possible combinations for the letter M, no other letter are can be 3 and all other M in the = [(8!) * (3^7)] * [(24!)] * [(24!) / puzzle must be 3. (4!^6)] / 24 = 7.4011968 * 10^45 Answer Note that there are 24 edge A tough one!!! cubes, which you can not turn in 2 orientations (hence no Since R + E + E = 10 + E, it is 2^24 / 2). Also, there are 4 clear that R + E = 10 and center cubes per face i.e. (24!) / neither R nor E is equal to 0 or (4!^6). You can switch 2 cubes 5. This is the only entry point to without affecting the rest of the combination as 4*4*4 has even solve it. Now use trial-n-error dimensions (hence no division method. by 2). But pattern on one side is rotated in 4 directions over 6 faces, hence divide by 24. Substitute digits for the letters to make the following relation true. 27
  • 28. sex then the man is older N E V E R than the woman. 2 1 4 1 9 5. If the dancer is a woman, then the dancer is older L E A V E than the singer. 3 1 5 4 1 Whose occupation do you + M E know? And what is his/her + 6 1 occupation? Answer ----------------- ----------------- Cindy is the Singer. Mr. Clinton or Monika is the A L O N E Dancer. 5 3 0 2 1 From (1) and (3), the singer and the dancer, both can not be One of the four people - Mr. a man. From (3) and (4), if the Clinton, his wife Monika, their singer is a man, then the son Mandy and their daughter dancer must be a man. Hence, Cindy - is a singer and another the singer must be a woman. is a dancer. Mr. Clinton is older than his wife and Mady is older CASE I : Singer is a woman than his sister. and Dancer is also a woman Then, the dancer is Monika and 1. If the singer and the the singer is Cindy. dancer are the same sex, then the dancer is older CASE II : Singer is a woman than the singer. and Dancer is also a man 2. If neither the singer nor Then, the dancer is Mr. Clinton the dancer is the parent and the singer is Cindy. of the other, then the singer is older than the In both the cases, we know that dancer. Cindy is the Singer. And either 3. If the singer is a man, Mr. Clinton or Monika is the then the singer and the Dancer. dancer are the same age. There are 20 people in your 4. If the singer and the applicant pool, including 5 pairs dancer are of opposite of identical twins. 28
  • 29. If you hire 5 people randomly, 10C3 * what are the chances you will 3 2 10C2 3600 8/9 * 6/8 hire at least 1 pair of identical twins? (Needless to say, this 10C4 * could cause trouble ;)) 4 1 8/9 * 6/8 * 10C1 800 Submitted 4/7 10C5 * Answer 5 0 8/9 * 6/8 * 10C0 32 4/7 * 2/6 The probability to hire 5 Total 11584 people with at least 1 pair of identical twins is 25.28% Thus, total possible ways to 5 people from the 20 people hire 5 people without a single can be hired in 20C5 = 15504 pair of indentical twins = 11584 ways. ways Now, divide 20 people into two So, total possible ways to hire 5 groups of 10 people each : people with at least a single G1 - with all twins pair of indentical twins = 15504 G2 - with all people other than - 11584 = 3920 ways twins Hence, the probability to hire 5 Let's find out all possible ways people with at least a single to hire 5 people without a single pair of indentical twins pair of indentical twins. = 3920/15504 = 245/969 People People No of No Total = 0.2528 from from ways to of ways = 25.28% G1 G2 hire G1 ways In a hotel, rooms are numbered without a to from 101 to 550. A room is single hire chosen at random. What is the pair of G2 probability that room number indentical starts with 1, 2 or 3 and ends twins with 4, 5 or 6? 0 5 10C0 10C5 252 1 4 10C1 10C4 2100 Answer 10C2 * 2 3 10C3 4800 There are total 450 rooms. 8/9 29
  • 30. Out of which 299 room number Answer starts with either 1, 2 or 3. (as room number 100 is not there) One way to solve it is by Now out of those 299 rooms making 3 equations and solve only 90 room numbers end with them simultaneously. But there 4, 5 or 6 is rather easier way to solve it using Backtracing. So the probability is 90/450 i.e. 1/5 or 0.20 It's given that at the end, each Draw 9 dots on a page, in the had 24 tractors (24, 24, 24) i.e. shape of three rows of three after Z gave tractors to X & Y dots to form a square. Now as many as they had. It means place your pen on the page, that after getting tractors from Z draw 4 straight lines and try their tractors got doubled. So and cover all the dots. before Z gave them tractors, they had 12 tractors each and Z You're not allowed to lift your had 48 tractors. (12, 12, 48) pen. Similarly, before Y gave Note: Don't be confined by the tractors to X & Z, they had 6 & dimensions of the square. 24 tractors respectively and Y Submitted had 42 tractors i.e. (6, 42, 24) Again, before X gave tractors to Y & Z, they had 21 & 12 tractors respectively and X had 39 tractors i.e. (39, 21, 12) There are 3 persons X, Y and Z. On some day, X lent tractors Hence, initially X had 39 to Y and Z as many as they tractors, Y had 21 tractors had. After a month Y gave as and Z had 12 tractors. many tractors to X and Z as many as they have. After a There is a 50m long army month Z did the same thing. At platoon marching ahead. The the end of this transaction each last person in the platoon wants one of them had 24. to give a letter to the first person leading the platoon. So Find the tractors each originally while the platoon is marching had? he runs ahead, reaches the first person and hands over the 30
  • 31. letter to him and without the last person moved [50-(50- stopping he runs and comes X)] X meters whereas the back to his original position. platoon moved (50-X) meters. In the mean time the whole Now, as the ratios are equal, platoon has moved ahead by (50+X)/X = X/(50-X) 50m. (50+X)*(50-X) = X*X The question is how much Solving, X=35.355 meters distance did the last person cover in that time. Assuming Thus, total distance covered by that he ran the whole distance the last person with uniform speed. = (50+X) + X Submitted = 2*X + 50 = 2*(35.355) + 50 Answer = 120.71 meters The last person covered 120.71 meters. Note that at first glance, one might think that the total It is given that the platoon and distance covered by the last the last person moved with person is 100 meters, as he ran uniform speed. Also, they both the total lenght of the platoon moved for the identical amount (50 meters) twice. TRUE, but of time. Hence, the ratio of the that's the relative distance distance they covered - while covered by the last person i.e. person moving forward and assuming that the platoon is backword - are equal. stationary. Assume that you have enough Let's assume that when the last coins of 1, 5, 10, 25 and 50 person reached the first person, cents. the platoon moved X meters forward. How many ways are there to make change for a dollar? Do Thus, while moving forward the explain your answer. last person moved (50+X) meters whereas the platoon moved X meters. Similarly, while moving back 31
  • 32. ways There are 292 ways to make change for a dollar using Let's take another example: coins of 1, 5, 10, 25 and 50 To get change for 75 cents cents. using all coins up to 50 cent i.e. 1, 5, 10, 25 and 50 cents coins. Let's generalised the teaser * 75 cents change using coins and make a table as shown upto 25 cent = 121 ways above. * (75-50) 25 cents change using coins upto 50 cent = 13 If you wish to make change for ways 75 cents using only 1, 5, 10 and * 75 cents change using coins 25 cent coins, go to the .25 row upto 50 cent = 121+13 = 134 and the 75 column to obtain ways 121 ways to do this. For people who don't want to The table can be created from tease their brain and love to do left-to-right and top-to-bottom. computer programming, there Start with the top left i.e. 1 cent is a simple way. Write a small row. There is exactly one way multi-loop program to solve the to make change for every equation: A + 5B + 10C + 25D amount. Then calculate the 5 + 50E = 100 cents row by adding the where, number of ways to make A = 0 to 100 change for the amount using 1 B = 0 to 20 cent coins plus the number of C = 0 to 10 ways to make change for 5 D = 0 to 4 cents less using 1 and 5 cent E = 0 to 2 coins. The program should output all Let's take an example: the possible values of A, B, C, To get change for 50 cents D and E for which the equation using 1, 5 and 10 cent coins. is satisfied. * 50 cents change using 1 and 5 cent coins = 11 ways In a Road Race, one of the * (50-10) 40 cents change three bikers was doing 15km using 1, 5 and 10 cent coins = less than the first and 3km 25 ways more than the third. He also * 50 cents change using 1, 5 finished the race 12 minutes and 10 cent coins = 11+25 = 36 after the first and 3 minutes 32
  • 33. before the third. Now as per the data given in the teaser, at a time T min Can you find out the speed of X1 = V1 * T each biker, the time taken by ----> 1 each biker to finish the race and the length of the course? X1 - 15 = V2 * T ----> 2 Assume that there were no stops in the race and also they X1 - 18 = V3 * T were driving with constant ----> 3 speeds through out the At a Distance S Km. Answer S = V1 * T1 ----> 4 S = V2 * (T1 + 12) ----> 5 S = V3 * (T1 + 15) ----> 6 Thus there are 6 equations and 7 unknown data that means it has infinite number of solutions. By solving above 6 equations we get, Time taken by first biker, T1 = Let us assume that 60 Min. Speed of First biker = V1 Time taken by Second biker, T2 km/min = 72 Min. Speed of Second biker = V2 Time taken by first biker, T3 = km/min 75 Min. Speed of Third biker = V3 km/min Also, we get Total time take by first biker = Speed of first biker, V1 = 90/T T1 min km/min Total distance = S km Speed of second biker, V2 = (5/6)V1 = 75/T km/min Speed of third biker, V3 = 33
  • 34. (4/5)V1 = 72/T km/min It is clear that option 3 is not possible. So we are left with Also, the length of the course, only two options. Also, the last S = 5400/T km digit is three times the second, which rules out the second Thus, for the data given, only option. Hence, the answer is the time taken by each biker 1349. can be found i.e. 60, 72 and 75 minutes. For other quantities, Difference between Bholu's and one more independent datum is Molu's age is 2 years and the required i.e. either T or V1 or difference between Molu's and V2 or V3 Kolu's age is 5 years. Thanks to Theertham Srinivas What is the maximum possible for the answer !!! value of the sum of the What is the four-digit number in difference in their ages, taken which the first digit is 1/3 of the two at a time? second, the third is the sum of Answer the first and second, and the last is three times the second? The maximum possible value of the sum of the difference Answer in their ages - taken two at a time - is 14 years. The 4 digit number is 1349. It is given that - It is given that the first digit is "Difference between Bholu's 1/3 of the second. There are 3 and Molu's age is 2 years" such possibilities. "Difference between Molu's and Kolu's age is 5 years" 1. 1 and 3 2. 2 and 6 Now, to get the maximum 3. 3 and 9 possible value, the difference between Bholu's and Kolu's Now, the third digit is the sum age should be maximum i.e. of the first and second digits. Molu's age should be in between Bholu's and Kolu's 1. 1 + 3 = 4 age. Then, the difference 2. 2 + 6 = 8 between Bholu's and Kolu's 3. 3 + 9 = 12 age is 7 years. 34
  • 35. Hence, the maximum possible (2) 5 - 2 = 3 value of the sum of the 10 (0) x 2 = 20 difference in their ages - taken (3) 6 / 3 = 2 two at a time - is (2 + 5 + 7) 14 14 (4) - 3 = 11 years. If it is given that: Answer 3 : 14 25 - 2 = 3 Drop left and right digit 100 x 2 = 20 alternatively from the actual 36 / 3 = 2 answer. 25 - 2 = (2) 3 (drop left digit i.e. What is 144 - 3 = ? 2) Submitted 100 * 2 = 20 (0) (drop right digit Answer i.e. 0) 36 / 3 = (1) 2 (drop left digit i.e. There are 3 possible answers 1) to it. 144 - 3 = 14 (1) (drop right digit i.e. 1) Answer 1 : 9 Simply replace the first number by its square root. A 3 digit number is such that it's (25) 5 - 2 = 3 unit digit is equal to the product (100) 10 x 2 = 20 of the other two digits which are (36) 6 / 3 = 2 prime. Also, the difference (144) 12 - 3 = 9 between it's reverse and itself is 396. Answer 2 : 11 Drop the digit in the tens What is the sum of the three position from the first number. digits? (2) 5 - 2 = 3 1 (0) 0 x 2 = 20 Answer (3) 6 / 3 = 2 1 (4) 4 - 3 = 11 The required number is 236 and the sum is 11. You will get the same answer on removing left and right digit It is given that the first two alternatively from the first digits of the required number number i.e remove left digit are prime numbers i.e. 2, 3, 5 from first (2), right digit from or 7. Note that 1 is neither second (0), left digit from third prime nor composite. Also, the (3) and right digit from forth (4). third digit is the multiplication of 35
  • 36. the first two digits. Thus, first Hence, there are 4 marbles two digits must be either 2 or 3 under each mug. i.e. 22, 23, 32 or 33 which At University of Probability, means that there are four there are 375 freshmen, 293 possible numbers - 224, 236, sophomores, 187 juniors, & 126 326 and 339. seniors. One student will randomly be chosen to receive Now, it is also given that - the an award. difference between it's reverse and itself is 396. Only 236 What percent chance is there satisfies this condition. Hence, that it will be a junior? Round to the sum of the three digits is the nearest whole percent 11. Answer There are 4 mugs placed 19% upturned on the table. Each mug have the same number of This puzzle is easy. Divide the marbles and a statement about number of juniors (187) by the the number of marbles in it. The total number of students (981), statements are: Two or Three, & then multiply the number by One or Four, Three or One, 100 to convert to a percentage. One or Two. Hence the answer is Only one of the statement is (187/981)*100 = 19% correct. How many marbles are there under each mug? If you were to dial any 7 digits Answer on a telephone in random order, what is the probability A simple one. that you will dial your own phone number? As it is given that only one of the four statement is correct, Assume that your telephone the correct number can not number is 7-digits. appear in more than one Answer statement. If it appears in more than one statement, then more 1 in 10,000,000 than one statement will be correct. There are 10 digits i.e. 0-9. First digit can be dialed in 10 36
  • 37. ways. Second digit can be words. dialed in 10 ways. Third digit can be dialed in 10 ways. And It is a simple permutation so on..... problem of arranging 6 letters to get different six-letter words. Thus, 7-digit can be dialed in And it can be done in in 6! ways 10*10*10*10*10*10*10 i.e. 720 ways. (=10,000,000) ways. And, you have just one telephone In otherwords, the first letter number. Hence, the possibility can be any of the given 6 that you will dial your own letters (A through F). Then, number is 1 in 10,000,000. whatever the first letter is, the second letter will always be Note that 0123456 may not be from the remaining 5 letters (as a valid 7-digit telephone same letter can not be used number. But while dialing in twice), and the third letter random order, that is one of the always be from the remaining 4 possible 7-digit number which letters, and so on. Thus, the you may dial. different possible six-letter An anthropologist discovers an words are 6*5*4*3*2*1 = 720 isolated tribe whose written alphabet contains only six Kate, Demi, Madona, Sharon, letters (call the letters A, B, C, Britney and Nicole decided to D, E and F). The tribe has a lunch together in a restaurant. taboo against using the same The waiter led them to a round letter twice in the same word. table with six chairs. It's never done. How many different ways can If each different sequence of they seat? letters constitues a different word in the language, what is Answer the maximum number of six- letter words that the language There are 120 different can employ? possible seating Submitted arrangments. Answer Note that on a round table ABCDEF and BCDEFA is the The language can employ same. maximum of 720 six-letter 37
  • 38. The first person can sit on any = 1 / 372 one of the seats. Now, for the = 0.002688 second person there are 5 options, for the third person What is the area of the triangle there are 4 options, for the forth ABC with A(e,p) B(2e,3p) and person there are 3 options, for C(3e,5p)? the fifth person there are 2 options and for the last person where p = PI (3.141592654) there is just one option. Answer Thus, total different possible A tricky ONE. seating arrangements are =5*4*3*2*1 Given 3 points are colinear. = 120 Hence, it is a straight line. 3 blocks are chosen randomly on a chessboard. What is the probability Hence area of triangle is 0. that they are in the same diagonal Answer Silu and Meenu were walking There are total of 64 blocks on on the road. a chessboard. So 3 blocks can be chosen out of 64 in 64C3 Silu said, "I weigh 51 Kgs. How ways. much do you weigh?" So the sample space is = 41664 Meenu replied that she wouldn't reveal her weight directly as There are 2 diagonal on she is overweight. But she said, chessboard each one having 8 "I weigh 29 Kgs plus half of my blocks. Consider one of them. weight." 3 blocks out of 8 blocks in diagonal can be chosen in 8C3 How much does Meenu weigh? ways. But there are 2 such diagonals, Answer hence favourables = 2 * 8C3 = 2 * 56 = 112 Meenu weighs 58 Kgs. The require probability is It is given that Meenu weighs = 112 / 41664 29 Kgs plus half of her own weight. It means that 29 Kgs is 38
  • 39. the other half. So she weighs leaves a remainder of 0, 3, or 6 58 Kgs. if you remove it from the sum 0 + 1 + ... + 9. Hence, it follows Solving mathematically, let's that J must be 9. assume that her weight is X A man has Ten Horses and Kgs. nine stables as shown here. X = 29 + X/2 [] [] [] [] [] [] [] 2*X = 58 + X [] [] X = 58 Kgs The man wants to fit Ten Horses into nine stables. How Consider the sum: ABC + DEF can he fit Ten horses into nine + GHI = JJJ stables? Submitted If different letters represent Answer different digits, and there are no leading zeros, what does J The answer is simple. It says represent? the man wants to fit "Ten Horses" into nine stables. There are nine letters in the Answer phrase "Ten Horses". So you can put one letter each in all The value of J must be 9. nine stables. [T] [E] [N] [H] [O] Since there are no leading [R] [S] [E] [S] zeros, J must be 7, 8, or 9. (JJJ = ABC + DEF + GHI = 14? + A man is at a river with a 9 25? + 36? = 7??) gallon bucket and a 4 gallon bucket. He needs exactly 6 Now, the remainder left after gallons of water. dividing any number by 9 is the same as the remainder left after How can he use both buckets dividing the sum of the digits of to get exactly 6 gallons of that number by 9. Also, note water? that 0 + 1 + ... + 9 has a remainder of 0 after dividing by Note that he cannot estimate by 9 and JJJ has a remainder of 0, dumping some of the water out 3, or 6. of the 9 gallon bucket or the 4 gallon bucket The number 9 is the only Answer number from 7, 8 and 9 that 39
  • 40. For the sack of explanation, with 9 let's identify 4 gallon bucket as gallon Bucket P and 9 gallon bucket water as Bucket Q. Pour 3 4 gallon 9 gallon gallon bucket bucket water from 4 6 Operation (Bucket (Bucket bucket Q to P) Q) bucket P Initially 0 0 Fill the 9 gallon bucket contains 6 bucket Q gallon of water, as required. with 9 0 9 gallon Each of the five characters in water the word BRAIN has a different value between 0 and 9. Using Pour 4 the given grid, can you find out gallon the value of each character? water from 4 5 B R A I bucket Q to N 31 bucket P B B R B Empty 0 5 A 31 bucket P Pour 4 N I A B gallon B 32 water from 4 1 bucket Q to N I B A bucket P I 30 Empty I R A A 0 1 bucket P A 23 Pour 1 gallon 37 29 25 27 water from 1 0 29 bucket Q to The numbers on the extreme bucket P right represent the sum of the values represented by the Fill the characters in that row. Also, the 1 9 bucket Q numbers on the last raw 40
  • 41. represent the sum of the values B + R + A + I + N = 31 represented by the characters 7 + 6 + 4 + 5 + N = 31 in that column. e.g. B + R + A + N=9 I + N = 31 (from first row) Answer Thus, B=7, R=6, A=4, I=5 and N=9 B=7, R=6, A=4, I=5 and N=9 There are 9 coins. Out of which one is odd one i.e weight is less Make total 10 equations - 5 for or more. How many iterations rows and 5 for columns - and of weighing are required to find sovle them. odd coin? Answer From Row3 and Row4, N+I+A+B+B=N+I+B+ It is always possible to find odd A+I+2 coin in 3 weighings and to tell B=I+2 whether the odd coin is heavier or lighter. From Row1 and Row3, B+R+A+I+N=N+I+A+ 1. Take 8 coins and weigh 4 B+B-1 against 4. R=B-1 o If both are not equal, goto step 2 From Column2, o If both are equal, R + B + I + I + R = 29 goto step 3 B + 2R + 2I = 29 B + 2(B - 1) + 2I = 29 3B + 2I = 31 3(I + 2) + 2I = 31 2. One of these 8 coins is 5I = 25 the odd one. Name the I=5 coins on heavier side of the scale as H1, H2, H3 Hence, B=7 and R=6 and H4. Similarly, name the coins on the lighter From Row2, side of the scale as L1, B + B + R + B + A = 31 L2, L3 and L4. Either one 3B + R + A = 31 of H's is heavier or one of 3(7) + 6 + A = 31 L's is lighter. Weigh (H1, A=4 H2, L1) against (H3, H4, X) where X is one coin From Row1, 41
  • 42. remaining in intial weighing. o If (H3, H4, X) is o If both are equal, heavier side on the one of L2, L3, L4 is scale, either H3 or lighter. Weigh L2 H4 is heavier or L1 against L3. is lighter. Weight H3  If both are against H4 equal, L4 is  If both are the odd coin equal, L1 is and is lighter. the odd coin  If L2 is light, and is lighter. L2 is the odd  If H3 is heavy, coin and is H3 is the odd lighter. coin and is  If L3 is light, heavier. L3 is the odd  If H4 is heavy, coin and is H4 is the odd lighter. coin and is heavier. o If (H1, H2, L1) is heavier side on the 3. The remaining coin X is scale, either H1 or the odd one. Weigh X H2 is heavier. against the anyone coin Weight H1 against used in initial weighing. H2 o If both are equal,  If both are there is some error. equal, there is o If X is heavy, X is some error. the odd coin and is  If H1 is heavy, heavier. H1 is the odd o If X is light, X is the coin and is odd coin and is heavier. lighter.  If H2 is heavy, H2 is the odd In a sports contest there were coin and is m medals awarded on n heavier. successive days (n > 1). 42
  • 43. 1. On the first day 1 medal any other simpler method, do and 1/7 of the remaining submit it. m - 1 medals were awarded. A number of 9 digits has the 2. On the second day 2 following properties: medals and 1/7 of the now remaining medals The number comprising was awarded; and so on. the leftmost two digits is 3. On the nth and last day, divisible by 2, that the remaining n medals comprising the leftmost were awarded. three digits is divisible by 3, the leftmost four by 4, How many days did the contest the leftmost five by 5, and last, and how many medals so on for the nine digits of were awarded altogether? the number i.e. the Answer number formed from the first n digits is divisible by Total 36 medals were n, 2<=n<=9. awarded and the contest was Each digit in the number for 6 days. is different i.e. no digits are repeated. On day 1: Medals awarded = (1 The digit 0 does not occur + 35/7) = 6 : Remaining 30 in the number i.e. it is medals comprised only of the On day 2: Medals awarded = (2 digits 1-9 in some order. + 28/7) = 6 : Remaining 24 medals Find the number. On day 3: Medals awarded = (3 + 21/7) = 6 : Remaining 18 Answer medals On day 4: Medals awarded = (4 The answer is 381654729 + 14/7) = 6 : Remaining 12 medals One way to solve it is Trial-&- On day 5: Medals awarded = (5 Error. You can make it bit +7/7) = 6 : Remaining 6 medals easier as odd positions will On day 6: Medals awarded 6 always occupy ODD numbers and even positions will always I got this answer by writing occupy EVEN numbers. Further small program. If anyone know 5th position will contain 5 as 0 does not occur. 43
  • 44. You have to figure out who is The other way to solve this who IN ONLY 2 QUESTIONS. problem is by writing a Your questions have to be YES computer program that or NO questions and can only systematically tries all be answered by one person. (If possibilities. you ask the same question to two different people then that counts as two questions). Keep 1/3 rd of the contents of a in mind that all four know each container evaporated on the 1st other's characteristics whether day. 3/4th of the remaining they lie or not. contents of the container evaporated on the second day. What questions would you ask to figure out who is who? What part of the contents of the Remember that you can ask container is left at the end of only 2 questions. the second day? Submitted Answer You have 3 baskets, & each one contains exactly 4 balls, Assume that contents of the each of which is of the same container is X size. Each ball is either red, black, white, or purple, & there On the first day 1/3rd is is one of each color in each evaporated. basket. (1 - 1/3) of X is remaining i.e. (2/3)X If you were blindfolded, & lightly shook each basket so that the On the Second day 3/4th is balls would be randomly evaporated. Hence, distributed, & then took 1 ball (1- 3/4) of (2/3)X is remaining from each basket, what chance i.e. (1/4)(2/3)X = (1/6) X is there that you would have exactly 2 red balls? Hence 1/6th of the contents of the container is remaining Answer There are four people in a room There are 64 different possible (not including you). Exactly two outcomes, & in 9 of these, of these four always tell the exactly 2 of the balls will be red. truth. The other two always lie. There is thus a slightly better than 14% chance [(9/64)*100] 44
  • 45. that exactly 2 balls will be red. Commission chooses 11 from those 80 numbers, again no A much faster way to solve the repetition. You win the lottery if problem is to look at it this way. atleast 7 of your numbers are There are 3 scenarios where there in the 11 chosen by the exactly 3 balls are red: Lottery Commission. 1 2 3 What is the probablity of winning the lottery? ----------- Answer R R X The probability of winning the lottery is two in one billion i.e. R X R only two person can win from one billion !!! X R R Let's find out sample space X is any ball that is first. The Lottery Commission not red. chooses 11 numbers from the There is a 4.6875% chance that 80. Hence, the 11 numbers each of these situations will from the 80 can be selected in occur. 80 C11 ways which is very very high and is equal to 1.04776 * Take the first one, for example: 1013 25% chance the first ball is red, multiplied by a 25% chance the Now, you have to select 8 second ball is red, multiplied by numbers from 80 which can be a 75% chance the third ball is selected in 80C8 ways. But we not red. are interested in only those numbers which are in 11 Because there are 3 scenarios numbers selected by the where this outcome occurs, you Lottery Commision. There are 2 multiply the 4.6875% chance of cases. any one occurring by 3, & you get 14.0625% You might select 8 numbers which all are Consider a state lottery where there in 11 numbers you get to choose 8 numbers choosen by the Lottery from 1 to 80, no repetiton Commission. So there are 11 allowed. The Lottery C8 ways. 45
  • 46. Another case is you might Radius) select 7 lucky numbers = PI * 7 and 1 non-lucky number = 3.14159265 * 7 from the remaining 69 = 21.99115 numbers. There are ( 11C7 = 22 inches approx. ) * ( 69C1 ) ways to do SubmittIf a rook and a bishop that. of a standard chess set are randomly placed on a So total lucky ways are chessboard, what is the = ( 11C8 ) + ( 11C7 ) * ( 69C1 ) probability that one is attacking = (165) + (330) * (69) the other? = 165 + 22770 = 22935 Note that both are different colored pieces. Hence, the probability of the SubmAnswer winning lottery is = (Total lucky ways) / (Total The probability of either the Sample space) Rook or the Bishop attacking = (22935) / ( 1.04776 * 1013) the other is 0.3611 = 2.1889 * 10-9 i.e. 2 in a billion.To move a A Rook and a Bishop on a Safe, two cylindrical steel bars standard chess-board can be 7 inches in diameter are used arranged in 64P2 = 64*63 = as rollers. 4032 ways How far will the safe have Now, there are 2 cases - Rook moved forward when the rollers attacking Bishop and Bishop have made one revolution? attacking Rook. Note that the Answer Rook and the Bishop never attack each other The safe must have moved simultaneously. Let's consider 22 inches forward. both the cases one by one. If the rollers make one Case I - Rook attacking revolution, the safe will move Bishop the distance equal to the The Rook can be placed in any circumference of the roller. of the given 64 positions and it Hence, the distance covered by always attacks 14 positions. the safe is Hence, total possible ways of = PI * Diameter (or 2 * PI * the Rook attacking the Bishop 46