Week 6 — Lecture Outline · Polynomials & Factoring
Course: College Algebra (MATH 120) · Silver Oak University (fictional sample) · Prof. Calloway
Objectives covered: Objective 5 — Perform operations on polynomials and factor polynomial expressions using the GCF, trinomial factoring, the difference of squares, and factoring by grouping.
SLOs touched: A (apply procedures accurately) · B (connect symbolic/numerical representations)
Meeting pattern: 2 sessions × 75 min = 150 min. Segment minutes below total ~150; scale to your own pattern.
Week at a Glance
| The week's big question | "If multiplication combines factors into a product, what's the systematic way to go backwards — to pull a polynomial apart into its factors?" |
| By the end of the week, students can… | (1) add, subtract, and multiply polynomials including FOIL and all three special products; (2) factor out the GCF; (3) factor trinomials x²+bx+c and ax²+bx+c; (4) factor a difference of squares; (5) factor by grouping. |
| Key vocabulary | polynomial, term, degree, leading coefficient, monomial/binomial/trinomial, FOIL, special products, factoring, GCF, difference of squares, sum of squares, factoring by grouping, prime polynomial |
| Materials | slides (Deck 6), readings + video links, Desmos (or GeoGebra) for graphing checks, a calculator, one approved chatbot for the AI-critique moment and tutorial |
| Timing note | 8 segments, ~150 min total. Session 1 = Segments 1–4 (~73 min). Session 2 = Segments 5–8 (~77 min). |
Segment 1 — Hook & the Promise (8 min) · Session 1 opens
Hook. "Suppose a storage company rents rectangular floor space and charges by area. They tell you the area in square feet is x²+7x+12. Can you figure out the room's dimensions?"
- Write x²+7x+12 on the board. Ask for a show of hands: who's seen this before?
- "This polynomial is actually a product in disguise. This week you'll unmask it — (x+3)(x+4) — and use that skill every week from here to the end of the course."
The promise (write it on the board): "By the end of this week you can expand any product of polynomials without missing a term, and you can factor any trinomial, difference of squares, or grouping polynomial back to its factors."
Why it matters line (memory hook): "Factoring is the master key. Every quadratic equation you'll solve in Week 7 — and every rational expression you'll simplify in Weeks 10–11 — starts with factoring. This is the week that week builds on."
Segment 2 — Polynomial Operations: Add, Subtract, Multiply (22 min)
Plain language first. A polynomial is an algebraic expression made of terms with non-negative integer exponents — like 3x²−5x+2. Adding and subtracting polynomials: combine like terms (just as in Week 1). Multiplying: distribute every term to every term (the distributive property, scaled up).
Adding/subtracting — one worked example:
(3x²−2x+1) + (x²+5x−4)
1. Combine x² terms: 3x²+x² = 4x²
2. Combine x terms: −2x+5x = 3x
3. Combine constants: 1+(−4) = −3
4. Result: 4x²+3x−3Subtraction watch: (3x²−2x+1) − (x²+5x−4) → distribute the −1: 3x²−2x+1−x²−5x+4 = 2x²−7x+5. The minus sign hits every term in the second polynomial.
FOIL for two binomials — one worked example:
(x+3)(x−5)
- First: x·x = x²
- Outer: x·(−5) = −5x
- Inner: 3·x = 3x
- Last: 3·(−5) = −15
Collect: x² + (−5x+3x) + (−15) = x²−2x−15
Memory hook: FOIL is just the distributive property applied twice — every term in the first factor meets every term in the second.
Misconception + cure:
- ❌ "(x+3)(x−5) = x²−15" (multiplying only the Firsts and Lasts, skipping Outer and Inner).
✅ Cure: FOIL gives four terms. Count them. The two middle terms (Outer + Inner) must be collected.
Segment 3 — Special Products: The Three Patterns (20 min)
Plain language first. Three products appear so often in algebra that you should recognize them by shape — and expand or factor them in one step.
Pattern 1 — Perfect square, sum: (a+b)² = a²+2ab+b²
Expand by FOIL: (a+b)(a+b) = a²+ab+ab+b² = a²+2ab+b².
WORKED EXAMPLE: (x+6)² = x²+2(x)(6)+6² = x²+12x+36.
Pattern 2 — Perfect square, difference: (a−b)² = a²−2ab+b²
WORKED EXAMPLE: (3x−2)² = (3x)²−2(3x)(2)+(2)² = 9x²−12x+4.
Pattern 3 — Difference of squares: (a+b)(a−b) = a²−b²
The outer and inner terms cancel (+ab−ab = 0), leaving only a²−b².
WORKED EXAMPLE: (x+4)(x−4) = x²−4² = x²−16.
The week's SIGNATURE TRAP — give it real time:
❌ (a+b)² = a²+b² — the missing middle term 2ab.
Show on the board: (x+3)² by the wrong rule gives x²+9; by the correct rule gives x²+6x+9. Graph both in Desmos — completely different curves. The error is calling (x+3)² a "sum of squares" and assuming the square distributes over addition. It does not — squaring means multiplying the whole binomial by itself.
✅ Cure: "FOIL it out whenever you doubt the pattern. The 2ab is always there: twice the product of the two terms."
Interaction — Quick Reveal (4 min):
Put three expansions on slides. Students hold up whiteboards (or respond via Poll Everywhere) with the correct middle-term coefficient. Debrief instantly on any mismatch.
- (x+5)² → middle term? Answer: 10x
- (2x−3)² → middle term? Answer: −12x
- (x+4)(x−4) → middle term? Answer: 0 (difference of squares, cancels)
Segment 4 — Factoring: GCF and Strategy Introduction (23 min) · Session 1 closes (~73)
Plain language first — what factoring is: Factoring reverses multiplication. We start with a polynomial and rewrite it as a product of simpler expressions.
The one non-negotiable rule: Always check for a GCF before anything else. A GCF left un-factored means the answer is incomplete — and the factoring strategy you try next will be harder than it needs to be.
GCF — one fully worked example:
Factor: 6x³−9x²
1. GCF of coefficients 6 and 9: GCF = 3
2. GCF of x³ and x²: lowest power = x²
3. Factor out 3x²: 3x²(2x−3)
4. Check by expanding: 3x²·2x−3x²·3 = 6x³−9x² ✓
Factoring trinomials: x²+bx+c (leading coefficient 1)
Goal: find two integers p and q such that pq = c and p+q = b, then write (x+p)(x+q).
WORKED EXAMPLE: x²+7x+12
Need pq = 12, p+q = 7. Factor pairs of 12: (1,12) sum 13; (2,6) sum 8; (3,4) sum 7 ✓
Result: (x+3)(x+4)
Check by FOIL: x²+4x+3x+12 = x²+7x+12 ✓WORKED EXAMPLE: x²−5x−14
Need pq = −14, p+q = −5. Pairs of −14: (−7,2) sum −5 ✓
Result: (x−7)(x+2)
Check: x²+2x−7x−14 = x²−5x−14 ✓
Sign rules summary (put on board):
- Both factors positive → c > 0, b > 0 → (x+p)(x+q) with p,q positive
- Both factors negative → c > 0, b < 0 → (x−p)(x−q) with p,q positive
- Factors have opposite signs → c < 0 → (x+p)(x−q), larger factor's sign matches b
Misconception + cure:
- ❌ Sign errors in trinomial factoring — guessing (x+7)(x−2) for x²−5x−14 (wrong: gives x²+5x−14).
✅ Always FOIL-check your answer. If the middle-term sign is flipped, swap the signs on your factors.
Segment 5 — Factoring: Difference of Squares & Sum of Squares (20 min) · Session 2 opens
Hook back in: "Last session: we factored trinomials with three terms. Today: the two-term patterns — and a crucial warning about which one won't work."
Difference of squares: a²−b² = (a+b)(a−b)
Recognize: two perfect-square terms, separated by a minus sign.
WORKED EXAMPLE: 9x²−25
a = 3x (since (3x)² = 9x²), b = 5 (since 5² = 25)
Result: (3x+5)(3x−5)
Check: (3x)²−5² = 9x²−25 ✓
Sum of squares: a²+b² — does NOT factor over the reals
❌ The trap: "x²+16 = (x+4)(x+4)" — FALSE.
(x+4)(x+4) = x²+8x+16, not x²+16.
(x+4)(x−4) = x²−16, not x²+16.
The rule: a sum of squares is prime over the real numbers. There is no real factored form. Period.
✅ Quick check: two-term polynomial with a + sign? If it doesn't have a GCF, it's done — don't search for factors that don't exist.
Memory hook: "Difference of squares: (a−b)(a+b). Sum of squares: stop."
One more difference-of-squares example (check for hidden GCF first):
Factor 3x²−75 completely.
1. GCF first: 3(x²−25)
2. Now x²−25 is a difference of squares: 3(x−5)(x+5)
Always check GCF before reaching for the formula.
Segment 6 — Factoring by Grouping & Leading-Coefficient Trinomials (22 min)
Factoring by grouping — for four-term polynomials:
Method: split into two pairs, factor out the GCF from each pair, then factor out the common binomial.
WORKED EXAMPLE: x³+2x²+3x+6
Pair: (x³+2x²) + (3x+6)
Factor each pair: x²(x+2) + 3(x+2)
Common factor (x+2): (x+2)(x²+3)
Check by expanding: x³+3x+2x²+6 = x³+2x²+3x+6 ✓
Misconception + cure:
- ❌ Regrouping that produces no common factor — the sign arrangement must be checked.
✅ If the first pairing doesn't produce a common factor, try re-pairing. If neither pairing works, the polynomial may be prime.
Leading-coefficient trinomials (ax²+bx+c, a≠1):
AC method (factor by grouping): multiply a·c, find two integers that multiply to ac and add to b, split the middle term, factor by grouping.
WORKED EXAMPLE: 2x²+7x+3
ac = 2·3 = 6. Need two numbers: product 6, sum 7. → 6 and 1.
Rewrite: 2x²+6x+x+3
Group: 2x(x+3)+1(x+3)
Factor: (2x+1)(x+3)
Check by FOIL: 2x²+6x+x+3 = 2x²+7x+3 ✓
Memory hook: "Four terms → grouping. Three terms with a≠1 → AC method (grouping in disguise)."
Segment 7 — Technology Workflow + AI-Critique (12 min)
Technology workflow — use Desmos to check factoring:
1. Open desmos.com/calculator.
2. On line 1, type the original polynomial: y = x^2 + 7x + 12.
3. On line 2, type the factored form: y = (x+3)(x+4).
4. Both produce the same graph → factoring is correct. If they differ, there's an error.
- Same trick for expanding: graph y = (x+3)^2 and y = x^2+6x+9. Identical curves confirm the expansion.
- Also works for verifying GCF: graph y = 6x^3 - 9x^2 and y = 3x^2*(2x-3) — same curve confirms the factor.
AI-critique moment:
Paste this to an approved chatbot: "Expand (x+5)², simplify completely, and explain each step."
Then check its work by hand. Chatbots frequently output (x+5)² = x²+25, dropping the 2ab = 10x term. The correct expansion is x²+10x+25. Your habit all semester: the tool drafts, you judge.
Segment 8 — Callback + Tease + Hand-Off (8 min) · Session 2 closes (~77)
Callback: "Every technique this week — GCF, trinomial factoring, difference of squares, grouping — is just reversing multiplication, using the same distributive property we've had since Week 1. These are not new rules; they're the old rules run backwards."
Tease next week: "Week 7 is Quadratic Equations. The method? Set the polynomial equal to zero, factor, and use the zero-product property. Everything you practiced this week becomes the weapon for everything next week."
Hand-off (the week's graded work):
- Lecture Tutorial 6 (AI tutor, share-link submission) — polynomial operations, special products, all four factoring methods.
- Quiz 6 (end of week, no AI) — 10 auto-gradable items covering the full week.
- Discussion 6 ("Who's Right about (a+b)²?") — AI-dialogue error analysis.
- Assignment 6 ("Factoring It Out") — AI-coached, self-scored.
Instructor FAQ — Common Stumbles
| Student says / does | Quick cure |
|---|---|
| Writes (a+b)² = a²+b² | The exponent doesn't "distribute" over addition. Expand by FOIL: (a+b)² = a²+2ab+b². The 2ab is the price of squaring a sum — always there. |
| Signs wrong in (x−7)(x+2) for x²−5x−14 | Check by FOIL: (x−7)(x+2) = x²+2x−7x−14 = x²−5x−14 ✓. If you wrote (x+7)(x−2), FOIL gives x²+5x−14 ✗ — middle term sign flipped, so swap the factor signs. |
| Forgets to factor out GCF before trinomial factoring | GCF first is non-negotiable. Ask: "Is there a common factor in every term?" A hidden 2 or 3 or x makes the remaining trinomial much simpler. |
| Claims x²+16 = (x+4)(x+4) | (x+4)² = x²+8x+16 ≠ x²+16. A sum of squares has no real factored form. Show the graph in Desmos — they're different curves. |
| Can't find the grouping factor | Remind: the common binomial must appear in both groups. If it doesn't, re-examine the split or check for a GCF first. |
| Confuses ac method and guessing | In the AC method, the two numbers multiply to ac, not to c. Remind: ax²+bx+c → ac is the product. |
Scope flag
This outline covers all of Objective 5. The AC/grouping method for ax²+bx+c is included because 2x²+7x+3 appears in the quiz as an optional item; trim it for a class that only needs the simpler trinomials. Sum of cubes and difference of cubes are explicitly out of scope for Objective 5 (addressed in Week 10 if at all).
~ Prof. Calloway's edition · Fall 2026 · built with thecoursemaker.com