Factoring Trinomials
Factoring trinomials means writing an expression as the product of two or more binomials and is written as (x + m) (x + n). A binomial is a two-term polynomial whereas a trinomial is a three-term polynomial. Factoring trinomials is done by splitting the algebraic expressions into a binomial that can be multiplied back to a trinomial. Let us know more about factoring trinomials, different methods and solve a few examples to understand the concept better.
1. | What is Factoring Trinomials? |
2. | Rules for Factoring Trinomials |
3. | Methods of Factorizing Trinomials |
4. | Factoring Trinomial Formula |
5. | FAQs on Factoring Trinomials |
What is Factoring Trinomials?
Factoring trinomials is converting an algebraic expression from a trinomial expression to a binomial expression. A trinomial is a polynomial with three terms with the general expression as ax2 + bx + c, where a and b are coefficients and c is a constant. There are three simple steps to remember while factoring trinomials:
- Identify the values of b (middle term) and c (last term).
- Find two numbers that add to b and multiply to c.
- Use these numbers to factor the expression to obtain the factored terms.
Two integers such as r and s are considered to factor a trinomial, whose sum is b and whose product is ac. We can rewrite the trinomial as ax2 + rx + sx + c and then use grouping and the distributive property to factor the polynomial. After the trinomial is undergone the process of factoring, the expression becomes a binomial in the form (x + r) (x + s). Here is an image to understand this better.
Rules for Factoring Trinomials
For factoring a trinomial there are points or rules to remember. These rules are based on mathematical signs such as (+) and (-) that play an important role while factoring trinomials and make it simple in factoring trinomials. The rules are as follows:
- If all terms of the trinomial are positive, then all terms of the binomials will be positive.
- If the last term of the trinomial is negative but the middle term and the first term are positive, then one term of the binomial will be negative and the other will be positive. (The greater factor will be positive and the smaller will be negative).
- If the middle term and the last term of the trinomial are negative and the first term is positive, then the sign for one binomial will be positive and the other will be negative. (The greater factor will be negative and the smaller will be positive).
- If the last term and the first term of the trinomial are positive but the middle term is negative, then both signs of the binomials will be negative.
- Look for common factors for the trinomial ax2 + bx + c, where a is 1. First factor the common factor then factor the rest of the expression.
- If ax2 is negative in a trinomial, you can factor −1 out of the whole trinomial first.
Methods of Factorizing Trinomials
Factoring a trinomial means expanding an equation into the product of two or more binomials. It is written as (x + m) (x + n). A trinomial can be factorized in many ways. Let's discuss each case.
Quadratic Trinomial in One Variable
The general form of quadratic trinomial formula in one variable is ax2 + bx + c, where a, b, c are constant terms and neither a, b, or c is zero. For the value of a, b, c, if b2 - 4ac > 0, then we can always factorize a quadratic trinomial. It means that ax2 + bx + c = a(x + h)(x + k), where h and k are real numbers. Now let's learn how to factorize a quadratic trinomial with an example.
Example: Factorize: 3x2 - 4x - 4
Solution:
Step 1:- First multiply the coefficient of x2 and the constant term.
3 × -4 = -12
Step 2:- Break the middle term -4x such that on multiplying the resulting numbers, we get the result -12 (obtained from the first step).
-4x = -6x + 2x
-6 × 2 = -12
Step 3:- Rewrite the main equation by applying the change in the middle term.
3x2 - 4x - 4 = 3x2 - 6x + 2x - 4
Step 4:- Combine the first two terms and the last two terms, simplify the equation and take out any common numbers or expressions.
3x2 - 6x + 2x - 4 = 3x (x - 2) + 2(x - 2)
Step 5:- Again take (x - 2) common from both the terms.
3x (x - 2) + 2(x - 2) = (x - 2) (3x + 2)
Therefore, (x - 2) and (3x + 2) are the factors of 3x2 - 4x - 4.
Quadratic Trinomial in Two Variable
There is no specific way to solve a quadratic trinomial in two variables. Let's take an example.
Example: Factorize: x2 + 3xy + 2y2
Solution
Step 1: These types of trinomials also follow the same rule as above, i.e., we need to break the middle term.
x2 + 3xy + 2y2 = x2 + 2xy + xy + 2y2
Step 2: Simplify the equation and take out common numbers of expressions.
x2 + 2xy + xy + 2y2 = x (x + 2y) + y (x + 2y)
Step 3: Again take (x + 2y) common from both the terms.
x (x + 2y) + y (x + 2y) = (x + y) (x + 2y)
Therefore, (x + y) and (x + 2y) are the factors of x2 + 3xy + 2y2
If Trinomial is an Identity
Let's see some algebraic identities that are mentioned in the table below:
Identity | Expanded Form |
(x + y)2 | x2 + 2xy + y2 |
(x - y)2 | x2 - 2xy + y2 |
(x2 - y2) | (x + y) (x - y) |
Example: Factorize: 9x2 + 12xy + 4y2
Solution:
Step 1: Identify which identity can be applied in the expression.
We can apply (x + y)2 = x2 + 2xy + y2
Step 2: Rearrange the expression so that it can appear in the form of the above identity.
9x2 + 12xy + 4y2 = (3x)2 + 2 × 3x × 2y + (2y)2
Step 3: Once the expression is arranged in the form of the identity, write its factors.
(3x)2 + 2 × 3x × 2y + (2y)2 = (3x + 2y)2 = (3x + 2y) (3x + 2y)
Therefore, (3x + 2y) is the factor of 9x2 + 12xy + 4y2.
Leading coefficient of 1
Let us look at an example.
Example: Factorize x2 + 7x + 12
Solution:
Step 1: Compare the given equation with the standard form to obtain the coefficients.
ax2 + bx + c is the standard form, comparing the equation x2 + 7x + 12 we get a = 1, b = 7, and c = 12
Step 2: Find the paired factors of c i.e 12 such that their sum is equal to b i.e 7.
The pair factor of 12 are (1, 12), (2, 6), and (3, 4). Therefore, the suitable pair is 3 and 4.
Step 3: Add each number to x separately.
(x + 3) (x + 4)
Therefore, (x + 3) (x + 4) are the factors for x2 + 7x + 12.
Factorizing with GCF
When the trinomial needs to be factorized where the leading coefficient is not equal to 1, the concept of GCF(Greatest Common Factor) is applied. Let us see the steps:
- Write the trinomial in descending order, from highest to lowest power.
- Find the GCF by factorization.
- Find the product of the leading coefficient 'a' and the constant 'c.'
- Find the factors of the product 'a' and 'c'. Pick a pair that sums up to get the number instead of 'b'.
- Rewrite the original equation by replacing the term “bx” with the chosen factors.
- Factor the equation by grouping.
Negative Terms
In some situations, a is negative, as in −ax2 + bx + c. To make the factoring of the trinomial simpler, we factor out -1 from ax2 as the first step and factor the rest of the expression. Let us look at an example.
Example: Factorize -4x2 - 8x - 3.
Solution:
Step 1: Factor out -1 from the expression which changes the signs of the entire expression.
-1 (4x2 + 8x + 3)
Step 2: Multiply the first term and the constant term.
4 × 3 = 12
Step 3: Break the middle term 8x such that on multiplying the resulting numbers, we get the result 12 (obtained from the previous step)
8x = 6x + 2x
6 × 2 = 12.
Step 4: Rewrite the middle term and group them.
-1 (4x2 + 6x + 2x + 3)
-1 ([4x2 + 2x] + [6x + 3])
Step 5: Factor the grouped terms.
-1 (2x[2x + 1] + 3[2x + 1])
Step 6: Write it as a binomial.
-1 [(2x + 1)(2x + 3)]
(-2x -1)(2x -3)
Therefore, (-2x -1) (2x -3) are the factors of -4x2 - 8x - 3.
Factoring Trinomial Formula
A trinomial can be a perfect square or a non-perfect square. We have two formulas to factorize a perfect square trinomial. But for factorizing a non-perfect square trinomial, we do not have any specific formula, instead, we have a process.
- The factoring trinomials formulas of perfect square trinomials are:
a2 + 2ab + b2 = (a + b)2
a2 - 2ab + b2 = (a - b)2
For applying either of these formulas, the trinomial should be one of the forms a2 + 2ab + b2 (or) a2 - 2ab + b2.
- The process of factoring a non-perfect trinomial ax2 + bx + c is:
Step 1: Find ac and identify b.
Step 2: Find two numbers whose product is ac and whose sum is b.
Step 3: Split the middle term as the sum of two terms using the numbers from step - 2.
Step 4: Factor by grouping.
To factorize a trinomial of the form ax2 + bx + c, we can use any of the below-mentioned formulas:
- a2 + 2ab + b2 = (a + b)2 = (a + b) (a + b)
- a2 - 2ab + b2 = (a - b)2 = (a - b) (a - b)
- a2 - b2 = (a + b) (a - b)
- a3 + b3 = (a + b) (a2 - ab + b2)
- a3 - b3 = (a - b) (a2 + ab + b2)
Related Topics
Listed below are a few interesting topics that are related to factoring trinomials, take a look.
Examples on Factoring Trinomials
-
Example 1: Help Ben factroize x2 + 12x + 8.
Solution:
x2 + 6x + 8
= x2 + 4x + 2x + 4 × 2
= x2 + 4x + 2x + 8
= x(x + 4) + 2(x + 4)
= (x + 2) (x + 4).
Therefore, the factors of x2 + 12x + 8 is (x + 2) (x + 4).
-
Example 2: Jen needs to find the factors for 3x3 - 3x2 - 90x, let us help her.
Solution:
3x3 - 3x2 - 90x
Factor out 3 from the expression as it is the common factor.
3x (x2 - x - 30)
Let us factor the expression within the bracket.
3x (x2 – 6x + 5x – 30)
3x [(x2 – 6x) + (5x – 30)]
3x [x(x - 6) + 5(x - 6)]
3x (x + 5)(x - 6).
Therefore, the factors of 3x3 - 3x2 - 90x is 3x (x + 5)(x - 6).
-
Example 3: Factor the trinomial 2x2 - x - 3.
Solution:
We use the factoring trinomial formula of non-perfect trinomials to factor the given trinomial.
Comparing 2x2 - x - 3 with ax2 + bx + c, we get a = 2, b = -1, and c = -3.
Here ac = 2(-3) = -6 and b = -1.
Two numbers whose product is -6 and whose sum is -1 are -3 and 2.
We will split the middle term -x as -3x + 2x and then we factor by grouping the terms.
2x2 - x - 3
= 2x2 - 3x + 2x - 3
= x (2x - 3) + 1 (2x - 3)
= (2x - 3)(x + 1)
Therefore, the factors of 2x2 - x - 3 is (2x - 3)(x + 1).
FAQs on Factoring Trinomials
What is Factoring Trinomials?
Factoring trinomials is the process of finding factors for a given trinomial expression. These factors are expressed in the form of binomials that are the sum and product of the terms in a trinomial. The general form of a trinomial is ax2 + bx + c which is converted to a binomial in the form of (x + m)(x + n).
How Do You Factor Trinomials?
A trinomial can be factored in the form x2 + bx + c. First, we need to find two integers (r and s) whose product sums up to c and through addition, it sums up to b. Once we find the two numbers, we rewrite the trinomial as x2 + rx + sx + c and use the grouping and distributive property of the factor to find out the factors of the expression. The factors will be (x + r) (x + s).
What is the Formula to Factor a Trinomial?
The factoring trinomials formulas of perfect square trinomials are:
a2 + 2ab + b2 = (a + b)2
a2 - 2ab + b2 = (a - b)2
For applying either of these formulas, the trinomial should be one of the forms a2 + 2ab + b2 (or) a2 - 2ab + b2.
What are the Basic Rules to Factoring Trinomials?
The rules or points to remember while factoring a trinomial are:
- If all terms of the trinomial are positive, then all terms of the binomials will be positive.
- If the last term of the trinomial is negative but the middle term and the first term are positive, then one term of the binomial will be negative and the other will be positive. (The greater factor will be positive and the smaller will be negative).
- If the middle term and the last term of the trinomial are negative and the first term is positive, then the sign for one binomial will be positive and the other will be negative. (The greater factor will be negative and the smaller will be positive).
- If the last term and the first term of the trinomial are positive but the middle term is negative, then both signs of the binomials will be negative.
- Look for common factors for the trinomial ax2 + bx + c, where a is 1. First factor the common factor then factor the rest of the expression.
- If ax2 is negative in a trinomial, you can factor −1 out of the whole trinomial first.
What are the Algebraic Identities Used for Factoring Trinomials?
The three basic algebraic identities used in factorizing trinomials are:
- (x + y)2 = x2 + 2xy + y2
- (x - y)2 = x2 - 2xy + y2
- (x2 - y2) = (x + y) (x - y)
How do you Factor a Perfect Square Trinomial?
A perfect square trinomial has three terms which may be in the form of (ax)2+ 2abx + b2= (ax + b)2 (or) (ax)2−2abx + b2 = (ax−b)2.The steps to be followed to factor a perfect square polynomial are as follows.
- Verify whether the given perfect square trinomial is of the form a2+ 2ab + b2 (or) a2−2ab + b2.
- Check if the middle term is twice the product of the first and the third term. Also, check the sign of the middle term.
- If the middle term is positive, then compare the perfect square trinomial with a2 + 2ab + b2 and if the middle term is negative, then compare the perfect square trinomial with a2 - 2ab + b2.
- If the middle term is positive, then the factors are (a+b) (a+b) and if the middle term is negative, then the factors are (a-b) (a-b).
visual curriculum