topspin20 wrote:When positive integer n is divided by 7, the remainder is 2. When n is divided by 9,the remainder is 3. What is the smallest positive integer k such that k+n is a multiple of 16?
A. 1
B. 2
C. 4
D. 6
E. 9
The correct answer here is
A
Let's first find dome possible values of n. To do so, we'll use a nice rule that says:
If N divided by D, leaves remainder R, then the possible values of N are R, R+D, R+2D, R+3D,. . . etc.
For example, if k divided by 5 leaves a remainder of 1, then the possible values of k are: 1, 1+5, 1+(2)(5), 1+(3)(5), 1+(4)(5), . . . etc.
When positive integer n is divided by 7, the remainder is 2.
So, some possible values of n are: 2, 9, 16, 23,
30, 37, 44, etc
When n is divided by 9, the remainder is 3.
So, some possible values of n are: 3, 12, 21,
30, 39, 48, etc
We're looking for an n value that satisfies both conditions. So, since both lists have
30 in them, one possible value of n is
30.
Aside: If we add 2 to 30, we get 32, which is a multiple of 12. So, k=2 satisfies the given condition. So, at this point, we know that the correct answer is either A or B
IMPORTANT: The two lists of possible n-values the result of dividing by 7 and by 9.
Since the least common multiple (LCM) of 7 and 9 is
63, other possible values of n (that satisfy BOTH conditions) can be found by taking
30, and adding multiples of
63.
So, for example, another possible value of n is 93, (
30 +
63 = 93)
To make 93 a multiple of 16, we need to
add 3 (since 96 is a multiple of 16)
Another possible value of n is 156, (
30 + (2)
(63) = 156)
To make 156 a multiple of 16, we need to
add 4 (since 160 is a multiple of 16)
As you might guess, each subsequent value of n will require us to add an even larger value of k in order to get a multiple of 16. HOWEVER, at some point, we will reach a value of n that is a multiple of 16. In fact, that number is 912 (
30 + (14)
(63) = 912)
So, if we move up one more number, we get 975 (
30 + (15)
(63) = 975)
So, 975 is a possible value of n, and if we
add 1, (i.e., k = 1), we get 976, which is a multiple of 16.
Answer:
A
Cheers,
Brent