You are on page 1of 7

JESUS SAVES INTEGRATED SCHOOL FOUNDATION, INC.

MABUCO, HERMOSA, BATAAN


MATH 9
1st QUARTEER
MODULE 2

SOLVING QUADRATIC EQUATION BY FACTORING


Do you have any idea about the factorization of polynomials? Since you now have some basic
information about polynomials, we will learn how to solve quadratic polynomials by factorization.

First of all, let’s take a quick review of the quadratic equation. A quadratic equation is a polynomial
of a second degree, usually in the form of f(x) = ax 2 + bx + c where a, b, c, ∈ R, and a ≠ 0. The term
‘a’ is referred to as the leading coefficient, while ‘c’ is the absolute term of f (x).

Every quadratic equation has two values of the unknown variable, usually known as the roots of
the equation (α, β). We can obtain the roots of a quadratic equation by factoring the equation.

For this reason, factorization is a fundamental step towards solving any equation in mathematics.


Let’s find out.

How to Factor a Quadratic Equation?


Factoring a quadratic equation can be defined as the process of breaking the equation into the
product of its factors. In other words, we can also say that factorization is the reverse of multiplying
out.

To solve the quadratic equation ax 2 + bx + c = 0 by factorization, the following steps are used:

 Expand the expression and clear all fractions if necessary.


 Move all terms to the left-hand side of the equal to sign.
 Factorize the equation by breaking down the middle term.
 Equate each factor to zero and solve the linear equations

Example 1

Solve: 2(x 2 + 1) = 5x
Solution

Expand the equation and move all the terms to the left of the equal sign.

⟹ 2x 2 – 5x + 2 = 0

⟹ 2x 2 – 4x – x + 2 = 0

⟹ 2x (x – 2) – 1(x – 2) = 0

⟹ (x – 2) (2x – 1) = 0

Equate each factor equal to zero and solve

⟹ x – 2 = 0 or 2x – 1 = 0

⟹ x = 2 or x = 1/2

Therefore, the solutions are x = 2, 1/2.

The are many methods of factorizing quadratic equations. In this article, our emphasis will be based
on how to factor quadratic equations, in which the coefficient of x2 is either 1 or greater than 1.

Therefore, we will use the trial and error method to get the right factors for the given quadratic
equation.

Factoring when the Coefficient of x 2 is 1


To factorize a quadratic equation of the form x 2 + bx + c, the leading coefficient is 1. You need to
identify two numbers whose product and sum are c and b, respectively.

CASE 1: When b and c are both positive

Example 2

Solve the quadratic equation: x2 + 7x + 10 = 0

List down the factors of 10:

1 × 10, 2 × 5
Identify two factors with a product of 10 and a sum of 7:

1 + 10 ≠ 7
2 + 5 = 7.

Verify the factors using the distributive property of multiplication.

(x + 2) (x + 5) = x2 + 5x + 2x + 10 = x2 + 7x + 10

The factors of the quadratic equation are:(x + 2) (x + 5)

Equating each factor to zero gives;

x + 2 = 0 ⟹x= -2

x + 5 = 0 ⟹ x = -5

Therefore, the solution is x = – 2, x = – 5

CASE 2: When b is positive and c is negative

Example 3

Solve x2 + 4x – 5 = 0

Solution

Write the factors of -5.

1 × –5, –1 × 5

Identify the factors whose product is – 5 and sum is 4.

1–5≠4
–1 + 5 = 4

Verify the factors using the distributive property.

(x – 1) (x + 5) = x2 + 5x – x – 5 = x2 + 4x – 5


(x – 1) (x + 5) = 0
x – 1 = 0 ⇒ x = 1, or
x + 5 = 0 ⇒ x = -5

Therefore, x = 1, x = -5 are the solutions.

CASE 3: When b and c are both negative

Example 4

x2 – 5x – 6

Solution

Write down the factors of – 6:

1 × –6, –1 × 6, 2 × –3, –2 × 3

Now identify factors whose product is -6 and sum is –5:

1 + (–6) = –5

Check the factors using the distributive property.

(x + 1) (x – 6) = x2 – 6 x + x – 6 = x2 – 5x – 6

Equate each factor to zero and solve to get;


(x + 1) (x – 6) = 0

x + 1 = 0 ⇒ x = -1, or
x–6=0⇒x=6

Therefore, the solution is x=6, x = -1

CASE 4: When b is negative and c is positive

Example 5

x2 – 6x + 8 = 0

Solution
Write down all factors of 8.

–1 × – 8, –2 × –4

Identify factors whose product is 8 and sum is -6


–1 + (–8) ≠ –6
–2 + (–4) = –6

Check the factors using the distributive property.

(x – 2) (x – 4) = x2 – 4 x – 2x + 8 = x2 – 6x + 8

Now equate each factor to zero and solve the expression to get;

(x – 2) (x – 4) = 0

x – 2 = 0 ⇒ x = 2, or
x–4=0⇒x=4

Factoring when the coefficient of x 2 is greater than 1

Sometimes, the leading coefficient of a quadratic equation may be greater than 1. In this case, we
can not solve the quadratic equation by the use of common factors.

Therefore, we need to consider the coefficient of x 2 and the factors of c to find numbers whose sum is
b.

Example 6

Solve 2x2 – 14x + 20 = 0

Solution

Determine the common factors of the equation.

2x2 – 14x + 20 ⇒ 2(x2 – 7x + 10)

Now we can find the factors of (x2 – 7x + 10). Therefore, write down factors of 10:

–1 × –10, –2 × –5
Identify factors whose sum is – 7:

1 + (–10) ≠ –7
–2 + (–5) = –7

Check the factors by applying distributive property.

2(x – 2) (x – 5) = 2(x2 – 5 x – 2x + 10)


= 2(x2 – 7x + 10) = 2x2 – 14x + 20

Equate each factor to zero and solve;


2(x – 2) (x – 5) = 0

x – 2 = 0 ⇒ x = 2, or
x–5=0⇒x=5

Example 7

Solve 7x2 + 18x + 11 = 0

Solution

Write down the factors of both 7 and 11.

7=1×7

11 = 1 × 11

Apply distributive property to check the factors as shown below:

(7x + 1) (x + 11) ≠ 7x2 + 18x + 11

(7x + 11) (x + 1) = 7x2 + 7x + 11x + 11 = 7x2 + 18x + 11

Now equate each factor to zero and solve to get;

7x2 + 18x + 11= 0


(7x + 11) (x + 1) = 0

x = -1, -11/7
Example 8

Solve 2x2 − 7x + 6 = 3

Solution

2x2 − 7x + 3 = 0

(2x − 1) (x − 3) = 0

x=1/2 or x=3

Practice Questions

Solve the following quadratic equations by factorization:

1. 3x 2– 20 = 160 – 2x 2


2. (2x – 3) 2 = 49
3. 16x 2 = 25
4. (2x + 1) 2 + (x + 1) 2 = 6x + 47
5. 2x 2+ x – 6 = 0
6. 3x 2 = x + 4
7. (x – 7) (x – 9) = 195
8. x 2– (a + b) x + ab = 0
9. x2+ 5x + 6 = 0
10. x2− 2x − 15 = 0

Activity 1
Answer practice and application page 13. Numbers 31-40 (E – MATH).

Write your answer in 1 whole sheet of paper.

You might also like