Bunuel
If x is a negative integer, is x < −3?
(1) x^2 + 6x < 7
(2) x^2 + |x| ≤ 2
Forget conventional ways of solving math questions. For DS problems, the VA (Variable Approach) method is the quickest and easiest way to find the answer without actually solving the problem. Remember that equal numbers of variables and independent equations ensure a solution.
Visit
https://www.mathrevolution.com/gmat/lesson for details.
Since we have 1 variable (\(x\)) and 0 equations, D is most likely to be the answer. So, we should consider each condition on its own first.
Condition 1)
\(x^2 + 6x < 7\)
⇔ \(x^2 + 6x - 7 < 0\)
⇔ \((x+7)(x-1) < 0\)
⇔ \(-7 < x < 1\)
⇔ \(-6 ≤ x ≤ -1\) since \(x\) is a negative integer.
The possible values of \(x\) are \(-6, -5, -4, -3, -2\) and \(-1\).
Since condition 1) does not yield a unique solution, it is not sufficient.
Condition 2)
\(x^2 + |x| ≤ 2\)
⇔ \(x^2 + |x| - 2 ≤ 0\)
⇔ \(|x|^2 + |x| - 2 ≤ 0\) since \(|x|^2 = x^2\)
⇔ \((|x| - 1 )( |x| + 2 ) ≤ 0\)
⇔ \(-2 ≤ |x| ≤ 1\)
⇔ \(0 ≤ |x| ≤ 1\) since \(0 ≤ |x|\)
⇔ \(|x| ≤ 1\)
⇔ \(-1 ≤ x ≤ 1\)
Then \(x = -1\) is the unique solution since \(x\) is a negative integer.
Since condition 2) yields a unique solution, it is sufficient.
Therefore, B is the answer.