CAT 2002 — QA Question 27
Sum of first n natural numbers = S(n)
Sum given by student = 575
S(10) = 55
S(20) = 210
S(30) = 465
S(40) = 820
∴ The student stopped counting somewhere between 30 and 40.
Consider S(35) = 630
The student stopped somewhere before 35.
∴ S(31) = 496, S(32) = 528, S(33) = 561 and S(34) = 595
But the student gave 575 as the sum, so the student missed on the number 20.
Hence, option 4.
A thief was stealing diamonds from a jewellery store. On his way out, he encountered three guards, each was given half of the existing diamonds and two over it by the thief. In the end, he was left with one diamond. How many did the thief steal?
Answer & solution
- A
40
36
- C
42
- D
38
Assume that the thief had stolen x diamonds.
The 1st watchman got = x/2 + 2
Diamonds left = x − (x/2 + 2) = x/2 – 2
The 2nd watchman got = (x/2 − 2)/2 + 2 = x/4 + 1
Diamonds left = (x/2 − 2) − (x/4 + 1) = x/4 − 3
The 3rd watchman got = (x/4 − 3)/2 + 2 = x/8 + 1/2
Diamonds left = (x/4 − 3) − (x/8 + 1/2) = x/8 − 7/2 = 1
∴ x/8 = 9/2
∴ x = 36
Hence, option (b).
Alternatively,
One may proceed by substituting the options that are even.