Algebra 101 - Unit 5

Lesson 30: Factoring Trinomials

A trinomial is a polynomial with three terms. Factoring trinomials is an important skill in algebra, especially when solving quadratic equations.

Factoring Trinomials of the Form ax² + bx + c

Steps:

  1. Identify a, b, and c in the trinomial ax² + bx + c.
  2. Find two numbers that multiply to a*c and add to b.
  3. Split the middle term using these two numbers.
  4. Factor by grouping.

Example 1:

Factor x² + 5x + 6

  1. a = 1, b = 5, c = 6
  2. Numbers that multiply to 6 and add to 5: 2 and 3
  3. Split middle term: x² + 2x + 3x + 6
  4. Group: (x² + 2x) + (3x + 6)
  5. Factor each group: x(x + 2) + 3(x + 2)
  6. Factor common binomial: (x + 2)(x + 3)

Example 2 (a ≠ 1):

Factor 2x² + 7x + 3

  1. a = 2, b = 7, c = 3
  2. Multiply a*c = 2*3 = 6 → Find two numbers that add to 7: 6 and 1
  3. Split middle term: 2x² + 6x + x + 3
  4. Group: (2x² + 6x) + (x + 3)
  5. Factor each group: 2x(x + 3) + 1(x + 3)
  6. Factor common binomial: (2x + 1)(x + 3)

Practice Problems

  1. Factor x² + 8x + 15
  2. Factor x² − 5x + 6
  3. Factor 3x² + 11x + 6
  4. Factor 4x² − 12x + 9