Bunuel
For a positive integer n, when 3^n is divided by 5, what is the remainder?
(1) n is a multiple of 4.
(2) n is a multiple of 2.
n is a positive integer, so 3^n is a positive integer.
If an integer is divided by 5, then the remainder depends only on the units digit of the integer.
We need to answer the question:
remainder of (3^n)/5 = ?
Statement One Alone:=> n is a multiple of 4.
n = 4q, where q is a positive integer.
3^n = 3^(4q) = (3^4)^q = 81^q
If an integer with a units digit of 1 is raised to a positive integer power, then the units digit of the resulting number is always 1. Therefore, the units digit of 3^n is 1, and the remainder in question is 1.
Statement one is sufficient. Eliminate answer choices B, C, and A.
Statement Two Alone:=> n is a multiple of 2.
n = 2q, where q is a positive integer.
3^n = 3^(2q) = (3^2)^q = 9^q
If an integer with a units digit of 9 is raised to a positive integer power, then the units digit of the resulting number is 9 if the exponent is odd or 1 if the exponent is even. Therefore, the units digit of 3^n is 9 or 1, and the remainder in question is 4 or 1.
Statement two is not sufficient.
Answer: A