Fiveable

โž•Pre-Algebra Unit 10 Review

QR code for Pre-Algebra practice questions

10.1 Add and Subtract Polynomials

10.1 Add and Subtract Polynomials

Written by the Fiveable Content Team โ€ข Last updated August 2025
Written by the Fiveable Content Team โ€ข Last updated August 2025
โž•Pre-Algebra
Unit & Topic Study Guides

Polynomials

A polynomial is a math expression that combines variables and numbers using addition, subtraction, and multiplication. Learning to recognize, add, and subtract polynomials is the foundation for working with more complex algebra later on.

Types of Polynomials

Polynomials are named by how many terms they have. A term is a piece of the expression separated by a ++ or โˆ’- sign.

  • Monomial: a polynomial with just one term (3x3x, โˆ’5y2-5y^2, 77)
  • Binomial: a polynomial with exactly two terms (2x+32x + 3, x2โˆ’4yx^2 - 4y)
  • Trinomial: a polynomial with exactly three terms (x2+2x+1x^2 + 2x + 1, 3x2โˆ’5x+23x^2 - 5x + 2)

Any expression with four or more terms is simply called a polynomial.

Components of Polynomials

Before you start adding and subtracting, make sure you can identify each part of a polynomial:

  • Variable: a letter representing an unknown quantity (xx, yy, zz)
  • Coefficient: the number multiplied by the variable in a term. In 7x27x^2, the coefficient is 77.
  • Constant term: a term with no variable attached, like the +1+1 in x2+2x+1x^2 + 2x + 1
  • Terms: the individual pieces of a polynomial, separated by ++ or โˆ’- signs
Types of polynomials, 8.1 Add and Subtract Polynomials โ€“ Introductory Algebra

Degree of a Polynomial

The degree of a polynomial is the highest exponent on any variable in the expression.

  • 3x23x^2 has degree 2
  • 2x3+3x2โˆ’5x+12x^3 + 3x^2 - 5x + 1 has degree 3, because x3x^3 is the highest power
  • A constant like 77 has degree 0

The degree tells you a lot about how the polynomial behaves when graphed. Higher-degree polynomials produce more complex curves with more turning points.

Addition and Subtraction of Polynomials

The core idea here is combining like terms. Like terms have the same variable raised to the same power. You can only combine terms that match.

For example, 3x23x^2 and 5x25x^2 are like terms, but 3x23x^2 and 5x5x are not.

Adding polynomials:

  1. Remove the parentheses (signs stay the same).
  2. Group like terms together.
  3. Add the coefficients of each group.

(2x+3)+(xโˆ’5)(2x + 3) + (x - 5)

=2x+x+3โˆ’5= 2x + x + 3 - 5

=3xโˆ’2= 3x - 2

Subtracting polynomials:

  1. Distribute the negative sign to every term in the second polynomial (flip each sign).
  2. Group like terms together.
  3. Combine the coefficients.

(4x2โˆ’3x+1)โˆ’(2x2+xโˆ’3)(4x^2 - 3x + 1) - (2x^2 + x - 3)

=4x2โˆ’3x+1โˆ’2x2โˆ’x+3= 4x^2 - 3x + 1 - 2x^2 - x + 3

=2x2โˆ’4x+4= 2x^2 - 4x + 4

The most common mistake with subtraction is forgetting to distribute the negative to every term inside the second set of parentheses. Double-check each sign after you remove the parentheses.

Types of polynomials, Add and Subtract Polynomials ยท Intermediate Algebra

Simplifying Polynomial Expressions

Simplifying just means combining all the like terms into one clean expression. Follow these steps:

  1. Identify all like terms (same variable, same exponent).
  2. Add or subtract their coefficients.
  3. Write the result in standard form, which means terms go in descending order of degree (highest exponent first).

3x2+2xโˆ’5+x2โˆ’3x+13x^2 + 2x - 5 + x^2 - 3x + 1

=(3x2+x2)+(2xโˆ’3x)+(โˆ’5+1)= (3x^2 + x^2) + (2x - 3x) + (-5 + 1)

=4x2โˆ’xโˆ’4= 4x^2 - x - 4

Evaluating Polynomials

To evaluate a polynomial, plug in the given value for the variable and then simplify using order of operations.

Example: Evaluate 2x2โˆ’3x+12x^2 - 3x + 1 when x=2x = 2

  1. Substitute: 2(2)2โˆ’3(2)+12(2)^2 - 3(2) + 1

  2. Exponent first: 2(4)โˆ’3(2)+12(4) - 3(2) + 1

  3. Multiply: 8โˆ’6+18 - 6 + 1

  4. Add and subtract left to right: 33

A quick tip: always handle the exponent before multiplying by the coefficient. A common error is to multiply 2ร—22 \times 2 first and then square, which gives you the wrong answer.