Binomials are small mathematical expressions made up of a variable term (x, a, 3x, 4t, 1090y) added or subtracted by a constant term (1, 3, 110, etc.). Binomials will always contain only 2 terms, but they are the building blocks of much larger and more complex equations known as polynomials, making them incredibly important to learn well. This lesson will cover several types of binomial multiplication, but they can all be learned separately too.

Method 1
Method 1 of 3:

Multiplying Two Binomials

  1. 1
    Understand math vocabulary and question types. It will be impossible to solve the questions on your next test if you don't know what they are asking. Luckily, the terminology is not incredibly hard:
    • Terms: A term is simply a part of the equation being added or subtracted. It can be a constant, variable, or both. For example, in 12 + 13x + 4x2, the terms are 12, 13x, and 4x2.[1]
    • Binomial: This is just a complicated way to say "an expression with two terms," like x+3 or x4 - 3x.[2]
    • Powers: this refers to an exponent on a term.[3] For example, we could say that x2 is "x to the second power."
    • Any question asking you to "Find the terms of two binomials (x+3)(x+2)," "find the product of two binomials," or "expand the two binomials" is asking you to multiply binomials.
  2. 2
    Learn the acronym FOIL to remember the order of binomial multiplication. FOIL is a simple guide for multiplying two binomials. FOIL stands for the order you need to multiply the parts of the binomials together: F is for First, O is for Outer, I is for Inner, and L is for Last. The names refer to the order in which the terms are written. Let's say we are multiplying the binomials (x+2) and (x+5). The terms would be:[4]
    • First: x & x
    • Outer: x & 5
    • Inner: 2 & x
    • Last: 2 & 5
    Advertisement
  3. 3
    Multiply the FIRST part in each parentheses.[5] This is the "F" of FOIL. In our example, (x+2)(x+5), the first terms are "x" and "x." Multiply these together and jot down the answer: "x2."
    • First Term: x * x = x2
  4. 4
    Multiply the OUTER parts in each parentheses.[6] These are two outermost "ends" in our problem. So, in our example (x+2)(x+5), they would be "x" and "5." Together they make "5x"
    • Outer Term: x * 5 = 5x
  5. 5
    Multiply the INNER parts in each parentheses.[7] The two numbers closest to the center will be your inner term. For (x+2)(x+5), this means you multiply "2" and "x" to get "2x."
    • Inner Term: 2 * x = 2x
  6. 6
    Multiply the LAST parts in each parentheses.[8] This does not mean the last two numbers, but rather the last number in each parentheses. So, for (x+2)(x+5), we multiply the "2" and the "5" to get "10."
    • Last Term: 2 * 5 = 10
  7. 7
    Add all of the new terms together. Combine the terms by adding them together to create a new, larger expression.[9] From our previous example, we get the equation:
    • x2 + 5x + 2x + 10
  8. 8
    Simplify like terms. Like terms are parts of the equation that have the same variable and power. In our example, the terms 2x and 5x both share an x, and can be added together. No other terms are alike, so they stay put.
    • Final Answer: (x+2)(x+5) = x2 + 7x + 10
    • Advanced Note: To learn how like terms work, remember the basics of multiplication. 3 * 5, for example, means that you are adding three fives together to get 15 (5 + 5 + 5). In our equation, we have 5 * x ( x + x + x + x + x) and 2 * x (x + x). If we add all the "x"s in the equation we get seven "x"s, or 7x.
  9. 9
    Remember that subtracted numbers are negative. When a number is being subtracted, it is the same as adding a negative number. If you forget to keep the minus sign throughout your calculations you will end up with the wrong answer. Take the example (x+3)(x-2):
    • First: x * x = x2
    • Outer: x * -2 = -2x
    • Inner: 3 * x = 3x
    • Last: 3 * -2 = -6
    • Add all terms together: x2 - 2x + 3x - 6
    • Simplify to final answer: x2 + x - 6
  10. Advertisement
Method 2
Method 2 of 3:

Multiplying More Than Two Binomials

  1. 1
    Multiply the first two binomials, temporarily ignoring the third.[10] Take the example (x+4)(x+1)(x+3). We need to multiply the binomials one at a time, so multiply the any two by either FOIL or distribution of terms. Multiplying the first two, (x+4) and (x+1) with FOIL would look like this:
    • First: x*x = x2
    • Outer: 1*x = x
    • Inner: 4*x = 4x
    • Last: 1*4 = 4
    • Combine terms: x2 + x + 4x + 4
    • (x+4)(x+1) = x2 + 5x +4
  2. 2
    Combine the leftover binomial with your new equation.[11] Now that part of the equation has be multiplied you can handle the leftover binomial. In the example, (x+4)(x+1)(x+3), the leftover term was (x+3). Put it back along with the new equation, giving you: (x+3)(x2 + 5x + 4).
  3. 3
    Multiply the first number in the binomial by all three numbers in the other parenthesis. This is distribution of terms. So, for the equation (x+3)(x2 + 5x + 4), you need to multiply the first x by the three parts of the second parenthesis, "x2," "5x," and "4."
    • (x * x2) + (x * 5x) + (x * 4) = x3 + 5x2 + 4x
    • Write this answer down and save it for later.
  4. 4
    Multiply the second number in the binomial by all three numbers in the other parenthesis. Take the equation, (x+3)(x2 + 5x + 4). Now, multiply the second part of the binomial by all three parts in the other parentheses, "x2," "5x," and "4."
    • (3 * x2) + (3 * 5x) + (3 * 4) = 3x2 + 15x + 12
    • Write this answer down next to the first answer.
  5. 5
    Add together the two answers from multiplication. You need to combine the answers from the previous two steps, as they make up the two parts of your final answer.
    • x3 + 5x2 + 4x + 3x2 + 15x + 12
  6. 6
    Simplify the equation to get your final answer. Any "like" terms, terms that share the same variable and power (like 5x2 and 3x2), can be added together to make your answer simpler.[12]
    • 5x2 and 3x2 become 8x2
    • 4x and 15x become 19x
    • (x+4)(x+1)(x+3) = x3 + 8x2 + 19x + 12
  7. 7
    Always use distribution to tackle larger multiplication problems. Since you can use distribution of terms to multiply equations of any length, you now have the tools needed to solve larger problems, like (x+1)(x+2)(x+3). Multiply any two binomials together using either distribution of terms or FOIL, then use the distribution of terms to multiply the final binomial to the first two. In the following example, we FOIL (x+1)(x+2), then distribute the terms with (x+3) to get the final answer:
    • (x+1)(x+2)(x+3) = (x+1)(x+2) * (x+3)
    • (x+1)(x+2) = x2 + 3x + 2
    • (x+1)(x+2)(x+3) = (x2 + 3: + 2) * (x+3)
    • (x2 + 3x + 2) * (x+3) = x3 + 3x2 + 2x + 3x2 + 9x + 6
    • Simplify to final answer: x3 + 6x2 + 11x + 6
  8. Advertisement
Method 3
Method 3 of 3:

Squaring Binomials

  1. 1
    Know how to set up "general formulas." General formulas allow you to simply plug in your numbers instead of calculating FOIL every time. Binomials that are raised to the second power, like (x+2)2, or the third power, like (4y+12)3, can be fit into a preexisting formula easily, making solving fast and easy. To find the general formula, we replace all of the numbers with variables. Then, at the end, we can plug our numbers back in to get our answer. Start with the equation (a + b)2, where:
    • a stands for the variable term (ie. 4y - 1, 2x2 + 3, etc.) If there is no number, then a = 1, since 1 * x = x.
    • b stands for the constant being added or subtracted (ie. x + 10, t - 12).
  2. 2
    Know that squared binomials can be rewritten.[13] (a + b)2 may look more complicated than our earlier example, but remember that squaring a number is just multiplying it by itself. Thus, we can rewrite the equation to look more familiar:
    • (a + b)2 = (a + b)(a + b)
  3. 3
    Use FOIL to solve the new equation.[14] If we use foil on this equation we'll get a general formula that looks like the solution to any binomial multiplication. Remember that in multiplication, the order you multiple does not matter.
    • Rewrite as (a+b)(a+b).
    • First: a * a = a2
    • Inner: b * a = ba
    • Outer: a * b = ab
    • Last: b * b = b2.
    • Add the new terms: a2 + ba + ab + b2
    • Combine like terms: a2 + 2ab + b2
    • Advanced Note: Exponents and radicals are considered to be hyper-3 operations, while multiplication and division are hyper-2. This means that properties of multiplication and division do not work for exponents. (a+b)2 does not equal to a2 + b2. This is a very common mistake among people.
  4. 4
    Use the general equation a2 + 2ab + b2 to solve your problems. Let's take equation (x+2)2. Instead of doing FOIL all over again, we can plug in the first term for "a" and the second term for "b",
    • General Equation: a2 + 2ab + b2
    • a = x, b = 2
    • x2 + (2 * x * 2) + 22
    • Final Answer: x2 + 4x + 4.
    • You can always check your work by performing FOIL on the original equation, (x+2)(x+2). You will get the same answer every time if done correctly.
    • If a term is subtracted, you still have to keep it negative in the general equation.
  5. 5
    Remember to insert the entire term into the general equation. Given the binomial (2x+3)2, you must remember that a = 2x, not simply a = 2. When you have complex terms, you need to remember that both the 2 and the x are squared.
    • General equation: a2 + 2ab + b2
    • Substitute for a and b: (2x)2 + 2(2x)(3) + 32
    • Square every term: (22)(x2) + 14x + 32
    • Simplify to final answer: 4x2 + 14x + 9
  6. Advertisement

Community Q&A

  • Question
    How do I handle binomials with a negative power? Example (x + 5)^-2
    Donagan
    Donagan
    Top Answerer
    (x + 5)^(-2) = 1 / (x + 5)² = 1 / (x² + 10x + 25).
  • Question
    How do I multiply a binomial by a trinomial?
    Donagan
    Donagan
    Top Answerer
    (a + b)(c + d - e) = ac + ad - ae +bc +bd - be.
Advertisement

About This Article

wikiHow is a “wiki,” similar to Wikipedia, which means that many of our articles are co-written by multiple authors. To create this article, 13 people, some anonymous, worked to edit and improve it over time. This article has been viewed 49,820 times.
26 votes - 69%
Co-authors: 13
Updated: May 28, 2019
Views: 49,820
Categories: Algebra
Advertisement