Polynomials & Factoring: FOIL, GCF, and the Three Patterns
Multiply binomials with FOIL, then run the process backward to factor. Three patterns cover most CBE factoring questions: GCF, trinomial (x² + bx + c), and difference of squares.
9 minTEKS 10A,10B,10D,10E,10FAlgebra 1
Multiplying and factoring are mirror operations
Multiplying binomials with FOIL turns (x + 2)(x + 3) into x² + 5x + 6. Factoring runs the same operation backward — turning x² + 5x + 6 back into (x + 2)(x + 3). One direction is mechanical; the other is the most-tested skill in Algebra 1.
FOIL: First, Outer, Inner, Last
F → First terms. O → Outer. I → Inner. L → Last. Add all four products.
Pattern 1: Always pull the GCF first
Before any other factoring move, ask: “Do all terms share a factor?” If yes, factor it out.
c > 0 and b > 0: both factors positive. c > 0 and b < 0: both factors negative. c < 0: one positive, one negative — the bigger absolute value gets the sign of b.
Factor a positive-c trinomial
Factor: x²+8x+15
📌 5×3=15, 5+3=8. (x+5)(x+3)
Factor a negative-b trinomial
Factor: x² − 7x + 12
📌 Numbers that multiply to 12, add to −7: −3 and −4. (x−3)(x−4)
Trinomial when leading coefficient ≠ 1
For ax² + bx + c when a ≠ 1, use the AC method: find two numbers that multiply to a·c and add to b, then split the middle term.
2x² + 7x + 3a·c = 6, need product 6, sum 7 → 6 and 12x² + 6x + x + 32x(x + 3) + 1(x + 3)= (2x + 1)(x + 3)
Factor with leading coefficient
Factor: 2x² + 7x + 3
📌 AC method: 2×3=6. Factors of 6 that add to 7: 6 and 1. 2x² + 6x + x + 3 = 2x(x+3) + 1(x+3) = (2x+1)(x+3)
Pattern 3: Difference of squares
a² − b² = (a − b)(a + b)Two perfect squares with a minus sign between them. Sum of squares does NOT factor over real numbers.
Spotting the pattern
Look for two terms, both perfect squares, with a minus sign between. Examples: x² − 9 = (x − 3)(x + 3). 4y² − 25 = (2y − 5)(2y + 5).
Word-problem application
Factor a polynomial in context
The area of a rectangular yard is given by the polynomial 2x² + 7x + 3 square feet. Which pair of binomials could represent the length and width of the yard?
Factor 2x² + 7x + 3. Find two numbers that multiply to (2)(3) = 6 and add to 7: 6 and 1. Split: 2x² + 6x + x + 3 = 2x(x + 3) + 1(x + 3) = (2x + 1)(x + 3). Verify by FOIL: 2x·x + 2x·3 + 1·x + 1·3 = 2x² + 6x + x + 3 = 2x² + 7x + 3 ✓. Choice B gives 2x² + 5x + 3 when expanded.
3-second recap
FOIL → First, Outer, Inner, Last (multiply binomials)
Always pull the GCF first before any other factoring
Trinomial x² + bx + c → find two numbers with product c, sum b
Leading coefficient ne 1 → AC method (split the middle term)
Difference of squares: a² − b² = (a − b)(a + b)
Check yourself
Quick check #1
Factor: x² − 9.
This is a difference of squares: a² − b² = (a + b)(a − b). Here a = x, b = 3, so x² − 9 = (x + 3)(x − 3).