Bunuel
Tough and Tricky questions: Algebra.
If \(\frac{3(ab)^3 + 9(ab)^2 - 54ab}{(a-1)(a + 2)} = 0\), and a and b are both non-zero integers, which of the following could be the value of b?
I. 2
II. 3
III. 4
(A) I only
(B) II only
(C) I and II only
(D) I and III only
(E) I, II, and III
Kudos for a correct solution.\(\frac{3(ab)^3 + 9(ab)^2 - 54ab}{(a-1)(a + 2)} = 0\)
Take 3ab common in the numerator.
\(\frac{3(ab) * [(ab)^2 + 3(ab) - 18]}{(a-1)(a + 2)} = 0\)
Note that \((ab)^2 + 3ab - 18\) is a quadratic which we can split into factors just like we do for \(x^2 + 3x - 18\).
\(x^2 + 3x - 18 = (x + 6)(x - 3)\) so \((ab)^2 + 3ab - 18 = (ab + 6)*(ab - 3)\)
\(\frac{3(ab) * [(ab + 6)*(ab - 3)]}{(a-1)(a + 2)} = 0\)
Now, when will this fraction be 0? When one of the factors in the numerator is 0. (Note that denominator cannot be 0. So a cannot the 1 or -2.)
So either ab = 0 (a and b are non zero so not possible)
or (ab + 6) = 0 i.e. ab = -6
or (ab - 3) = 0 i.e. ab = 3
So, we get that one of these two must hold.
Either ab = -6 or ab = 3.Now let's look at the possible values of b.
Can b be 2? If b = 2, a = -3 (in this case, ab = -6. Satisfies)
Can b be 3? If b = 3, a is -2 or 1. Both values are not possible so b cannot be 3.
Can b be 4? If b = 4, a is not an integer in either case. So b cannot be 4.
Answer (A)