CAT 2001 — QA Question 10
Number TheoryEasy
In a 4-digit number, the sum of the first two digits is equal to that of the last two digits. The sum of the first and last digits is equal to the third digit. Finally, the sum of the second and fourth digits is twice the sum of the other two digits. What is the third digit of the number?
Answer & solution
Correct answer: 5
5
- B
8
- C
1
- D
4
Solution
Let the four digit number be abcd.
∴ a + b = c + d ...(i)
∴ a + d = c ...(ii)
∴ b + d = 2 × (a + c) ...(iii)
Solving these equations, we get,
b = 2d
d = 4a
c = 5a
∴ c has to be a multiple of 5 and a single digit number.
The only possibility is c = 5
Hence, option (a).
Related Number Theory questions
- Of 128 boxes of oranges, each box contains at least 120 and at most 144 oranges.…
- Anita had to do a multiplication. Instead of taking 35 as one of the multipliers…
- Let b be a positive integer and a = b 2 – b. If b ≥ 4, then a 2 –…
- Ashish is given Rs. 158 in one rupee denominations. He has been asked to allocat…
- In some code, letters, a, b, c, d and e represent numbers 2, 4, 5, 6 and 10. How…
- Choose 1 ; if the question can be answered by using one of the statements alone,…