section 6.4 Learning Objectives
6.4: Factoring Trinomials with Leading Coefficient Other Than 1
- Factor trinomials of the type ax2 + bx + c, where a ≠ 1
- Factor trinomials of the above type where the GCF must first be factored out
In Section 6.3, we factored trinomials with a leading coefficient of 1, or were able to factor out a common factor so that the leading coefficient became 1. It was this leading coefficient of 1 that allowed for the nice shortcut provided by the “Product and Sum Method.” However, if the leading coefficient is something other than 1 and the coefficients of all three terms of a trinomial don’t have a common factor (other than 1), then you will need to factor a trinomial with a leading coefficient of something other than 1.
Factoring Trinomials in the form ax2+bx+cax2+bx+c
To factor a trinomial in the form ax2+bx+cax2+bx+c, find two integers, r and s, whose sum is b and whose product is ac.
r⋅s=a⋅cr+s=br⋅s=a⋅cr+s=b
Rewrite the trinomial as ax2+rx+sx+cax2+rx+sx+c and then use grouping and the distributive property to factor the polynomial.
This is very similar to factoring trinomials in the form x2+bx+cx2+bx+c, except now you are looking for two factors whose product is a⋅ca⋅c, and whose sum is b. Additionally, we will find that there is not a simple shortcut like we had when the leading coefficient was 1, and will stick with the full grouping strategy.
Because our first step is to multiply the values for a and c, this technique is sometimes referred to as the “AC-Method.”
Let’s see how this strategy works by factoring 6z2+11z+46z2+11z+4.
In this trinomial, a=6a=6, b=11b=11, and c=4c=4. According to the strategy, you need to find two factors, r and s, whose sum is b=11b=11 and whose product is a⋅c=6⋅4=24a⋅c=6⋅4=24. Like before, you can make a chart to organize the possible factor combinations. (Notice that this chart only has positive numbers. Since ac is positive and b is positive, you can be certain that the two factors you’re looking for are also positive numbers.)
Factors whose product is 24 | Sum of the factors |
---|---|
1⋅24=241⋅24=24 | 1+24=25 |
2⋅12=24 | 2+12=14 |
3⋅8=24 | 3+8=11 |
4⋅6=24 | 4+6=10 |
There is only one combination where the product is 24 and the sum is 11, and that is when r=3, and s=8. Let’s use these values to factor the original trinomial.
Example 1
Factor 6z2+11z+4.
Example 2
Factor 10x2−7x−6
In the following video, we present another example of factoring a trinomial using grouping. In this example, the middle term, b, is negative. Note how having a negative coefficient on the middle term and a positive c term influence the options for r and s when factoring.
Before going any further, it is worth mentioning that not all trinomials can be factored using integer pairs. Take the trinomial 2z2+35z+7, for instance. Can you think of two integers whose sum is b=35 and whose product is a⋅c=2⋅7=14? There are none! This type of trinomial, which cannot be factored using integers, is called a prime trinomial.
In some situations, a is negative, as in −4h2+11h+3. It often makes sense to factor out −1 as the first step in factoring, as doing so will change the sign of ax2 from negative to positive, making the remaining trinomial easier to factor.
Example 3
Factor −4h2+11h+3.
Note that the answer above can also be written as (−h+3)(4h+1) or (h–3)(−4h–1) if you multiply −1 times one of the other factors.
In the following video we present another example of factoring a trinomial in the form −ax2+bx+c using the grouping technique.
Similar to factoring out a −1, we could encounter a more substantial GCF, which we see in our last example.
Example 4
Factor 16x4−12x3−10x2.