Bunuel
If bc ≠ 0, what is the value of \(\frac{a^2 - b^2 - c^2}{bc}\)?
(1) |a| = 1, |b| = 2, |c| = 3
(2) a + b + c = 0
MANHATTAN GMAT OFFICIAL SOLUTION:(1) INSUFFICIENT: The absolute value signs tell us that a = ±1, b = ±2, and c = ±3. In the numerator, each variable is squared, so their signs are irrelevant:
\(a^2 - b^2 - c^2 = 1^2 - 2^2 - 3^2 = 1 -4 - 9 = -12\)
However, while |b||c| = (2)(3) = 6, the denominator bc could be either 6 or –6, depending on the signs of b and c. Therefore:
\(\frac{a^2 - b^2 - c^2}{bc}=2\) OR -2.
(2) SUFFICIENT: Given that a + b + c = 0, we know that a = - (b + c). Substitute this value of a into the expression in the question, and simplify, using one of the quadratic special products along the way:
\(\frac{a^2 - b^2 - c^2}{bc}=\frac{(-(b+c))^2 - b^2 - c^2}{bc}=\)
\(=\frac{(b+c)^2 - b^2 - c^2}{bc}=\)
\(=\frac{b^2+2bc+c^2 - b^2 - c^2}{bc}=\)
\(=\frac{2bc}{bc}=2\)
The correct answer is B.