Summarize this article:
Last updated on September 29, 2025
An algebraic expression that has two terms and is connected with a plus or a minus sign is known as a binomial. Multiplying binomials follows the same basic rules as multiplying numbers, but accounting for variables and like terms. We can multiply binomials using different methods. In this article, we will learn more about binomials, how to multiply them, and the methods of multiplying binomials.
The algebraic expressions are classified into different types based on the numbers of terms, such as monomials, binomials, trinomials, and polynomials. Polynomials with exactly two terms, and combined by addition or subtraction, are called binomials. 2x + 3 and x2 + 2 are some examples of binomials.
Multiplying binomials is similar to multiplying numbers, but it involves variables instead of numbers. The key difference is that binomials involve multiplying algebraic expressions, requiring attention to variables and like terms.
To multiply binomials, first multiply each term in the first binomial by each term in the second binomial and then combine the like terms using addition or subtraction. The methods of multiplying binomials are:
The distributive property involves multiplying each term inside the parentheses by the terms outside, and then combining the results. We can see how to multiply a binomial using the distributive property by the following steps:
Multiply (x + 2)(x + 3)
In distributive property, we need to multiply the first term of the first binomial with all the terms in the second binomial, and then the second term from the first binomial with all the terms in the second binomial.
Multiply x by (x + 3) = x2 + 3x
Multiply 2 by (x + 3) = 2x + 6
Add both, the result: x2 + 3x + 2x + 6
Add the like terms: x2 + 5x + 6
FOIL method is used to multiply the binomials. The word FOIL stands for First, Outer, Inner, and Last, it refers to the order in which the terms should be multiplied.
Example: Multiply: (x + 2)(x + 3)
First: Multiply the first terms of both binomials.
x × x = x2
Outer: Then multiply the first term of the first binomial by the second term of the second binomial.
x × 3 = 3x
Inner: Multiply the inner terms from the binomials, i.e., second term from the first binomial with first term in the second binomial.
2 × x = 2x
Last: Multiply the last terms of binomials.
2 × 3 = 6
Combine the terms by adding the like terms.
x2 + 3x + 2x + 6 = x2 + 5x + 6
To multiply the binomials using the vertical method, we can use the following steps with the example, (x + 2)(x + 3).
Arrange the binomials one below the other.
Multiply each term:
x × x = x2
x × 3 = 3x
2 × x = 2x
2 × 3 = 6
Line up terms and add the like terms.
So the final answer is: x2 + 5x + 6
Multiplying binomials is not only used in math, it helps to solve many problems in real-life situations. When we multiply binomials, we are finding areas, calculating profits, or solving physics problems. Listed below are some real-life applications of multiplying polynomials.
Multiplying binomials is easy, but errors in signs or term order can lead to mistakes. Here are some of the mistakes and the ways to avoid them.
Multiply: (x + 4)(x + 2)
x2 + 6x + 8
We can use the FOIL method for multiplying the given polynomials.
First: x × x = x2
Outer: x × 2 = 2x
Inner: 4 × x = 4x
Last: 4 × 2 = 6
Combine the like terms:
X2 + 2x + 4x + 8 = x2 + 6x + 8
Multiply: (x + 2)(x + 5)
x2 + 7x + 10
Use the distributive property.
Multiply the x from the first binomial to both terms in the second bracket,
x × x = x2
x × 5 = 5x
Multiply the 2 in the first binomial to all the terms in the second binomial,
2 × x = 2x
2 × 5 = 10
Combine the terms:
x2 + 5x + 2x + 10 = x2 + 7x + 10
Multiply: (x - 4)(x + 3)
x2 - x - 12
Using the FOIL method.
First: x × x = x2
Outer: x × 3 = 3x
Inner: -4 × x = -4x
Last: -4 × 3 = -12
Combine the like terms:
X2 + 3x - 4x - 12 = x2 - x - 12
Multiply (2x + 1)(x + 4)
2x2 + 9x + 4
Distribute 2x and 1 across the second binomial.
2x × x = 2x2
2x × 4 = 8x
1 × x = x
1 × 4 = 4
Add the terms: 2x2 + 8x + x + 4 = 2x2 + 9x + 4
Multiply: (x - 5)(x - 2)
x2 - 7x + 10
To multiply (x - 5)(x - 2), we apply the FOIL method:
(a + b)(c + d) = ac + ad + bc + bd
Here, a = x, b = (-5), c = x, and d = (-2)
(x - 5)(x -2) = (x × x) + (x × -2) + (-5 × x) + (-5 × -2)
= x2 + (-2x) + (-5x) + 10
= x2 - 7x + 10