Solve the following quadratic equation by factorization method: $3x^2-5x-12=0$
Reveal answer
Fill a bubble to check yourself
Solve the following quadratic equation by factorization method: $3x^2-5x-12=0$
None of these
3x^2 - 5x - 12 = 0 -> 3x^2 - 9x + 4x - 12 = 0 -> 3x(x - 3) + 4(x - 3) = 0 -> (3x + 4)(x - 3) = 0. Roots are -4/3 and 3.
To solve 3x^2 - 5x - 12 = 0 by factorization, we find two numbers that multiply to (3 * -12) = -36 and add to -5, which are -9 and 4. We rewrite the middle term to form 3x^2 - 9x + 4x - 12 = 0. Factoring by grouping yields 3x(x - 3) + 4(x - 3) = 0, giving the factors (3x + 4)(x - 3) = 0. Setting each factor to zero results in the solution set {-4/3, 3}.