Factor Binomials

In algebra, binomials are two term expressions connected with a plus sign or minus sign, such as <math>ax + b</math>. The first term always includes a variable, while the second term may or may not. Factoring a binomial means finding simpler terms that, when multiplied together, produce that binomial expression, which helps you solve it or simplify it for further work.

Steps

Factoring Binomials

  1. Review the basics of factoring. Factoring is when you break a large number down into it's simplest divisible parts. Each one of these parts is called a "factor." So, for example, the number 6 can be evenly divided by four different numbers: 1, 2, 3, and 6. Thus, the factors of 6 are 1, 2, 3, and 6.
    • The factors of 32 are 1, 2, 4, 8, 16, and 32
    • Both "1" and the number you're factoring are always factors. So, the factors of a small number, like 3, would simply be 1 and 3.
    • Factors are only the perfectly divisible numbers, or "whole" numbers. You could divide 32 by 3.564, or 21.4952, but this won't lead to a factor, just another decimal.
  2. Place the binomial's terms in order to make them easier to read. A binomial is simply the addition or subtraction of two numbers, at least one of which contains a variable. Sometimes these variables have exponents, like <math>x^2</math> or <math>5y^4</math>. When first factoring binomials, it can help to reorder equations with ascending variable terms, meaning the biggest exponent is last. For example:
    • <math>3t + 6</math> → <math>6 + 3t</math>
    • <math> 3x^4 + 9x^2</math> → <math>9x^2 + 3x^4</math>
    • <math> x^2 - 2</math> → <math>-2 + x^2</math>
      • Note how the negative sign stays in front of the 2. If a term is subtracted, just keep the negative in front of it.
  3. Find the greatest common factor of both terms. This means you find the highest possible number that both parts of the binomial are divisible by. If you're struggling, simply factor both numbers on their own, then see what the highest matching number is. For example:
    • Practice Problem:<math>3t + 6</math>.
      • Factors of 3: 1, 3
      • Factors of 6: 1, 2, 3, 6.
      • The greatest common factor is 3.
  4. Divide the greatest common factor from each term. Once you know your common factor, you need to remove it from each term. Note, however, that you're simply breaking the terms down, turning each term into a small division problem. If you did it right, both equations will share your factor:
    • Practice Problem:<math>3t + 6</math>.
    • Find greatest common factor: 3
    • Remove factor from both terms:<math>\frac{3t}{3} + \frac{6}{3} = t + 2</math>
  5. Multiply your factor by the resulting expression to finish. In the last problem, you removed a 3 to get <math>t + 2</math>. But you weren't just getting rid of the three entirely, simply factoring it out to simplify things. You can't just erase numbers without putting them back! Multiply your factor by the expression to finally finish. For example:
    • Practice Problem:<math>3t + 6</math>
    • Find greatest common factor: 3
    • Remove factor from both terms:<math>\frac{3t}{3} + \frac{6}{3} = t + 2</math>
    • Multiple factor by new expression: <math>3(t + 2)</math>
    • Final Factored Answer: <math>3(t + 2)</math>
  6. Check your work by multiplying it all back out to the original equation. If you did everything correctly, checking that you got it right should be easy. Simply multiply your factor by both individual parts in the parenthesis. If it matches the original, unfactored binomial then you did it all correctly. From start to finish, solve the expression <math>12t + 18</math> to practice:
    • Reorganize terms:<math>18 + 12t</math>
    • Find greatest common denominator: <math>6</math>
    • Remove factor from both terms:<math>\frac{18t}{6} + \frac{12t}{6} = 3 + 2t</math>
    • Multiple factor by new expression: <math>6(3 + 2t)</math>
    • Check Answer: <math>(6 * 3) + (6 * 2t) = 18 + 12t</math>

Factoring Binomials to Solve Equations

  1. Use factoring to simplify equations and make them easier to solve. When solving an equation with binomials, especially complex binomials, it can seem like there is no way everything will match. For example, try to solve <math>5y - 2y^2 = -3y</math>. One way to solve it, especially with exponents, is to factor first.
  2. Add and subtract so that one side of the equation is equal to zero. This whole strategy relies on one of the most basic facts of math: anything multiplied by zero must equal zero. So if you equation equals zero, then one of your factored terms must equal zero! To get started, add and subtract so one side equals zero.
    • Practice Problem: <math>5y - 2y^2 = -3y</math>
    • Set to Zero: <math>5y - 2y^2 + 3y = -3y + 3y</math>
      • <math>8y - 2y^2 = 0 </math>
  3. Factor the non-zero side just like normal. At this point, you can pretend the other side doesn't exist for a step. Just find the greatest common factor, divided it out, and then create your factored expression.
    • Practice Problem: <math>5y - 2y^2 = -3y</math>
    • Set to Zero: <math>8y - 2y^2 = 0 </math>
    • Factor: <math>2y(4 - y) = 0 </math>
  4. Set both inside and outside the parenthesis as equal to zero. In the practice problem you are multiplying 2y by 4 - y, and it must equal zero. Since anything multiplied by zero equals zero, this means either 2y or 4 - y must be 0. Create two separate equations to figure out what y must be for either side to equal zero.
    • Practice Problem: <math>5y - 2y^2 = -3y</math>
    • Set to Zero: <math>8y - 2y^2 + 3y = 0 </math>
    • Factor: <math>2y(4 - y) = 0 </math>
    • Set both parts to 0:
      • <math> 2y = 0</math>
      • <math> 4 - y = 0</math>
  5. Solve both equations for zero to get your final answer or answers. You might have one answer, or more than one. Remember, only one side has to equal zero, so you might get a few different values of y that solve the same equation. For the end of the practice problem:
    • <math> 2y = 0</math>
      • <math>\frac{2y}{2} = \frac{0}{2}</math>
      • y = 0
    • <math> 4 - y = 0</math>
      • <math> 4 - y + y = 0 + y</math>
      • y = 4
  6. Plug your answers back in to ensure that they work. If you got the right values for y then you should be able to use them to solve the equation. It is simple as trying each value of y in place of the variable, as shown. Since the answer were y = 0 and y = 4:
    • <math>5(0) - 2(0)^2 = -3(0)</math>
      • <math>0 + 0 = 0</math>
      • <math>0 = 0</math> This answer is correct
    • <math>5(4) - 2(4)^2 = -3(4)</math>
      • <math>20 - 32 = -12</math>
      • <math>-12 = -12</math> This answer is also correct.

Handling Trickier Problems

  1. Remember that variables also count as factors, even with exponents. Remember, factoring is finding out what numbers can divide into the whole. The expression <math>x^4</math> is another way of saying <math>x*x*x*x</math>. This means you can factor out each x if the other term has one as well. Treat variables no different from a normal number. For example:
    • <math>2t + t^2</math> can be factored, because both terms contain a t. Your final answer would be <math>t(2 + t)</math>
    • You can even pull out multiple variables at once. For example, in <math>x^2 + x^4</math> both terms contain the same <math>x^2</math>. You can factor to <math>x^2(1 + x^2)</math>
  2. Recognize unsimplified binomials by combining like terms. Take, for example, the expression <math>6 + 2x + 14 + 3x</math>. This may seem like it has four terms, but look closely and you'll realize there are really only two. You can add like terms, and since both the 6 and 14 have no variable, and the 2x and 3x share the same variable, these can both be combined. Factoring is then easy:
    • Original Problem: <math>6 + 2x + 14 + 3x</math>
    • Reorganize terms: <math>2x + 3x + 14 + 6</math>
    • Combine like terms: <math> 5x + 20</math>
    • Find greatest common factor: <math>5(x) + 5(4)</math>
    • Factor: <math>5(x+4)</math>
  3. Recognize the special "difference of perfect squares." A perfect square is a number whose square root is a whole number, like <math>9</math> <math>(3 * 3)</math>, <math>x^2</math> <math>(x * x)</math>, or even <math>144t^2</math> <math>(12t * 12t)</math> If your binomial is a subtraction problem with two perfect squares, like <math>a^2 - b^2</math>, you can simply plug them into this formula:
    • Difference of perfect squares formula: <math>a^2 - b^2 = (a + b)(a - b)</math>
    • Practice Problem: <math>4x^2 - 9</math>
    • Find square roots:
      • <math>\sqrt{4x^2} = 2x</math>
      • <math>\sqrt{9} = 3</math>
    • Plug squares into formula: <math> 4x^2 - 9 = (2x + 3)(2x - 3)</math>[1]
  4. Learn to breakdown the "difference of perfect cubes." Just like the perfect squares, this is a simple formula for when you have two cubed terms subtracted by each other. For example, <math>a^3 - b^3</math>. Just like before, you simply find the cubed root of each, plugging them into a formula:
    • Difference of perfect cubes formula: <math>a^3 - b^3 = (a - b)(a^2 + ab + b^2)</math>
    • Practice Problem: <math>8x^3 - 27</math>
    • Find cubed roots:
      • <math>\sqrt[3]{8x^3} = 2x</math>
      • <math>\sqrt[3]{27} = 3</math>
    • Plug cubes into formula: <math> 8x^3 - 27 = (2x - 3)(4x^2 + 6x + 9)</math>[2]
  5. Know that the sum of perfect cubes also fits in a formula. Unlike the difference of perfect squares, you can easily find added cubes too, like <math>a^3 + b^3</math>, with a simple formula. It's almost the exact same as above, just with some pluses and minuses flipped. The formula is just as easy as the other two, and all you have to do is recognize the two cubes in the problem to use it:
    • Sum of perfect cubes formula: <math>a^3 + b^3 = (a + b)(a^2 - ab + b^2)</math>
    • Practice Problem: <math>8x^3 - 27</math>
    • Find cubed roots:
      • <math>\sqrt[3]{8x^3} = 2x</math>
      • <math>\sqrt[3]{27} = 3</math>
    • Plug cubes into formula: <math> 8x^3 - 27 = (2x + 3)(4x^2 - 6x + 9)</math>[2]

Tips

  • Not all binomials have common factors! Some are simplified as far as possible already.
  • If you're unsure if there is a common factor, divide by smaller parts. For example, if you don't recognize that 16 is the common factor between 32 and 16, start by dividing both numbers by 2. You're left with 16 and 8, which can also be divided by 8. Now you have 2 and 1, the smallest factors. Clearly there is something bigger than both 8 and 2 that is a common factor.
  • Note that a sixth power (x6) is both a perfect square ‘’and’’ a perfect cube. As such, you can apply both of the special formulas above, in either order, to a binomial that’s the difference of perfect sixth powers, such as x6 - 64. However, you may find it easier to apply the difference of perfect squares formula first, so that you can more completely factor the binomial.

Warnings

  • A binomial that’s the sum of perfect squares can’t be factored.

Sources and Citations