RBBmba@2014 wrote:Positive integer n leaves a remainder of 4 after division by 6 and a remainder of 3 after division by 5. If n is greater than 30, what is the remainder that n leaves after division by 30?
(A) 3
(B) 12
(C) 18
(D) 22
(E) 28
Here's another approach:
We'll check the ANSWER CHOICES to see which one matches the given information.
NOTE: Each of the answer choices represents the remainder when n is divided by 30.
So, for example,
answer choice A suggests that, when n is divided by 30, the remainder is 3.
In other words, n is 3 greater than some multiple of 3
So, we can write: n =
30k + 3 (for some integer k)
If this is the correct answer, then this value of n will satisfy the given information (
n leaves a remainder of 4 after division by 6 and a remainder of 3 after division by 5)
Let's check whether this is true.
n =
30k + 3 = 6(5k) + 3, which means n is 3 greater than some multiple of 6.
This means that n divided by 6 would leave remainder 3, but we're told that the remainder is supposed to be 4.
So, we can ELIMINATE A.
Answer choice B
This means that n =
30k + 12 (for some integer k)
n =
30k + 12 = 6(5k + 2), which means n is a MULTIPLE of 6.
This means that n divided by 6 would leave remainder 0, but we're told that the remainder is supposed to be 4.
So, we can ELIMINATE B.
Answer choice C
This means that n =
30k + 18 (for some integer k)
n =
30k + 18 = 6(5k + 3), which means n is a MULTIPLE of 6.
This means that n divided by 6 would leave remainder 0, but we're told that the remainder is supposed to be 4.
So, we can ELIMINATE C.
Answer choice D
This means that n =
30k + 22 (for some integer k)
n =
30k + 22 = 30k + 18 + 4 = 6(5k + 3) + 4. So, n is 4 greater than some multiple of 6, which means that n divided by 6 would leave remainder 4. This part checks out.
What about the other piece of given information (
n leaves a remainder of 3 after division by 5)?
n =
30k + 22 = 30k + 20 + 2 = 5(6k + 4) + 2, which means that n divided by 5 would leave remainder 2. We're told that the remainder is supposed to be 3.
So, we can ELIMINATE D.
Answer =
E
Cheers,
Brent