Adding and Subtracting Polynomials

Operations with polynomials and combining like terms

Adding and Subtracting Polynomials

What is a Polynomial?

A polynomial is a sum of terms with variables and exponents (whole numbers only).

Examples:

  • 3x2+2x53x^2 + 2x - 5 (trinomial)
  • x34xx^3 - 4x (binomial)
  • 77 (monomial/constant)

Like Terms

Like terms have the same variables with the same exponents.

Like terms: 3x23x^2 and 5x2-5x^2 NOT like terms: 3x23x^2 and 3x3x (different exponents)

Adding Polynomials

Combine like terms: (3x2+2x1)+(x25x+4)(3x^2 + 2x - 1) + (x^2 - 5x + 4) =3x2+x2+2x5x1+4= 3x^2 + x^2 + 2x - 5x - 1 + 4 =4x23x+3= 4x^2 - 3x + 3

Subtracting Polynomials

Distribute the negative sign, then combine like terms: (5x2+3x)(2x2+x4)(5x^2 + 3x) - (2x^2 + x - 4) =5x2+3x2x2x+4= 5x^2 + 3x - 2x^2 - x + 4 =3x2+2x+4= 3x^2 + 2x + 4

Important: Change the sign of every term in the second polynomial!

📚 Practice Problems

1Problem 1easy

Question:

Add: (4x+3)+(2x5)(4x + 3) + (2x - 5)

💡 Show Solution

Combine like terms:

4x+3+2x54x + 3 + 2x - 5 =(4x+2x)+(35)= (4x + 2x) + (3 - 5) =6x2= 6x - 2

Answer: 6x26x - 2

2Problem 2medium

Question:

Subtract: (3x2+5x2)(x23x+4)(3x^2 + 5x - 2) - (x^2 - 3x + 4)

💡 Show Solution

Step 1: Distribute the negative sign 3x2+5x2x2+3x43x^2 + 5x - 2 - x^2 + 3x - 4

Step 2: Combine like terms =(3x2x2)+(5x+3x)+(24)= (3x^2 - x^2) + (5x + 3x) + (-2 - 4) =2x2+8x6= 2x^2 + 8x - 6

Answer: 2x2+8x62x^2 + 8x - 6

3Problem 3hard

Question:

Simplify: (2x3x2+4)+(x3+3x25)(x32x2+1)(2x^3 - x^2 + 4) + (x^3 + 3x^2 - 5) - (x^3 - 2x^2 + 1)

💡 Show Solution

Step 1: Remove parentheses (distribute negative for subtraction) 2x3x2+4+x3+3x25x3+2x212x^3 - x^2 + 4 + x^3 + 3x^2 - 5 - x^3 + 2x^2 - 1

Step 2: Group like terms =(2x3+x3x3)+(x2+3x2+2x2)+(451)= (2x^3 + x^3 - x^3) + (-x^2 + 3x^2 + 2x^2) + (4 - 5 - 1)

Step 3: Combine =2x3+4x22= 2x^3 + 4x^2 - 2

Answer: 2x3+4x222x^3 + 4x^2 - 2