CAT 1991 — QA Question 47
Number TheoryEasy
To decide whether a n digit number is divisible by 7, we can define a process by which its magnitude is reduced as follows: (i1, i2, i3, … , are the digits of the number, starting from the most significant digit).
i1 i2 ……. in ⇒ i1 . 3n-1 + i2 . 3n-2 + ……… + in . 30.
e.g. 259 ⇒ 2.32 + 5.31 + 9.30 = 18 + 15 + 9 = 42
Ultimately the resulting number will be seven after repeating the above process a certain number of times. After how many such stages, does the number 203 reduce to 7?
Answer & solution
Correct answer: 2
2
- B
3
- C
4
- D
1
Solution
203 = 2.32 + 0.31 + 3.30 = 18 + 0 + 1 = 21
21 = 2.31 + 1.30 = 6 + 1 = 7.
Therefore we can reduce 203 to 7 in 2 steps.
Hence, option (a).
Related Number Theory questions
- The number of integers n satisfying –n + 2 ≥ 0 and 2n ≥ 4 is…
- The sum of two integers is 10 and the sum of their reciprocals is 5/12. Then the…
- x, y and z are three positive integers such that x > y > z. Which of the followi…
- What is the greatest power of 5 which can divide 80! exactly.…
- A third standard teacher gave a simple multiplication exercise to the kids. But …
- Find the minimum integral value of n such that the division 55n/124 leaves no re…