gmatnmein2010 wrote:If a and b are both single-digit positive integers, is a + b a multiple of 3?
(1) The two-digit number "ab" (where a is in the tens place and b is in the ones place) is a multiple of 3.
(2) a - 2b is a multiple of 3.
(1) SUFFICIENT: The two-digit number "ab" can be represented by the expression 10a + b. Since 10a + b is a multiple of 3, 10a + b = 3k, where k is some integer.
This can be rewritten as 9a + (a + b) = 3k
a + b = 3k - 9a.
3k - 9a can be factored to 3(k - 3a).
Since both k and a are integers, 3(k - 3a) must be a multiple of 3.
Therefore a + b is also a multiple of 3.
(2) SUFFICIENT: Since a - 2b is a multiple of 3, a - 2b = 3k, where k is some integer.
This can be rewritten as a + b - 3b = 3k
a + b = 3k + 3b .
3k + 3b can be factored to 3(k + b).
Since both k and b are integers, 3(k + b) must be a multiple of 3.
Therefore a + b is also a multiple of 3.
The correct answer is D.