Lesson Objectives
  • Demonstrate an understanding of the concept of "like terms"
  • Learn the basic definition of a polynomial
  • Learn how to identify a monomial, binomial, or trinomial
  • Learn how to determine the degree of a polynomial
  • Learn how to write a polynomial in standard form
  • Learn how to add and subtract polynomials

How to Add and Subtract Polynomials


Before we get into adding and subtracting polynomials, it is important to understand the definition of a "term". A term is a number, variable, or the product of a number and one or more variables raised to powers. Terms are separated by "+" or "-" signs. What is a Term in Math, shows three terms separated by '+' and '-' signs In our above picture, we have the algebraic expression:
7x2 + 6x - 9
The 7x2, 6x, and 9 are terms. Notice how they are separated by "+" or "-" signs.
"Like Terms" occur when two or more terms have exactly the same variable parts. This means the variable(s) is(are) the same and raised to the same power(s).
5x2, 9x2 » Like Terms: each has the variable x raised to the 2nd power.
9x3y2, 15x3y2 » Like Terms: each has the variable x raised to the 3rd power and the variable y raised to the 2nd power.
2x4, 13x » Not Like Terms: each has the variable x, but our exponents are not the same.
11x3, 14y3 » Not Like Terms: although the exponents are the same, the variables are different.
We can add or subtract "like terms" by keeping the variable part the same and performing operations with the coefficients. We are just using the distributive property.
3x - 5x = (3 - 5)x = -2x
13x2 + 9x2 = (13 + 9)x2 = 22x2

What is a Polynomial

A polynomial is either a single term or a finite sum of terms where all variables have whole number exponents and there are no variables in any denominator. A polynomial is the simplest type of algebraic expression.
Examples of Polynomials: $$11$$ $$-2x^3-5x$$ $$12x^2-7x+1$$ Examples of Non-Polynomials: $$\frac{2x - 5}{x^2}$$ $$5x^{-4}+ 1$$ $$\sqrt{7 - x}$$ Some polynomials occur so often, that we give them special names. A monomial is a polynomial with only one term.
Examples of Monomials:
8x7
12x4
-6x5y3
A binomial is a polynomial with two terms.
Examples of Binomials:
9x4 - 2
19x3 - 4x2
-11x5 + 7
Examples of Trinomials:
25x3 + 2x - 14
-5x2 - 12x + 1
3x9 + 4x5 + 6

Standard Form of a Polynomial

A polynomial is written in standard form when the powers are in descending order.
9x + 7x4 - 2 + 12x2 - 3x3
We can rewrite this polynomial in standard form:
7x4 - 3x3 + 12x2 + 9x - 2
Notice how the first or leftmost term "7x4" has the largest exponent on x. Then each position that follows has the next largest exponent on x. The final term (rightmost) is a 2. We can think about this as 2x0 since x0 is 1 and 2 • 1 is 2. Generally speaking, we are expected to write any polynomial answer in standard form.

The Degree of a Polynomial

The degree of a term in a polynomial is the sum of the exponents on the variable(s) of the term.
12x » The degree is 1
4x9 » The degree is 9
-10x5y3 » The degree is 8
7x3y7z14 » The degree is 24
4 » The degree is 0 (4x0 = 4 • 1 = 4)
The largest degree of any non-zero term in the polynomial is the degree of the polynomial.
7x2 - x + 1 » degree of 2
x3y2 + 4xy - 3 » degree of 5
x18y3z5 - 9x2y3z + 14 » degree of 26

Adding Polynomials

To add polynomials, we simply combine like terms. Let's take a look at a few examples.
Example 1: Simplify each. $$(8x^2+9x-9) + (13x^2+4x- 1)$$ Since we have addition, we can simply drop the parentheses. Let's rewrite the problem and arrange our like terms next to each other: $$8x^2 + 13x^2 + 9x + 4x - 9 - 1$$ Now, we can combine like terms: $$21x^2 + 13x - 10$$ Example 2: Simplify each. $$(12x^4 - 6x^2 + 12x) + (-11x^2 + 11x + 7) + (-4x^4 + 10x^2 - 12x)$$ Since we have addition, we can simply drop the parentheses. Let's rewrite the problem and arrange our like terms next to each other: $$12x^4 - 4x^4 - 6x^2 - 11x^2 + 10x^2 + 12x + 11x - 12x + 7$$ Now, we can combine like terms: $$8x^4 - 7x^2 + 11x + 7$$ Example 3: Simplify each. $$(4x^4y^2 + 2x^2y + 5x^3 + 2x) + (-6x^3 + 5y^3 + 8x^2 + 7x) + (x^2 - 2x^2y)$$ Since we have addition, we can simply drop the parentheses. Let's rewrite the problem and arrange our like terms next to each other: $$4x^4y^2 + 2x^2y - 2x^2y + 5x^3 - 6x^3 + 5y^3 + 8x^2 + x^2 + 2x + 7x$$ Now, we can combine like terms: $$4x^4y^2 -x^3 + 5y^3 + 9x^2 + 9x$$

Subtracting Polynomials

When we subtract one polynomial from another, we change the subtraction sign to addition and change the sign of each term of the polynomial that is being subtracted away. In some cases, we will see tutorials where the sign is changed from "-" to "+" and then a "-1" is written outside of the polynomial that is being subtracted away. This "-1" just serves as a reminder. When we distribute the "-1" to each term inside of the parentheses, we are changing the sign of each term.
Example 4: Simplify each. $$(2x^4 + 2x^2 - 4) - (x^4 + 7x^2 - 6) - (-3x^4 + 2x^2)$$ Let's begin by changing each subtraction into addition. We will also change each term that is being subtracted away into its opposite. To make this process clear, let's change the sign from "-" to "+" and place a "-1" outside of the parentheses: $$(2x^4 + 2x^2 - 4) + (-1)(x^4 + 7x^2 - 6) + (-1)(-3x^4 + 2x^2)$$ Now, let's distribute the -1 to each term inside of the parentheses. This will change the sign of each term that is being subtracted away: $$2x^4 + 2x^2 - 4 - x^4 - 7x^2 + 6 + 3x^4 - 2x^2$$ Now, we just have addition. We can rewrite the problem and arrange our like terms next to each other: $$2x^4 - x^4 + 3x^4 + 2x^2 - 7x^2 - 2x^2 - 4 + 6$$ Now, we can combine like terms: $$4x^4 - 7x^2 + 2$$ Example 5: Simplify each. $$(2x^3y^2 + 4 - 6y^4) - (3x^3y^2 - 3x^4y^4 - 4) - (2 - 7y^4 + 5x^3y^2)$$ Let's begin by changing each subtraction into addition. We will also change each term that is being subtracted away into its opposite. To make this process clear, let's change the sign from "-" to "+" and place a "-1" outside of the parentheses: $$(2x^3y^2 + 4 - 6y^4) + (-1)(3x^3y^2 - 3x^4y^4 - 4) + (-1)(2 - 7y^4 + 5x^3y^2)$$ Now, let's distribute the -1 to each term inside of the parentheses. This will change the sign of each term that is being subtracted away: $$2x^3y^2 + 4 - 6y^4 - 3x^3y^2 + 3x^4y^4 + 4 - 2 + 7y^4 - 5x^3y^2$$ Now, we just have addition. We can rewrite the problem and arrange our like terms next to each other: $$3x^4y^4 + 2x^3y^2 - 3x^3y^2 - 5x^3y^2 - 6y^4 + 7y^4 + 4 + 4 - 2$$ Now, we can combine like terms: $$3x^4y^4 - 6x^3y^2 + y^4 + 6$$

Skills Check:

Example #1

Simplify each. $$(8x^{2}+ 5x - 2x^{3}) + (-14x - 9x^{2}- 12x^{3})$$

Please choose the best answer.

A
$$-14x^{3}- x^{2}- 9x$$
B
$$3x^{2}+ 2x - 1$$
C
$$-14x^{3}- x^{2}+ 2x$$
D
$$-24x^{3}- x^{2}+ 5$$
E
$$-24x^{3}- 9x^{2}+ 2x$$

Example #2

Simplify each. $$(-14x^{3}- 9x - 9) - (-14x - 11 + 11x^{3})$$

Please choose the best answer.

A
$$x^{3}- 2x^{2}+ 4x$$
B
$$-18x^{3}+ 5x - 14$$
C
$$-18x^{3}+ 5x - 7$$
D
$$-25x^{3}+ 5x + 2$$
E
$$7x^{3}- x + 12$$

Example #3

Simplify each. $$(8x^{3}y^{3}- 5) + (3x^{3}y^{3}- 1) + (5 - 2x^{4})$$

Please choose the best answer.

A
$$15x^{3}y^{3}- 11$$
B
$$5x^{3}- 1$$
C
$$11x^{3}y^{3}- 2x^{4}- 1$$
D
$$x^{2}y^{2}+ 7$$
E
$$7x^{3}y^{3}- 3x^{4}- 1$$
checkmark x-mark
checkmark x-mark
checkmark x-mark

Congrats, Your Score is 100%

Trophy, You Win!

Better Luck Next Time, Your Score is %

Try again?

retry Trophy, You Win!