This is “Factoring Trinomials of the Form x^2 + bx + c”, section 6.2 from the book Beginning Algebra (v. 1.0). For details on it (including licensing), click here.

For more information on the source of this book, or why it is available for free, please see the project's home page. You can browse or download additional books there. To download a .zip file containing this book to use offline, simply click here.

Has this book helped you? Consider passing it on:
Creative Commons supports free culture from music to education. Their licenses helped make this book available to you.
DonorsChoose.org helps people like you help teachers fund their classroom projects, from art supplies to books to calculators.

6.2 Factoring Trinomials of the Form x^2 + bx + c

Learning Objectives

  1. Factor trinomials of the form x2+bx+c.
  2. Factor trinomials using the AC method.

Factoring Trinomials of the Form x^2 + bx + c

Some trinomials of the form x2+bx+c can be factored as a product of binomials. For example,

We can verify this factorization by multiplying:

Factoring trinomials requires that we work the distributive process in reverse. Notice that the product of the first terms of each binomial is equal to the first term of the trinomial.

The middle term of the trinomial, 7x, is the sum of the products of the outer and inner terms of the binomials:

And the product of the last terms of each binomial is equal to the last term of the trinomial.

This can be visually interpreted as follows:

If a trinomial of this type factors, then these relationships will be true:

This gives us

In short, if the leading coefficient of a factorable trinomial is one, then the factors of the last term must add up to the coefficient of the middle term. This observation is the key to factoring trinomials using the technique known as trial and errorDescribes the method of factoring a trinomial by systematically checking factors to see if their product is the original trinomial. (or guess and checkUsed when referring to the trial and error method for factoring trinomials.). The steps are outlined in the following example.

 

Example 1: Factor: x2+7x+12.

Solution: Note that the polynomial to be factored has three terms; it is a trinomial with a leading coefficient of 1. Use trial and error to factor as follows:

Step 1: Write two sets of blank parentheses. If a trinomial of this form factors, then it will factor into two linear binomial factors.

Step 2: Write the factors of the first term in the first space of each set of parentheses. In this case, factor x2=xx.

Step 3: Determine the factors of the last term whose sum equals the coefficient of the middle term. To do this, list all of the factorizations of 12 and search for factors whose sum equals the coefficient of the middle term, 7.

Choose 12 = 3 ⋅ 4 because 3 + 4 = 7.

Step 4: Write in the last term of each binomial using the factors determined in the previous step.

Step 5: Check by multiplying the two binomials.

Answer: (x+3)(x+4)

 

Since multiplication is commutative, the order of the factors does not matter.

If the last term of the trinomial is positive, then either both of the constant factors must be negative or both must be positive. Therefore, when looking at the list of factorizations of the last term, we are searching for sums that are equal to the coefficient of the middle term.

 

Example 2: Factor: x29x+20.

Solution: First, factor x2=xx.

Next, determine which factors of 20 add up to −9:

In this case, choose −4 and −5 because (4)(5)=+20 and 4+(5)=9.

Check.

Answer: (x4)(x5)

 

If the last term of the trinomial is negative, then one of its factors must be negative. In this case, search the list of factorizations of the last term for differences that equal the coefficient of the middle term.

 

Example 3: Factor: x24x12.

Solution: Begin by factoring the first term x2=xx.

The factors of 12 are listed below. In this example, we are looking for factors whose difference is −4.

Here choose the factors 2 and −6 because the coefficient of the middle term, −4, is obtained if we add 2+(6).

Multiply to check.

Answer: (x+2)(x6)

 

Often our first guess will not produce a correct factorization. This process may require repeated trials. For this reason, the check is very important and is not optional.

 

Example 4: Factor: x2+5x6.

Solution: The first term of this trinomial x2 factors as xx.

Consider the factors of 6:

Suppose we choose the factors 2 and 3 because 2 + 3 = 5, the coefficient of the middle term. Then we have the following incorrect factorization:

When we multiply to check, we find the error.

In this case, the middle term is correct but the last term is not. Since the last term in the original expression is negative, we need to choose factors that are opposite in sign. Therefore, we must try again. This time we choose the factors −1 and 6 because 1+6=5.

Now the check shows that this factorization is correct.

Answer: (x1)(x+6)

 

If we choose the factors wisely, then we can reduce much of the guesswork in this process. However, if a guess is not correct, do not get discouraged; just try a different set of factors.

 

Example 5: Factor: x2+3x+20.

Solution:

Here there are no factors of 20 whose sum is 3. Therefore, the original trinomial cannot be factored as a product of two binomials. This trinomial is prime.

Answer: Prime

 

Try this! Factor: x213x30.

Answer: (x+2)(x15)

Video Solution

(click to see video)

The techniques described can also be used to factor trinomials with more than one variable.

 

Example 6: Factor: x214xy72y2.

Solution: The first term x2 factors as xx.

Next, look for factors of the coefficient of the last term, 72, whose sum is −14.

Therefore, the coefficient of the last term can be factored 72=4(18), where 4+(18)=14. Because the last term has a variable factor of y2, factor 72y2 as 4y(18y) and try the following factorization:

Multiply to check.

Visually, we have the following:

Answer: (x+4y)(x18y)

 

Try this! Factor: x2y2+9xy10.

Answer: (xy1)(xy+10)

Video Solution

(click to see video)

Factoring Using the AC Method

An alternate technique for factoring trinomials, called the AC methodMethod for factoring trinomials by replacing the middle term with two terms that allow us to factor the resulting four-term polynomial by grouping., makes use of the grouping method for factoring four-term polynomials. If a trinomial in the form ax2+bx+c can be factored, then the middle term, bx, can be replaced with two terms with coefficients whose sum is b and product ac. This substitution results in an equivalent expression with four terms that can be factored by grouping. The steps are outlined in the following example.

 

Example 7: Factor using the AC method: x2x30.

Solution: In this example a = 1, b = −1, and c = −30.

Step 1: Determine the product ac.

Step 2: Find factors of ac whose sum equals the coefficient of the middle term, b.

We can see that the sum of the factors 5 and −6 is equal to the coefficient of the middle term, −1.

Step 3: Use the factors as coefficients for the terms that replace the middle term. Here x=6x+5x. Write

Step 4: Factor the equivalent expression by grouping.

Answer: (x6)(x+5)

 

Notice that the AC method is consistent with the trial and error method. Both methods require that b=m+n, where c=mn. In the example above, 30=(6)(5) and 1=(6)+5. The only difference between the methods, when the leading coefficient is 1, is in the process used to obtain the final factorization.

 

Example 8: Factor: y214x+48.

Solution: Here ac = 48 and we search for factors whose sum is −14.

Therefore, 14x=6x8x. Substitute the new terms and factor by grouping.

Answer: (x6)(x8). The check is left to the reader.

 

At this point, it is recommended that the reader stop and factor as many trinomials of the form x2+bx+c as time allows before moving on to the next section. Factoring trinomials is one of the more important skills that we learn in this course and should be mastered.

Key Takeaways

  • Factor a trinomial by systematically guessing what factors give two binomials whose product is the original trinomial.
  • If a trinomial of the form x2+bx+c factors into the product of two binomials, then the coefficient of the middle term is the sum of factors of the last term.
  • Not all trinomials can be factored as the product of binomials with integer coefficients. In this case, we call it a prime trinomial.
  • Factoring is one of the more important skills required in algebra. For this reason, you should practice working as many problems as it takes to become proficient.

Topic Exercises

Part A: Factoring Trinomials with Leading Coefficient 1

Are the following factored correctly? Check by multiplying.

1. x2+5x6=(x+2)(x+3)

2. x2+6x+16=(x+8)(x2)

3. y2+2y8=(y+4)(y2)

4. y210y+21=(y3)(y7)

5. a210a+25=(a5)2

6. a2+6a+9=(a3)2

7. x2+10x25=(x+5)(x5)

8. x2+5x+14=(x2)(x+7)

9. y2+50y600=(y+60)(y10)

10. y23y+2=(y2)(y1)

Factor.

11. x2+6x+8

12. x2+4x+3

13. x2+3x+2

14. x2+x2

15. x2+3x10

16. x22x35

17. x213x+12

18. x215x+36

19. x212x+36

20. x2+18x+81

21. x22x+1

22. x218x+81

23. x2+5x+5

24. x24x+6

25. x220x+91

26. x2+20x+91

27. x22x48

28. x2+16x+48

29. x2+22x+48

30. x2+22x48

31. y2+7y+12

32. y2+8y20

33. y216y+60

34. y231y32

35. a211a42

36. a214a51

37. a2+26a+25

38. a222a+120

39. a2+4a1

40. a26a+2

41. y214x+40

42. y24y96

43. x22xy+y2

44. x2+2xy+y2

45. x216xy+15y2

46. x24xy32y2

47. x2+2xy15y2

48. x212xy+32y2

49. x2y26xy+9

50. x2y2+25xy26

51. a2+4ab+4b2

52. a219ab20b2

53. a2ab12b2

54. a210ab56b2

55. a2b22ab15

56. a2b210ab+24

57. The area of a square is given by the function A(x)=x214x+49, where x is measured in meters. Rewrite this function in factored form.

58. The area of a square is given by the function A(x)=x2+16x+64, where x is measured in meters. Rewrite this function in factored form.

Part B: Factor Using the AC Method

Factor using the AC method.

59. x2+5x14

60. x2+2x48

61. x29x+8

62. x214x+24

63. x2x72

64. x2x90

65. y28y+16

66. y2+16y+64

67. x2+4x+12

68. x2+5x8

69. x2+3xy18y2

70. x215xy+50y2

Part C: Discussion Board Topics

71. Create your own trinomial of the form x2+bx+c that factors. Share it along with the solution on the discussion board.

72. Write out your own list of steps for factoring a trinomial of the form x2+bx+c and share your steps on the discussion board.

73. Create a trinomial that does not factor and share it along with an explanation of why it does not factor.

Answers

1: No

3: Yes

5: Yes

7: No

9: Yes

11: (x+2)(x+4)

13: (x+1)(x+2)

15: (x2)(x+5)

17: (x1)(x12)

19: (x6)2

21: (x1)2

23: Prime

25: (x7)(x13)

27: (x+6)(x8)

29: Prime

31: (y+3)(y+4)

33: (y6)(y10)

35: (a+3)(a14)

37: (a+1)(a+25)

39: Prime

41: (y10)(y4)

43: (xy)2

45: (x15y)(xy)

47: (x+5y)(x3y)

49: (xy3)2

51: (a+2b)2

53: (a+3b)(a4b)

55: (ab+3)(ab5)

57: A(x)=(x7)2

59: (x+7)(x2)

61: (x8)(x1)

63: (x9)(x+8)

65: (y4)2

67: Prime

69: (x+6y)(x3y)