If you're seeing this message, it means we're having trouble loading external resources on our website.

If you're behind a web filter, please make sure that the domains *.kastatic.org and *.kasandbox.org are unblocked.

Main content

Polynomial arithmetic: FAQ

Frequently asked questions about polynomial arithmetic

What is a polynomial?

A polynomial is a type of mathematical expression made up of one or more terms. Each term consists of a variable (usually x) raised to a non-negative integer exponent, and multiplied by a coefficient. For example, 3x2+2x5 is a polynomial.

Why do we need to know how to add, subtract, and multiply polynomials?

Polynomial arithmetic is important for solving a variety of problems in mathematics, physics, engineering, and more. For example, knowing how to multiply polynomials can help us factor them, which in turn can be useful for solving polynomial equations.

How do we add or subtract two polynomials?

We can add or subtract two polynomials by combining like terms. For example, to add 3x2+2x5 and 2x23x+1, we combine the x2 terms, the x terms, and the constant terms:
(3x2+2x5)+(2x23x+1)=5x2x4

How do we multiply a monomial by a polynomial?

To multiply a monomial (a polynomial with just one term) by a polynomial, we use the distributive property. For example, to multiply 3x by 2x25x+6, we multiply 3x by each term of the polynomial:
3x(2x25x+6)=6x315x2+18x

How do we multiply two binomials?

We can use the distributive property or an area model to multiply two binomials (polynomials with two terms). For example, to multiply (2x3)(3x+4) using the distributive property we compute each product and combine the like x terms:
2x×3x=6x22x×4=8x3×3x=9x3×4=12
So (2x3)(3x+4)=6x2x12.

What are special products of polynomials?

There are certain polynomial products that occur frequently in mathematics, and it's helpful to recognize them.
For example, the square of a binomial is:
(a+b)2=a2+2ab+b2
Another common special product is the difference of two squares:
(a+b)(ab)=a2b2