SamCodes
Hello there,
Thanks for your explanation!
But why do we take LCM of 6 and 7 at the end?
I mean how do we know for sure that the next number in the series can be found by adding the LCM as difference to 31?
Best Regards
When positive integer n is divided by 14, the remainder is 3. When n is divided by 6, the remainder is 1. If List M contains all possible values of n, arranged in order of increasing numerical value, what is the tenth number in List M?A. 409
B. 451
C. 493
D. 787
E. 871
A reminder of 3 when divided by 14 implies n = 14q + 3
A remainder of 1 when divided by 6 implies n = 6p + 1
We can derive a general formula for the total (of a type \(total=dk+r\), where \(d\) is the divisor and \(r\) is the remainder) based on the two formulas given: n = 14q + 3 (3, 17,
31, 45, 59, 73, ... ) and n = 6p + 1 (1, 7, 13, 19, 25,
31, ... ).
The divisor \(d\) would be the least common multiple of the two divisors 14 and 6, hence d = 42 and the remainder r would be the first common integer in the two patterns, hence r = 31.
So, the general formula based on both pieces of information is n = 42k + 31. We get: 31, 115, 157, ... So, the 10th number will be for k = 9, which is n = 42 * 9 + 31 = 409.
Answer: A.