22 Polynomials
Topics Covered
Identifying the Degree and Leading Coefficient of Polynomials
We have learned that a term is a constant or the product of a constant and one or more variables. A monomial is an algebraic expression with one term. When it is of the form axm, where a is a constant and m is a whole number, it is called a monomial in one variable. Some examples of monomial in one variable are. Monomials can also have more than one variable such as and −4a2b3c2.
polynomial—A monomial, or two or more algebraic terms combined by addition or subtraction is a polynomial.
monomial—A polynomial with exactly one term is called a monomial.
binomial—A polynomial with exactly two terms is called a binomial.
trinomial—A polynomial with exactly three terms is called a trinomial.
Here are some examples of polynomials.
Type | Ex. 1 | Ex. 2 | Ex. 3 | Ex. 4 |
Polynomial | y + 1 | 4a2 − 7ab + 2b2 | 4x4 + x3 + 8x2 − 9x+1 | |
Monomial | 14 | 8y2 | −9x3y5 | −13a3b2c |
Binomial | a + 7b | 4x2 − y2 | y2 − 16 | 3p3q − 9p2q |
Trinomial | x2 − 7x + 12 | 9m2 + 2mn − 8n2 | 6k4 − k3 + 8k | z4 + 3z2 − 1 |
The degree of a polynomial and the degree of its terms are determined by the exponents of the variable.
A monomial that has no variable, just a constant, is a special case. The degree of a constant is then 0. In the table above, the example of monomial “14” would have a degree of 0.
The degree of a term is the sum of the exponents of its variables.
The degree of a constant is 0.
The degree of a polynomial is the highest degree of all its terms.
Let’s start by looking at a monomial. The monomial 8ab2 has two variables a and b. To find the degree we need to find the sum of the exponents. The variable a doesn’t have an exponent written, but remember that means the exponent is 1. The exponent of b is 2. The sum of the exponents, 1 + 2, is 3, so the degree is 3.
Try it!
Determine whether each polynomial is a monomial, binomial, trinomial, or other polynomial. Then, find the degree of each polynomial.
a. 7y2 − 5y + 3 b. −2a4b2 c. 3x5 − 4x3 − 6x2 + x − 8 d. 2y−8xy3 ⓔ 15
Solution
Polynomial | Number of terms | Type | Degree of terms | Degree of polynomial |
7y2 − 5y + 3 | 3 | Trinomial | 2, 1, 0 | 2 |
−2a4b2 | 1 | Monomial | 4, 2 | 6 |
3x5 − 4x3 − 6x2 + x − 8 | 5 | Polynomial | 5, 3, 2, 1, 0 | 5 |
2y − 8xy3 | 2 | Binomial | 1, 4 | 4 |
15 | 1 | Monomial | 0 | 0 |
A polynomial, which is a sum of or difference of terms, each consist of a variable raised to a nonnegative integer power. A number multiplied by a variable raised to an exponent, such as the 384 in 384x, is known as a coefficient.
Coefficients can be positive, negative, or zero, and can be whole numbers, decimals, or fractions. Each product aixi, such as 384xw, is a term of a polynomial. If a term does not contain a variable, it is called a constant.
The term with the highest degree is called the leading term because it is usually written first. The coefficient of the leading term is called the leading coefficient. When a polynomial is written so that the powers are descending, we say that it is in standard form.
Polynomials
A polynomial is an expression that can be written in the form anxn + … + a2x2 + a1x + a0
Each real number ai is called a coefficient. The number a0 that is not multiplied by a variable is called a constant. Each product aixi is a term of a polynomial. The highest power of the variable that occurs in the polynomial is called the degree of a polynomial. The leading term is the term with the highest power, and its coefficient is called the leading coefficient.
Given a polynomial expression, identify the degree and leading coefficient.
- Find the highest power of x to determine the degree.
- Identify the term containing the highest power of x to find the leading term.
- Identify the coefficient of the leading term.
Try it! – Identifying the Degree and Leading Coefficient of a Polynomial
For the following polynomials, identify the degree, the leading term, and the leading coefficient.
- 3 + 2x2 − 4x3 b. 5t5 − 2t3 + 7 c. 6p − p3 − 2
Solution
- The highest power of x is 3, so the degree is 3. The leading term is the term containing that degree, −4x3. The leading coefficient is the coefficient of that term, −4.
- The highest power of t is 5, so the degree is 5. The leading term is the term containing that degree, 5t5. The leading coefficient is the coefficient of that term, 5.
- The highest power of p is 3, so the degree is 3. The leading term is the term containing that degree, −p3, The leading coefficient is the coefficient of that term, −1.
Adding and Subtracting Polynomials
We can add and subtract polynomials by combining like terms, which are terms that contain the same variables raised to the same exponents. For example, 5x2 and −2x2 are like terms, and can be added to get 3x2, but 3x and 3x2 are not like terms, and therefore cannot be added.
Try it!
Add or subtract: a. 25y2 + 15y2 b. 16pq3 − (−7pq3).
Solution
a.
Steps | Algebraic |
Problem | 25y2 + 15y2 |
Combine like terms. | 40y2 |
b.
Steps | Algebraic |
Problem | 16pq3 − (−7pq3) |
Combine like terms. | 23pq3 |
Given multiple polynomials, add or subtract them to simplify the expressions.
We can think of adding and subtracting polynomials as just adding and subtracting a series of monomial’s. Look for the like terms—those with the same variables and the same exponent.
The Commutative Property allows us to rearrange the terms to put like terms together.
- Combine like terms.
- Simplify and write in standard form.
Try it!
Find the sum: (7y2 − 2y + 9) + (4y2 − 8y − 7).
Solution
Steps | Algebraic |
Identify like terms. | (7y2 − 2y + 9)+(4y2 − 8y − 7) |
Rewrite without the parentheses, rearranging to get the like terms together. | 7y2 + 4y2 − 2y − 8y + 9 − 7 |
Combine like terms. | 11y2 − 10y + 2 |
Try it! – Adding Polynomials
Find the sum.
(12x2 + 9x − 21) + (4x3 + 8x2 − 5x + 20)
Solution
Steps | Algebraic |
Combine like terms. | 4x3 + (12x2 + 8x2) + (9x − 5x) + (−21 + 20) |
Simplify. | 4x3 + 20x2 + 4x − 1 |
Analysis
We can check our answers to these types of problems using a graphing calculator. To check, graph the problem as given along with the simplified answer. The two graphs should be equivalent. Be sure to use the same window to compare the graphs. Using different windows can make the expressions seem equivalent when they are not.
Tip!
Be careful with the signs as you distribute while subtracting the polynomials in the next example.
Try it!
Find the difference: (9w2 − 7w + 5) − (2w2 − 4).
Solution
Steps | Algebraic |
Problem | (9w2 − 7w + 5) − (2w2 − 4) |
Distribute and identify like terms. | 9w2 − 7w + 5 – 2w2 + 4 |
Rearrange the terms. | 9w2 − 2w2 − 7w + 5 + 4 |
Combine like terms. | 7w2 − 7w + 9 |
Try it! – Subtracting Polynomials
Find the difference.
(7x4 − x2 + 6x + 1) − (5x3 − 2x2 + 3x + 2)
Solution
Steps | Algebraic |
Combine like terms. | 7x4 − 5x3 + (−x2 + 2x2) + (6x − 3x) + (1 − 2) |
Simplify. | 7x4 − 5x3 + x2 + 3x − 1 |
Analysis
Note that finding the difference between two polynomials is the same as adding the opposite of the second polynomial to the first.
Multiplying Polynomials
Since monomials are algebraic expressions, we can use the properties of exponents to multiply monomials. Review Module 2 if you need to review exponent rules.
Try it!
Multiply: a. (3x2)(−4x3) b. (x3y)(12xy2).
Solution
a.
Steps | Algebraic |
Problem | (3x2)(−4x3) |
Use the Commutative Property to rearrange the terms. | 3 · (−4) · x2 · x3 |
Multiply. | -12x5 |
b.
Steps | Algebraic |
Problem | (![]() |
Use the Commutative Property to rearrange the terms. | ![]() |
Multiply. | 10x4y3 |
Multiplying a polynomial by a monomial is really just applying the Distributive Property.
Notice that before combining like terms, you have four terms. You multiply the two terms of the first binomial by the two terms of the second binomial—four multiplications.
Steps | Algebraic |
Distribute p | ![]() |
We distributed the p to get: | ![]() |
What if we have (x + 7) instead of p? | ![]() |
Distribute (x + 7). | ![]() |
Distribute again. | ![]() |
Combine like terms. | ![]() |
Try it!
Multiply: a. −2y(4y2 + 3y − 5) b. 3x3y(x2 − 8xy + y2)
Solution
a.
Steps | Algebraic |
Example | ![]() |
Distribute. | ![]() |
Multiply. | ![]() |
b.
Steps | Algebraic |
Example | 3x3y(x2 − 8xy + y2) |
Distribute | 3x3y · x2 + (3x3y) · (−8xy) + (3x3y) · y2 |
Multiply. | 3x5y − 24x4y2 + 3x3y3 |
Multiplying polynomials is a bit more challenging than adding and subtracting polynomials. We must use the distributive property to multiply each term in the first polynomial by each term in the second polynomial. We then combine like terms. We can also use a shortcut called the FOIL method when multiplying binomials. Certain special products follow patterns that we can memorize and use instead of multiplying the polynomials by hand each time. We will look at a variety of ways to multiply polynomials.
Multiplying Polynomials Using the Distributive Property
To multiply a number by a polynomial, we use the distributive property. The number must be distributed to each term of the polynomial. We can distribute the
2 in 2(x+7) to obtain the equivalent expression 2x+14. When multiplying polynomials, the distributive property allows us to multiply each term of the first polynomial by each term of the second. We then add the products together and combine like terms to simplify.
Given the multiplication of two polynomials, use the distributive property to simplify the expression.
- Multiply each term of the first polynomial by each term of the second.
- Combine like terms.
- Simplify.
Try it! – Multiplying Polynomials Using the Distributive Property
Find the product.
(2x + 1)(3x2 − x + 4)
Solution
Steps | Algebraic |
Use the distributive property. | 2x(3×2 − x + 4) + (3×2 − x + 4) |
Multiply. | (6x3 − 2x2 + 8x) + (3x2 − x + 4) |
Combine like terms. | 6x3 + (−2x2 + 3x2) + (8x − x) + 4 |
Simplify. | 6x3 + x2 + 7x + 4 |
We can use a table to keep track of our work. Write one polynomial across the top and the other down the side. For each box in the table, multiply the term for that row by the term for that column. Then add all of the terms together, combine like terms, and simplify.
— | 3x2 | -x | +4 |
2x | 6x3 | -2x2 | 8x |
+1 | 3x2 | -x | +4 |
Try it!
Multiply (b + 3)(2b2 – 5b + 8) using a. the Distributive Property and b. the Vertical Method.
Solution
a.
Steps | Algebraic |
![]() |
|
Distribute. | ![]() |
Multiply. | ![]() |
Combine like terms. | ![]() |
b. It is easier to put the polynomial with fewer terms on the bottom because we get fewer partial products this way.
Steps | Algebraic |
Multiply (2b2 − 5b + 8) by 3. |
![]() |
Multiply (2b2 − 5b + 8) by b. | ![]() |
Combine like terms. | ![]()
|
Using FOIL to Multiply Binomials
A shortcut called FOIL is sometimes used to find the product of two binomials. It is called FOIL because we multiply the first terms, the outer terms, the inner terms, and then the last terms of each binomial.
The FOIL method arises out of the distributive property. We are simply multiplying each term of the first binomial by each term of the second binomial, and then combining like terms.
Given two binomials, use FOIL to simplify the expression.
Try it! – Using FOIL to Multiply Binomials
Use FOIL to find the product: (2x – 18)(3x + 3)
Solution
Find the product of the first terms.
Find the product of the outer terms.
Find the product of the inner terms.
Find the product of the last terms.
Add the products. 6x2 + 6x − 54x − 54
Combine like terms. 6x2 + (6x − 54x) − 54
Simplify. 6x2 − 48x − 54
The FOIL method is usually the quickest method for multiplying two binomials, but it only works for binomials. You can use the Distributive Property to find the product of any two polynomials. Another method that works for all polynomials is the Vertical Method. It is very much like the method you use to multiply whole numbers. Look carefully at this example of multiplying two-digit numbers.
Try it!
Multiply using the Vertical Method:
(3y − 1)(2y − 6)
It does not matter which binomial goes on the top.
Steps | Algebraic |
Multiply 3y – 1 by −6. Multiply 3y − 1 by 2y.Combine like terms. |
![]() |
Notice the partial products are the same as the terms in the FOIL method.
Sum or Difference (aka Difference of Squares or Conjugates)
Another special product is called the difference of squares, or Sum and Difference of Two Terms (as its called in the Algebra book.
A pair of binomials that each have the same first term and the same last term, but one is a sum and one is a difference is called a conjugate pair and is of the form
(a − b), (a + b).
Notice how each pair has one sum and one difference.
Because the sign changes in the second binomial, the outer and inner terms cancel each other out, and we are left only with the square of the first term minus the square of the last term.
Difference of Squares or Sum and Difference
When a binomial is multiplied by a binomial with the same terms separated by the opposite sign, the result is the square of the first term minus the square of the last term.

Try it!
Multiply: (x − 8)(x + 8).
First, recognize this as a product of conjugates. The binomials have the same first terms, and the same last terms, and one binomial is a sum and the other is a difference.
Steps | Algebraic |
It fits the pattern. | ![]() |
Square the first term, x. | ![]() |
Square the last term, 8. | ![]() |
The product is a difference of squares. | ![]() |
Binomial (Perfect) Square Trinomials
Certain binomial products have special forms. When a binomial is squared, the result is called a perfect square trinomial. We can find the square by multiplying the binomial by itself. However, there is a special form that each of these perfect square trinomials takes, and memorizing the form makes squaring binomials much easier and faster. Let’s look at a few perfect square trinomials to familiarize ourselves with the form.
(x + 5)2 = x2 + 10x + 25
(x − 3)2 = x2 − 6x + 9
(4x − 1)2 = 16x2 − 8x + 1
Notice that the first term of each trinomial is the square of the first term of the binomial and, similarly, the last term of each trinomial is the square of the last term of the binomial. The middle term is double the product of the two terms. Lastly, we see that the first sign of the trinomial is the same as the sign of the binomial.
When a binomial is squared, the result is the first term squared added to double the product of both terms and the last term squared.
(x + a)2 = (x + a)(x + a) = x2 + 2ax + a2
Or
Given a binomial, square it using the formula for perfect square trinomials.
- Square the first term of the binomial.
- Square the last term of the binomial.
- For the middle term of the trinomial, double the product of the two terms.
- Add and simplify.
Try it!
Multiply: a. (x + 5)2 b. (2x − 3y)2.
a.
Steps | Algebraic |
Example | ![]()
|
Square the first term. | ![]() |
Square the last term. | ![]() |
Double their product. | ![]() |
Simplify. | ![]() |
b.
Steps | Algebraic |
Example | ![]() |
Use the pattern. | ![]() |
Simplify. | ![]() |
Try it!
Expand (4x − 1)2.
Solution
16x2 − 8x + 1
Performing Operations with Polynomials of Several Variables
We have looked at polynomials containing only one variable. However, a polynomial can contain several variables. All of the same rules apply when working with polynomials containing several variables. Consider an example:
(a + 2b)(4a − b − c)
Steps | Algebraic |
Use the distributive property. | a(4a − b − c) + 2b(4a − b − c) |
Multiply. | 4a2 − ab − ac + 8ab − 2b2 − 2bc |
Combine like terms. | 4a2 + (−ab + 8ab) − ac − 2b2 – 2bc |
Simplify. | 4a2 + 7ab − ac − 2bc − 2b2 |
Try it!
Steps | Algebraic |
Use the distributive property. | u2 − 6uv + 5v2 + 3u2 + 2uv |
Rearrange the terms to put like terms together. | u2 + 3u2 − 6uv + 2uv + 5v2 |
Combine like terms. | 4u2 − 4uv + 5v2 |
Try it! – Multiplying Polynomials Containing Several Variables
Multiply (x + 4)(3x − 2y + 5).
Solution
Follow the same steps that we used to multiply polynomials containing only one variable.
Steps | Algebraic |
Use the distributive property. | x(3x − 2y + 5) + 4(3x − 2y + 5) |
Multiply. | 3x2 − 2xy + 5x + 12x − 8y + 20 |
Combine like terms. | 3x2 − 2xy + (5x + 12x) − 8y + 20 |
Simplify. | 3x2 − 2xy + 17x − 8y + 20 |
Try it!
Multiply (3x − 1)(2x + 7y − 9).
Solution
6x2 + 21xy − 29x − 7y + 9
Access these online resources for additional instruction and practice with polynomials.
Key Concepts
- A polynomial is a sum of terms each consisting of a variable raised to a non-negative integer power. The degree is the highest power of the variable that occurs in the polynomial. The leading term is the term containing the highest degree, and the leading coefficient is the coefficient of that term.
- We can add and subtract polynomials by combining like terms.
- To multiply polynomials, use the distributive property to multiply each term in the first polynomial by each term in the second. Then add the products.
- FOIL (First, Outer, Inner, Last) is a shortcut that can be used to multiply binomials.
- Perfect square trinomials and difference of squares are special products.
- Follow the same rules to work with polynomials containing several variables.
Binomial Squares | Sum or Difference (Product of Conjugates) |
---|---|
(a + b)2 = a2 + 2ab + b2 | (a − b)(a + b) = a2 − b2 |
(a − b)2 = a2 − 2ab + b2 | |
Squaring a binomial | Multiplying conjugates |
Product is a trinomial | Product is a binomial. |
Inner and outer terms with FOIL are the same. | Inner and outer terms with FOIL are opposites. |
Middle term is double the product of the terms | There is no middle term. |