shasadou
If n is an integer between 10 and 100, is the tens digit of n even?
(1) The remainder when n is divided by 4 is equal to the remainder when n is divided by 5.
(2) The only prime factor of n is 3.
If n is an integer between 10 and 100, is the tens digit of n even? (1) The remainder when n is divided by 4 is equal to the remainder when n is divided by 5.
First of all, since the remainder is less than the divisor then the remainder must be 0, 1, 2, or 3.
n = 4q + r;
n = 5p + r;
4q + r = 5p + r;
4q = 5p --> q/p = 5/4 --> q must be a multiple of 5 and p must be a multiple of 4.
Thus, n = 4q + r = 4(5k) + r = 20k + r = (a multiple of 20) + r --> n could be 20, 21, 22, 23, 40, 41, 42, 43, 60, 61, 62, 63, 80, 81, 82, or 83. In any case the tens digit of n is even. Sufficient.
(2) The only prime factor of n is 3 --> n = 3^m. Since n is between 10 and 100, then it can be 3^3 = 27 or 3^4 = 81. In any case the tens digit of n is even. Sufficient.
Answer: D.
Hope it's clear.