Learning Outcomes
- Multiply binomials
Just like there are different ways to represent multiplication of numbers, there are several methods that can be used to multiply a binomial times a binomial.
Using the Distributive Property
We will start by using the Distributive Property. Look again at the following example.
We distributed the [latex]p[/latex] to get | [latex]x\color{red}{p}+3\color{red}{p}[/latex] |
What if we have [latex]\left(x+7\right)[/latex] instead of [latex]p[/latex] ?
Think of the [latex]x+7[/latex] as the [latex]\color{red}{p}[/latex] above. |
|
Distribute [latex]\left(x+7\right)[/latex] . | |
Distribute again. | [latex]{x}^{2}+7x+3x+21[/latex] |
Combine like terms. | [latex]{x}^{2}+10x+21[/latex] |
Notice that before combining like terms, we had four terms. We multiplied the two terms of the first binomial by the two terms of the second binomial—four multiplications.
Be careful to distinguish between a sum and a product.
[latex]\begin{array}{cccc}\hfill \mathbf{\text{Sum}}\hfill & & & \hfill \mathbf{\text{Product}}\hfill \\ \hfill x+x\hfill & & & \hfill x\cdot x\hfill \\ \hfill 2x\hfill & & & \hfill {x}^{2}\hfill \\ \hfill \text{combine like terms}\hfill & & & \hfill \text{add exponents of like bases}\hfill \end{array}[/latex]
example
Multiply: [latex]\left(x+6\right)\left(x+8\right)[/latex]
Solution
[latex]\left(x+6\right)\left(x+8\right)[/latex] | |
Distribute [latex]\left(x+8\right)[/latex] . | [latex]x\color{red}{(x+8)}+6\color{red}{(x+8)}[/latex] |
Distribute again. | [latex]{x}^{2}+8x+6x+48[/latex] |
Simplify. | [latex]{x}^{2}+14x+48[/latex] |
try it
Now we’ll see how to multiply binomials where the variable has a coefficient.
example
Multiply: [latex]\left(2x+9\right)\left(3x+4\right)[/latex]
try it
In the previous examples, the binomials were sums. When there are differences, we pay special attention to make sure the signs of the product are correct.
example
Multiply: [latex]\left(4y+3\right)\left(6y - 5\right)[/latex]
try it
Up to this point, the product of two binomials has been a trinomial. This is not always the case.
example
Multiply: [latex]\left(x+2\right)\left(x-y\right)[/latex]
try it
Area Model for Multiplying Binomials
Now let’s explore multiplying two binomials. For those of you that use pictures to learn, you can draw an area model to help make sense of the process. You’ll use each binomial as one of the dimensions of a rectangle, and their product as the area.
The model below shows [latex]\left(x+4\right)\left(x+2\right)[/latex]:
Each binomial is expanded into variable terms and constants, [latex]x+4[/latex], along the top of the model and [latex]x+2[/latex] along the left side. The product of each pair of terms is a colored rectangle. The total area is the sum of all of these small rectangles, [latex]x^{2}+2x+4x+8[/latex], If you combine all the like terms, you can write the product, or area, as [latex]x^{2}+6x+8[/latex].
You can use the distributive property to determine the product of two binomials.
Example
Simplify. [latex]\left(x+4\right)\left(x+2\right)[/latex]
Look back at the model above to see where each piece of [latex]x^{2}+2x+4x+8[/latex] comes from. Can you see where you multiply [latex]x[/latex] by [latex]x + 2[/latex], and where you get [latex]x^{2}[/latex] from [latex]x\left(x\right)[/latex]?
Another way to look at multiplying binomials is to see that each term in one binomial is multiplied by each term in the other binomial. Look at the example above: the [latex]x[/latex] in [latex]x+4[/latex] gets multiplied by both the [latex]x[/latex] and the [latex]2[/latex] from [latex]x+2[/latex], and the [latex]4[/latex] gets multiplied by both the [latex]x[/latex] and the [latex]2[/latex].
The following video provides an example of multiplying two binomials using an area model as well as repeated distribution.
The Table Method
You may see a binomial multiplied by itself written as [latex]{\left(x+3\right)}^{2}[/latex] instead of [latex]\left(x+3\right)\left(x+3\right)[/latex]. To find this product, let’s use another method. We will place the terms of each binomial along the top row and first column of a table, like this:
[latex]x[/latex] | [latex]+3[/latex] | |
[latex]x[/latex] | ||
[latex]+3[/latex] |
Now multiply the term in each column by the term in each row to get the terms of the resulting polynomial. Note how we keep the signs on the terms, even when they are positive, this will help us write the new polynomial.
[latex]x[/latex] | [latex]+3[/latex] | |
[latex]x[/latex] | [latex]x\cdot{x}=x^2[/latex] | [latex]3\cdot{x}=+3x[/latex] |
[latex]+3[/latex] | [latex]x\cdot{3}=+3x[/latex] | [latex]3\cdot{3}=+9[/latex] |
Now we can write the terms of the polynomial from the entries in the table:
[latex]\left(x+3\right)^{2}[/latex]
= [latex]x^2[/latex] + [latex]3x[/latex] + [latex]3x[/latex] + [latex]9[/latex]
= [latex]x^{2}[/latex] + [latex]6x[/latex] + [latex]9[/latex].
Pretty cool, huh?
Polynomials can take many forms. So far we have seen examples of binomials with variable terms on the left and constant terms on the right, such as this binomial [latex]\left(2r-3\right)[/latex]. Variables may also be on the right of the constant term, as in this binomial [latex]\left(5+r\right)[/latex]. In the next example, we will show that multiplying binomials in this form requires one extra step at the end.
Example
Find the product.[latex]\left(3–s\right)\left(1-s\right)[/latex]
Using FOIL to Multiply Binomials
Remember that when you multiply a binomial by a binomial you get four terms. Sometimes you can combine like terms to get a trinomial, but sometimes there are no like terms to combine. Let’s look at the last example again and pay particular attention to how we got the four terms.
[latex]\left(x+2\right)\left(x-y\right)[/latex]
[latex]{x}^{2}-\mathit{\text{xy}}+2x - 2y[/latex]
Where did the first term, [latex]{x}^{2}[/latex], come from?
It is the product of [latex]x\text{ and }x[/latex], the first terms in [latex]\left(x+2\right)\text{and}\left(x-y\right)[/latex].
The next term, [latex]-\mathit{\text{xy}}[/latex], is the product of [latex]x\text{ and }-y[/latex], the two outer terms.
The third term, [latex]+2x[/latex], is the product of [latex]2\text{ and }x[/latex], the two inner terms.
And the last term, [latex]-2y[/latex], came from multiplying the two last terms.
We can use a shortcut called the FOIL method when multiplying two binomials. Some people use the FOIL method to keep track of which pairs of terms have been multiplied when you are multiplying two binomials. This is not the same thing you use to wrap up leftovers, but an acronym for First, Outer, Inner, Last. 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 using the distributive property to multiply two binomials. We are simply multiplying each term of the first binomial by each term of the second binomial and then combining like terms.
Let’s go back to the example [latex]\left(x+2\right)\left(x-y\right)[/latex]. The following steps show you how to apply this method to multiplying two binomials.
[latex]\begin{array}{l}\text{First}\text{ term in each binomial}: \,\,\,\,\,\,\,\,\,\,\,\,\,\,\left(x+2\right)\left(x-y\right)\,\,\,\,\,\,\,\,\,\,\,\,\,x\left(x\right)=x^{2}\\\text{Outer terms}:\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\left(x+2\right)\left(x-y\right)\,\,\,\,\,\,\,\,\,\,\,\,\,x\left(-y\right)=-xy\\\text{Inner terms}:\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\left(x+2\right)\left(x-y\right)\,\,\,\,\,\,\,\,\,\,\,\,\,2\left(x\right)=2x\\\text{Last terms in each binomial}:\,\,\,\,\,\,\,\,\,\,\,\,\,\left(x+2\right)\left(x-y\right)\,\,\,\,\,\,\,\,\,\,\,\,\,\,2\left(-y\right)=-2y\end{array}[/latex]
When you add the four results, you get the same answer, [latex]x^{2}-xy+2x-2y[/latex].
The last step in multiplying polynomials is to combine like terms. In this example there were no like terms, but you will see this last step in several of the examples below. Remember that a polynomial is simplified only when there are no like terms remaining.
Example
Use FOIL to find the product. [latex](2x-18)(3x+3)[/latex]
The following steps summarize the process for using FOIL to multiply two binomials. It is very important to note that this process only works for the product of two binomials. If you are multiplying a binomial and a trinomial, it is better to use a table to keep track of your terms.
Use the FOIL method for multiplying two binomials
- Multiply the First terms.
- Multiply the Outer terms.
- Multiply the Inner terms.
- Multiply the Last terms.
- Combine like terms, when possible.
example
Multiply: [latex]\left(y - 8\right)\left(y+6\right)[/latex]
try it
example
Multiply: [latex]\left(2a+3\right)\left(3a - 1\right)[/latex]
try it
example
Multiply: [latex]\left(5x-y\right)\left(2x - 7\right)[/latex]
try it
In the following video, we show an example of how to use the FOIL method to multiply two binomials.
For another example of using the FOIL method to multiply two binomials watch the next video.
Multiplying Two Binomials Using the Vertical Method
The FOIL method is usually the quickest method for multiplying two binomials, but it works only 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.
You start by multiplying [latex]23[/latex] by [latex]6[/latex] to get [latex]138[/latex].
Then you multiply [latex]23[/latex] by [latex]4[/latex], lining up the partial product in the correct columns.
Last, you add the partial products.
Now we’ll apply this same method to multiply two binomials.
example
Multiply using the vertical method: [latex]\left(5x - 1\right)\left(2x - 7\right)[/latex]
try it
One of the neat things about multiplication is that terms can be multiplied in either order. The expression [latex]\left(x+2\right)\left(x+4\right)[/latex] has the same product as [latex]\left(x+4\right)\left(x+2\right)[/latex], [latex]x^{2}+6x+8[/latex]. (Work it out and see.) The order in which you multiply binomials does not matter. What matters is that you multiply each term in one binomial by each term in the other binomial.
Let’s look at another example using the FOIL method in which the variables have coefficients.
Example
Simplify [latex]\left(4x–10\right)\left(2x+3\right)[/latex] using the FOIL acronym.
So far, we have shown several methods for multiplying two binomials together. Why are we focusing so much on binomials? They are one of the most well studied and widely used polynomials, so there is a lot of information out there about them. In the previous example, we saw the result of squaring a binomial that was a sum of two terms. In the next example we will find the product of squaring a binomial that is the difference of two terms.
Example
Square the binomial difference [latex]\left(x–7\right)[/latex]
Caution! It is VERY important to remember the caution from the exponents section about squaring a binomial:
You can’t move the exponent into a grouped sum because of the order of operations!!!!!
INCORRECT: [latex]\left(2+x\right)^{2}\neq2^{2}+x^{2}[/latex]
CORRECT: [latex]\left(2+x\right)^{2}=\left(2+x\right)\left(2+x\right)[/latex]
In the video that follows, you will see another examples of using a table to multiply two binomials.
Further Examples
The next couple of examples show you some different forms binomials can take. In the first, we will square a binomial that has a coefficient in front of the variable, like the product in the first example on this page. In the second we will find the product of two binomials that have the variable on the right instead of the left. We will use both the FOIL method and the table method to simplify.
Example
Find the product. [latex]\left(2x+6\right)^{2}[/latex]
In the last example, we want to show you another common form a binomial can take, each of the terms in the two binomials is the same, but the signs are different. You will see that in this case, the middle term will disappear.
Example
Multiply the binomials. [latex]\left(x+8\right)\left(x–8\right)[/latex]
Think About It
There are predictable outcomes when you square a binomial sum or difference. In general terms, for a binomial difference,
[latex]\left(a-b\right)^{2}=\left(a-b\right)\left(a-b\right)[/latex],
the resulting product, after being simplified, will look like this:
[latex]a^2-2ab+b^2[/latex].
The product of a binomial sum will have the following predictable outcome:
[latex]\left(a+b\right)^{2}=\left(a+b\right)\left(a+b\right)=a^2+2ab+b^2[/latex].
The product of a binomial sum and binomial difference of the same two monomial will have the following predictable outcome:
[latex]\left(a+b\right)\left(a-b\right)=a^2-b^2[/latex].
Note that a and b in these generalizations could be integers, fractions, or variables with any kind of constant. You will learn more about predictable patterns from products of binomials in later math classes.
In this section we showed how to multiply two binomials using the distributive property, an area model, by using a table, using the FOIL method, and the vertical method. Practice each method, and try to decide which one you prefer.
Some of the forms a product of two binomials can take are listed here:
- [latex]\left(x+5\right)\left(2x-3\right)[/latex]
- [latex]\left(x+7\right)^{2}[/latex]
- [latex]\left(x-1\right)^{2}[/latex]
- [latex]\left(2-y\right)\left(5+y\right)[/latex]
- [latex]\left(x+9\right)\left(x-9\right)[/latex]
- [latex]\left(2x-4\right)\left(x+3\right)[/latex]
And this is just a small list, the possible combinations are endless. For each of the products in the list, using one of the two methods presented here will work to simplify.
Summary
Multiplication of binomials and polynomials requires an understanding of the distributive property, rules for exponents, and a keen eye for collecting like terms. Whether the polynomials are monomials, binomials, or trinomials, carefully multiply each term in one polynomial by each term in the other polynomial. Be careful to watch the addition and subtraction signs and negative coefficients. A product is written in simplified form if all of its like terms have been combined.