mrinal2100
When the positive integer A is divided by 5 and 7, the remainder is 3 and 4, respectively. When the positive integer B is divided by 5 and 7, the remainder is 3 and 4, respectively. Which of the following is a factor of A-B?
(A) 12
(B) 24
(C) 35
(D) 16
(E) 30
i used the numbers and reached at two numbers 18 and 53 and 53-18 gives 35.is there any better way to solve this question
When the positive integer A is divided by 5 and 7, the remainder is 3 and 4, respectively: \(A=5q+3\) (A could be 3, 8, 13,
18, 23, ...) and \(A=7p+4\) (A could be 4, 11,
18, 25, ...).
There is a way to derive general formula based on above two statements:Divisor will be the least common multiple of above two divisors 5 and 7, hence \(35\).
Remainder will be the first common integer in above two patterns, hence \(18\) --> so, to satisfy both this conditions A must be of a type \(A=35m+18\) (18, 53, 88, ...);
The same for B (as the same info is given about B): \(B=35n+18\);
\(A-B=(35m+18)-(35n+18)=35(m-n)\) --> thus A-B must be a multiple of 35.
Answer: C.
More about this concept:
manhattan-remainder-problem-93752.html?hilit=derive#p721341good-problem-90442.html?hilit=derive#p722552Hope it helps.