Factoring Trinomials – Explanation and
Rules
What is a Trinomial?
A trinomial is a polynomial with three terms, usually in the form:
ax² + bx + c
Where:
- a, b, and c are constants,
- x is a variable,
-a≠0
Goal: Factoring the Trinomial
Factoring means rewriting the trinomial as the product of two binomials:
ax² + bx + c = (dx + e)(fx + g)
Rules and Process
Case 1: When a = 1
Example:
x² + 7x + 10
Steps:
1. Find two numbers that multiply to c (last term) and add to b (middle term).
- Multiply: m × n = c
- Add: m + n = b
2. Use the numbers to factor:
x² + 7x + 10 = (x + 2)(x + 5)
Case 2: When a ≠ 1
Example:
2x² + 7x + 3
Steps (AC Method):
1. Multiply a × c = 2 × 3 = 6
2. Find two numbers that multiply to 6 and add to 7 → (6 and 1)
3. Rewrite the middle term:
2x² + 6x + x + 3
4. Factor by grouping:
(2x² + 6x) + (x + 3) = 2x(x + 3) + 1(x + 3)
5. Final factor:
= (2x + 1)(x + 3)
Special Trinomial Patterns
1. Perfect Square Trinomials
x² + 6x + 9 = (x + 3)²
Where:
-6=2×3
- 9 = 3²
2. Difference of Squares
x² - 9 = (x - 3)(x + 3)
Note: This is not a trinomial, but it is a common factoring pattern.
Common Mistakes to Avoid
- Not checking your factors by multiplying.
- Sign errors when adding/multiplying.
- Forgetting to group when a ≠ 1.