jimmyjamesdonkey
Can anyone solve this not picking #s, and by using logic?
What is the remainder when 25 is divided by positive integer j?
(1) j is even.
(2) j < 9
Y = pX + q
Y = numerator
X = denominator
q = remainder
25 = p(X) + q
(1) j is even
25 = p(X) + q
25 / X = p + q / X
X = 2; 25 / 2 = 12 + 1/2; q = 1
X = 4; 25 / 4 = 6 + 1/4; q = 1
X = 6; 25 / 6 = 4 + 1/6; q = 1
X = 8; 25 / 8 = 3 + 1/8; q = 1
X = 10; 25 / 10 = 2 + 5/10; q = 5
There are two answers for the remainder. Insufficient.
(2) j < 9
X =1; 25 / 1 = 25 + 0; q = 0
X = 2; 25 /2 = 12 + 1/2; q = 1
There are two answers for the remainder. Insufficient.
(1) & (2)
All even integers that are less than 9 give the remainder = 1. Sufficient.
The answer is C.