Carcass wrote:
If a and b are integers greater than 1 and a + b = 15, what is the smallest possible value of a - b?
(A) -13
(B) -11
(C) -1
(D) 1
(E) 3
Let's look for a pattern.
If a and b are integers greater than 1 and a + b = 15, then we can list possible values in the form (a, b) and also find the difference a - b:
(2, 13) --> a - b = -11
(3, 12) --> a - b = -9
(4, 11) --> a - b = -7
.
.
.
(10, 5) --> a - b = 5
(11, 4) --> a - b = 7
(12, 3) --> a - b = 9
(13, 2) --> a - b = 11
So, the smallest possible value of a - b is -11
Answer: B