BrentGMATPrepNow
c is a positive integer, and d is a prime number. When c is divided by 4d, the remainder is d. What is the value of d?
(1) c is even
(2) c > 4d
Given: c is a positive integer, and d is a prime number. When c is divided by 4d, the remainder is d. -----ASIDE---------------------
There's a nice rule that says, "
If N divided by D equals Q with remainder R, then N = DQ + R"
For example, since 17 divided by 5 equals 3 with remainder 2, then we can write 17 = (5)(3) + 2
Likewise, since 53 divided by 10 equals 5 with remainder 3, then we can write 53 = (10)(5) + 3
----------------------------------
Since the quotient isn't given, let's let Q = the quotient when c is divided by 4d.
On other words:
When c is divided by 4d, the quotient is Q and the remainder is dSo, from the above
rule, we can write:
c = (4d)(Q) + dFactor to get:
c = d(4Q + 1)Target question: What is the value of d? Statement 1: c is even Since
c = d(4Q + 1), we can conclude that
d(4Q + 1) is even.
Since 4Q is even for all integer values of Q, we know that 4Q + 1
is oddSo, if
d(4Q + 1) is even, it must be the case that
d is even.
Since d is a prime number,
d must equal 2 (since 2 is the only even prime).
Statement 2: c > 4dThis information doesn't help us answer the target question.
There are several values of c and d that satisfy statement 2 (and the given information). Here are two:
Case a: c = 10 and d = 2. In this case, the answer to the target question is
d = 2Case b: c = 15 and d = 3. In this case, the answer to the target question is
d = 3Since we can’t answer the
target question with certainty, statement 2 is NOT SUFFICIENT
Answer: ACheers,
Brent