CAT 2023 Slot 2 — QA Question 1
DivisibilityEasy
For any natural numbers m, n and k, such that k divides both m + 2n and 3m + 4n, k must be a common divisor of
Answer & solution
- A
m and n
m and 2n
- C
2m and 3n
- D
2m and n
Solution
Easy
If divides two expressions, it divides every integer combination of them. Take clean combinations of and to isolate and a multiple of — whatever survives, must divide.
1
Write the two divisibility facts using integer multiples :
2
Combine to isolate : compute :
3
Combine to isolate : compute :
4
So is guaranteed to divide both and . (It need not divide alone — only .)
and — option (b).
Eliminate by plugging numbers: gives , , so — useless. Try : , , . Here divides and but not in the first try — so any option containing a bare fails, leaving (b).