MasterGMAT12
How many positive integers less than 20 can be expressed as the sum of a positive multiple of 2 and a positive multiple of 3?
(A) 14
(B) 13
(C) 12
(D) 11
(E) 10
Responding to a pm:
I would do this question by enumerating and using pattern recognition.
Note that we need the number to be the sum of a positive multiple of 2 and a positive multiple of 3.
The first such number will be 5 (which is 2 + 3).
Now, every time we add one or more 2s and/or one or more 3s to 5, we will will one of our desired numbers.
\(5 +2 = 7\)
\(5+3 = 8\)
\(5 + 2*2 = 5 + 4 = 9\)
\(5 + 2 + 3 = 5 + 5 = 10\)
5 + 4 + 2 = 11
5 + 4 + 3 = 12
... Note that you will get all other numbers because the new base number is 5 + 4 = 9 now. You can add 2, 3, 4, 5 and 6. Thereafter, we can consider the new base to be 14 and then again add 2, 3, 4, 5, and 6 and so on...
So all numbers including and after 7 can be written in the form 2a + 3b.
In the first 19 positive integers, there are only 5 numbers (1, 2, 3, 4, 6) which you cannot express as 2a + 3b such that a and b are positive integers.
SO 14 numbers can be written as a sum of a positive multiple of 2 and a positive multiple of 3.
Answer (A)