Polynomial Operations and Factoring

Add, subtract, multiply, and factor polynomial expressions

Polynomial Operations and Factoring (SAT)

Adding and Subtracting Polynomials

Rule: Combine Like Terms

Like terms: Same variable(s) with same exponent(s)

Example: (3x2+5x2)+(2x23x+7)(3x^2 + 5x - 2) + (2x^2 - 3x + 7) =3x2+2x2+5x3x2+7= 3x^2 + 2x^2 + 5x - 3x - 2 + 7 =5x2+2x+5= 5x^2 + 2x + 5

Subtraction: Distribute the negative! (4x2+3x)(2x2x)(4x^2 + 3x) - (2x^2 - x) =4x2+3x2x2+x= 4x^2 + 3x - 2x^2 + x =2x2+4x= 2x^2 + 4x

Multiplying Polynomials

Monomial × Polynomial

Distribute the monomial to each term

3x(2x25x+1)3x(2x^2 - 5x + 1) =6x315x2+3x= 6x^3 - 15x^2 + 3x

Binomial × Binomial (FOIL)

First, Outer, Inner, Last

(x+3)(x+5)(x + 3)(x + 5) =x2+5x+3x+15= x^2 + 5x + 3x + 15 =x2+8x+15= x^2 + 8x + 15

Special Products

Square of a sum: (a+b)2=a2+2ab+b2(a + b)^2 = a^2 + 2ab + b^2

Square of a difference: (ab)2=a22ab+b2(a - b)^2 = a^2 - 2ab + b^2

Difference of squares: (a+b)(ab)=a2b2(a + b)(a - b) = a^2 - b^2

Examples: (x+4)2=x2+8x+16(x + 4)^2 = x^2 + 8x + 16 (x3)2=x26x+9(x - 3)^2 = x^2 - 6x + 9 (x+5)(x5)=x225(x + 5)(x - 5) = x^2 - 25

Factoring

Greatest Common Factor (GCF)

Pull out what's common

6x3+9x2=3x2(2x+3)6x^3 + 9x^2 = 3x^2(2x + 3)

Factoring Trinomials

x2+bx+cx^2 + bx + c

Find two numbers that:

  • Multiply to cc
  • Add to bb

Example: x2+7x+12x^2 + 7x + 12

  • Need: multiply to 12, add to 7
  • Numbers: 3 and 4
  • Factor: (x+3)(x+4)(x + 3)(x + 4)

Difference of Squares

a2b2=(a+b)(ab)a^2 - b^2 = (a+b)(a-b)

Example: x216=(x+4)(x4)x^2 - 16 = (x+4)(x-4)

Perfect Square Trinomials

a2+2ab+b2=(a+b)2a^2 + 2ab + b^2 = (a + b)^2 a22ab+b2=(ab)2a^2 - 2ab + b^2 = (a - b)^2

Example: x2+10x+25=(x+5)2x^2 + 10x + 25 = (x + 5)^2

Factoring by Grouping

For 4 terms

ax+ay+bx+byax + ay + bx + by =a(x+y)+b(x+y)= a(x+y) + b(x+y) =(a+b)(x+y)= (a+b)(x+y)

Polynomial Division

Long Division (rarely on SAT)

Similar to numeric long division

Synthetic Division (rarely on SAT)

Shortcut for dividing by (xa)(x - a)

SAT Focus: Usually simpler - factor and cancel

SAT Question Types

Type 1: Expand/Multiply

"What is (2x3)(x+4)(2x - 3)(x + 4)?"

Use FOIL or distribution

Type 2: Factor Completely

"Factor: x29x^2 - 9"

Recognize patterns (difference of squares)

Type 3: Simplify Expressions

"Simplify: (x2+3x)(2x2x)(x^2 + 3x) - (2x^2 - x)"

Combine like terms

Type 4: Application

"The area of a rectangle is x2+7x+12x^2 + 7x + 12. If the length is x+4x + 4, what is the width?"

Factor and divide: (x+3)(x+3)

SAT Strategies

Recognize Patterns

  • Difference of squares: a2b2a^2 - b^2
  • Perfect squares: a2±2ab+b2a^2 ± 2ab + b^2

Check by FOIL-ing Back

Factor: x2+5x+6=(x+2)(x+3)x^2 + 5x + 6 = (x+2)(x+3) Check: (x+2)(x+3)=x2+5x+6(x+2)(x+3) = x^2 + 5x + 6

Use Answer Choices

If asked to factor, check answers by multiplying

Common Coefficients

Always check for GCF first!

Common SAT Traps

Trap 1: Sign Errors

(x3)2x29(x - 3)^2 ≠ x^2 - 9 Correct: (x3)2=x26x+9(x-3)^2 = x^2 - 6x + 9

Trap 2: Incomplete Factoring

2x2+8x=2x(x+4)2x^2 + 8x = 2x(x + 4) ← Must pull out GCF

Trap 3: Distributing Incorrectly

(x+3)2x2+9(x + 3)^2 ≠ x^2 + 9 Must include middle term: x2+6x+9x^2 + 6x + 9

Trap 4: Subtracting Without Parentheses

(3x)(2x5)=3x2x+5=x+5(3x) - (2x - 5) = 3x - 2x + 5 = x + 5 ← Distribute negative!

SAT Tips

  • FOIL for binomial multiplication
  • Difference of squares appears often! a2b2=(a+b)(ab)a^2 - b^2 = (a+b)(a-b)
  • Check GCF first when factoring
  • (a+b)2=a2+2ab+b2(a+b)^2 = a^2 + 2ab + b^2 (don't forget middle term!)
  • Verify by expanding factored form
  • Use calculator to check numeric results

📚 Practice Problems

1Problem 1easy

Question:

Expand: (x+6)(x2)(x + 6)(x - 2)

💡 Show Solution

Solution:

Use FOIL (First, Outer, Inner, Last):

F: xx=x2x \cdot x = x^2 O: x(2)=2xx \cdot (-2) = -2x I: 6x=6x6 \cdot x = 6x L: 6(2)=126 \cdot (-2) = -12

Combine: x22x+6x12x^2 - 2x + 6x - 12 =x2+4x12= x^2 + 4x - 12

Answer: x2+4x12x^2 + 4x - 12

SAT Tip: Don't forget to combine like terms after FOIL-ing!

2Problem 2medium

Question:

Factor completely: x249x^2 - 49

💡 Show Solution

Solution:

Recognize difference of squares pattern: a2b2=(a+b)(ab)a^2 - b^2 = (a+b)(a-b)

Here: x249=x272x^2 - 49 = x^2 - 7^2

Factor: =(x+7)(x7)= (x + 7)(x - 7)

Answer: (x+7)(x7)(x + 7)(x - 7)

Check: (x+7)(x7)=x27x+7x49=x249(x+7)(x-7) = x^2 - 7x + 7x - 49 = x^2 - 49

SAT Tip: Difference of squares is common! Memorize a2b2=(a+b)(ab)a^2 - b^2 = (a+b)(a-b)

3Problem 3hard

Question:

Which is equivalent to (2x3)2(2x - 3)^2?

A) 4x294x^2 - 9 B) 4x2+94x^2 + 9 C) 4x212x+94x^2 - 12x + 9 D) 4x2+12x+94x^2 + 12x + 9

💡 Show Solution

Solution:

Use square of a difference pattern: (ab)2=a22ab+b2(a - b)^2 = a^2 - 2ab + b^2

Here: a=2xa = 2x, b=3b = 3

(2x)2=4x2(2x)^2 = 4x^2 2(2x)(3)=12x-2(2x)(3) = -12x 32=93^2 = 9

Result: 4x212x+94x^2 - 12x + 9

Answer: C

Common trap: A is (2x+3)(2x3)(2x+3)(2x-3) (difference of squares, not square!)

SAT Tip: (ab)2(a-b)^2 has THREE terms, not two! Don't forget the middle term.