Bunuel
What is the remainder when integer n is divided by two?
(1) When n is divided by 3, the remainder is odd.
(2) When n is divided by 4, the remainder is odd.
We need to determine the remainder when integer n is divided by 2. Keep in mind that the only possible remainders when an integer is divided by 2 are 0 and 1.
Statement One Alone:When n is divided by 3, the remainder is odd.
The information in statement one is not sufficient to answer the question. For example, if n = 7, then the remainder when n is divided by 2 is 1; however, when n = 16, the remainder when n is divided by 2 is 0.
Statement Two Alone:When n is divided by 4 the remainder is odd.
Because division of n by 4 produces an odd remainder, we know that n is odd. If n is odd, the remainder when n is divided by 2 will always be 1. Statement two alone is sufficient to answer the question.
Answer: B