Bunuel
If \(a\) and \(b\) are integers and \(a \lt b \lt 0\), what is the value of \(a-b\)?
(1) \(a^2=b^2+7\)
(2) \(ab=12\)
I chose a different approach:
Statement 1:\(a^2=b^2+7\)
Since we know that a & b are negative integers, \(a^2\) & \(b^2\) are perfect squares
Lets list up the first perfect squares: 1, 4, 9, 16, 24, 36, 49, 64, ...
We know \(a^2\) is a perfect square that is 7 bigger than another perfect square.
If we look at our squares, we can quickly see that this is only the case when \(a^2 = 16\) and \(b^2 = 9\)
The distances between the squares will get bigger and bigger if you would continue to write them down.
Therefore, there will be no other case in which statement 1 is true.
This means that a = -4 and b = -3 (which fits to the question stem).
a-b = -4 - -3 = -1
SUFFICIENT
Statement 2:\(ab=12\)
All possible negative factor pairs of 12 are:
-1 * -12
-2 * -6
-3 * -4
We know that a < b, but we still have several possibilities:
a = -12 and b = -1 --> a-b = -12 - -1 = -11
a = -6 and b = -2 --> a-b = -6 - -2 = -4
INSUFFICIENT
Answer A