Stephanie M. answered 06/10/15
Tutor
5.0
(887)
Private Tutor - English, Mathematics, and Study Skills
Here's a good way to factor trinomials with leading coefficients that you can't factor out:
1. For a trinomial ax2 + bx + c, find a pair of numbers that multiply together to be a×c and add together to be b. Call that pair of numbers p and q.
2. Replace bx with px + qx.
3. Factor by grouping.
Here's an example of how that works:
y = 3x2 - 5x - 2
1. Find a pair of numbers that multiply together to be a×c and add together to be b
We're trying to find a pair of numbers that multiplies together to be a×c = 3×(-2) = -6 and adds together to be -5. This step is a lot like factoring trinomials without leading coefficients.
Factor pairs of -6 are:
1×-6
-1×6
2×-3
-2×3
Those add up to:
1+-6 = -5
-1+6 = 5
2+-3 = -1
-2+3 = 1
So, 1 and -6 multiply together to be -6 and add together to be -5.
2. Replace bx with px + qx
y = 3x2 - 5x - 2
y = 3x2 + 1x - 6x - 2
y = 3x2 + x - 6x - 2
3. Factor by grouping
y = (3x2 + x) + (-6x - 2)
y = x(3x + 1) - 2(3x + 1)
y = (x - 2)(3x + 1)
This is the standard method for factoring trinomials with leading coefficients not equal to 1. It's not too bad, and works a lot like the method for factoring simple trinomials.
And, if you can't find a factor pair that works, you can always use the Quadratic Formula, like Nathan says. Be careful, though... For my example, you'll get 2 and -1/3 as your answers, but it's not correct to write:
y = (x - 2)(x + 1/3)
Instead, always multiply the whole thing by the leading coefficient to get:
y = 3(x - 2)(x + 1/3)
That's equivalent to the answer we got above:
y = (x - 2)3(x + 1/3)
y = (x - 2)(3x + 1)