Fiveable

๐Ÿ”ŸElementary Algebra Unit 6 Review

QR code for Elementary Algebra practice questions

6.1 Add and Subtract Polynomials

6.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
๐Ÿ”ŸElementary Algebra
Unit & Topic Study Guides

Types of Polynomials and Their Degrees

Types of polynomials

A polynomial is an algebraic expression made up of variables and coefficients, combined using addition, subtraction, and multiplication. Variables are typically letters like xx, yy, or zz, and coefficients are the numbers multiplied by those variables.

Polynomials are classified by how many terms they have:

  • Monomial: a single term, such as 3x3x, โˆ’5y2-5y^2, or 77
  • Binomial: exactly two terms, such as 2x+32x + 3 or x2โˆ’4yx^2 - 4y
  • Trinomial: exactly three terms, such as x2+2x+1x^2 + 2x + 1 or 3x3โˆ’2x2+5x3x^3 - 2x^2 + 5x

Terms are separated by addition or subtraction signs. So in x2+2x+1x^2 + 2x + 1, there are three terms: x2x^2, 2x2x, and 11.

Degree of polynomials

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

  • For a monomial, just look at the exponent. The degree of 3x23x^2 is 2.
  • For a polynomial with multiple terms, find the term with the largest exponent. The degree of 2x3+3x2โˆ’4x+12x^3 + 3x^2 - 4x + 1 is 3, because x3x^3 has the highest power.
  • A constant like 77 has degree 0 (since 7=7x07 = 7x^0).

The degree of a polynomial affects its shape when graphed. Higher-degree polynomials produce more complex curves with more possible turning points, but for this unit, the main skill is identifying the degree correctly.

Types of polynomials, Identifying Characteristics of Polynomials | Prealgebra

Adding and Subtracting Polynomials

Addition and subtraction of polynomials

Adding and subtracting polynomials comes down to one core idea: combine like terms. Like terms are terms that have the same variable raised to the same exponent. For example, 3x23x^2 and โˆ’5x2-5x^2 are like terms, but 3x23x^2 and 3x3x are not.

To add polynomials:

  1. Write the polynomials next to each other (drop the parentheses).
  2. Group like terms together.
  3. Add the coefficients of each group.

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

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

To subtract polynomials:

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

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

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

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

The most common mistake here is forgetting to distribute the negative sign to every term in the second polynomial. Double-check each sign after you remove the parentheses.

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

Properties of polynomial operations

Two familiar properties apply when you're rearranging and grouping terms:

  • Commutative property: Order doesn't matter for addition or multiplication. a+b=b+aa + b = b + a
  • Associative property: Grouping doesn't matter for addition or multiplication. (a+b)+c=a+(b+c)(a + b) + c = a + (b + c)

These properties are why you can freely rearrange terms to group like terms together when adding or subtracting polynomials.

Evaluation of polynomials

To evaluate a polynomial, substitute the given value for each variable, then simplify using order of operations.

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

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

  2. Handle the 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

The value of the polynomial when x=2x = 2 is 33.

Real-world applications of polynomials

Polynomials show up in problems involving area, volume, revenue, and cost. Here's a typical example:

A rectangular garden has a length that is 3 meters longer than its width. If the width is xx meters, the area is x(x+3)=x2+3xx(x + 3) = x^2 + 3x.

  • The width is xx meters.
  • The length is x+3x + 3 meters.
  • The area polynomial x2+3xx^2 + 3x lets you calculate the area for any width. If x=5x = 5, the area is 52+3(5)=25+15=405^2 + 3(5) = 25 + 15 = 40 square meters.