Factorization of Polynomials Practice Problems

Last Updated : 23 Jul, 2025

Factoring polynomials is a fundamental skill in algebra that involves breaking down a polynomial into simpler factors that, when multiplied together, give the original polynomial. This process is crucial for solving polynomial equations, simplifying expressions, and understanding polynomial functions.

The practice problems for factoring polynomials cover various techniques and methods. These include factoring out the greatest common factor (GCF), using the difference of squares, applying the quadratic formula, and grouping terms. Understanding these methods allows students to tackle more complex polynomial equations and is essential for higher-level mathematics.

What are Polynomials?

Polynomials are algebraic expressions that consist of variables and coefficients, structured as a sum of terms where each term includes a variable raised to a non-negative integer exponent.

A polynomial in one variable x is generally written as:

P(x) = a_n x^n + a_{n-1} x^{n-1} + \ldots + a_1 x + a_0

Where:

  • an, an-1, . . ., a1, a0 are coefficients.
  • n is a non-negative integer representing the degree of the polynomial (the highest power of the variable).
  • an is the leading coefficient, and a0 is the constant term.

Factors of Polynomial

Factors of a polynomial are expressions that can be multiplied together to yield the original polynomial.

There are various methods for finding factors of polynomial such as:

Factoring by Grouping

This method is used when a polynomial has four or more terms. Grouping terms with common factors and then factoring out the GCF from each group simplifies the polynomial.

Example: Find factors of polynomial x3 + 3x2 + x + 3.

Solution:

Group terms:

  • (x3 + 3x2)+ (x + 3)

Factor out the GCF from each group:

  • x2(x + 3) + (x + 3)

Factor out the common binomial factor:

  • (x + 3)(x2+ 1)

Difference of Squares

A polynomial in the form a2 − b2 can be factored as (a + b)(a − b).

  • For example: x2 − 16 = (x + 4)(x − 4)

Sum or Difference of Cubes

A polynomial in the form a3 + b3 can be factored as (a + b)(a2 − ab + b2) and a3 − b3 as (a − b)(a2 + ab + b2).

  • For example: x3 + 8 = (x + 2)(x2 − 2x + 4)

Some Other Identities

IdentityExpressionExpanded Form
Square of a Sum(a + b)2a2 + 2ab + b2
Square of a Difference(a b)2a2 − 2ab + b2
Product of a Sum and Difference(a + b)(a b)a2 b2
Cube of a Sum(a + b)33a3 + 3a2b + 3ab2 + b3
Cube of a Difference(a b)3a3 − 3a2b + 3ab2 b3
Sum of Cubesa3 + b3(a + b)(a2 ab + b2)
Difference of Cubesa3 b3(a b)(a2 + ab + b2)
Square of a Trinomial(a + b + c)2a2 + b2 + c2 + 2ab + 2bc + 2ca
Sum of Fourth Powersa4 + b4(a2 + b2)2 − 2a2b2
Factorization of a Perfect Square Trinomialx2 + 2ax + a2(x + a)2
Difference of Fourth Powersa4 b4(a2 + b2)(a b)(a + b)
Sum of Squares in Complex Numbersa2 + b2(a + bi)(a bi)

Theorems Related to Factorization of Polynomial

Factor Theorem

Factor Theorem states that a polynomial P(x) has a factor (x - c) if and only if P(c) = 0. In other words, c is a root (or zero) of the polynomial P(x) if and only if (x - c) is a factor of P(x).

Example: For the polynomial P(x) = x3 - 6x2 + 11x - 6, if P(2) = 0, then (x - 2) is a factor of P(x).

Remainder Theorem

Remainder Theorem states that the remainder of the division of a polynomial P(x) by (x - c) is P(c). This theorem is closely related to the Factor Theorem and is useful for quickly determining whether a linear binomial is a factor of a polynomial.

Example: If P(x) = x3 - 6x2 + 11x - 6, then the remainder when P(x) is divided by (x - 2) is P(2) = 0.

Fundamental Theorem of Algebra

The Fundamental Theorem of Algebra states that every non-zero polynomial of degree n with complex coefficients has exactly n roots in the complex number system. This theorem guarantees the existence of at least one root for polynomials of degree n ≥ 1.

Example: The polynomial P(x) = x4 + 2x3 - 7x2 + 8x - 3 has exactly four roots in the complex number system.

Polynomial Division Algorithm

Polynomial Division Algorithm states that given two polynomials P(x) and D(x), where D(x) is non-zero, there exist unique polynomials Q(x) (the quotient) and R(x) (the remainder) such that:

P(x) = D(x) · Q(x) + R(x)

Where the degree of R(x) is less than the degree of D(x).

Rational Root Theorem

Rational Root Theorem provides a method to identify possible rational roots of a polynomial equation P(x) = 0. It states that any rational root, p/q, where p is a factor of the constant term and q is a factor of the leading coefficient.

Example: For P(x) = 2x3 - 3x2 - 8x + 3, the possible rational roots are ± 1, ± 3, ± 1/2, ± 3/2.

Sample Problems on Factorization of Polynomial

Example 1: Factorize the polynomial: x2 - 5x + 6.

Solution:

To factorize x2 - 5x + 6, we look for two numbers that multiply to 6 (the constant term) and add up to -5 (the coefficient of the linear term). These numbers are -2 and -3.

  • x2 - 5x + 6 = x2 - 2x - 3x + 6 = x(x - 2) - 3(x - 2) = (x - 2)(x - 3)

Example 2: Factorize the polynomial: 2x2 - 8x.

Solution:

First, factor out the greatest common factor (GCF), which is 2x.

2x2 - 8x = 2x(x - 4)

Example 3: Factorize the polynomial: x3 - 27

Solution:

Recognize that x3 - 27 is a difference of cubes. Use the formula a3 - b3 = (a - b)(a2 + ab + b2), where a = x and b = 3.

x3 - 27 = (x - 3)(x2 + 3x + 9)

Example 4: Factorize the polynomial: x2 + 6x + 9

Solution:

Recognize that x2 + 6x + 9 is a perfect square trinomial. Use the formula (a + b)2 = a2 + 2ab + b2, where a = x and b = 3.

x2 + 6x + 9 = (x + 3)2

Example 5: Factorize the polynomial: x2 - 4x - 12

Solution:

To factorize x2 - 4x - 12, we look for two numbers that multiply to -12 (the constant term) and add up to -4 (the coefficient of the linear term). These numbers are -6 and 2.

x2 - 4x - 12 = (x - 6)(x + 2)

Example 6: Factorize the polynomial: x3 + 3x2 - 4x - 12

Solution:

To factorize x3 + 3x2 - 4x - 12, we use the factor by grouping method. Group the terms:

x3 + 3x2 - 4x - 12 = (x3 + 3x2) + (-4x - 12)

Factor out the common factors from each group:

x2(x + 3) - 4(x + 3)

Factor out the common binomial factor (x + 3):

(x + 3)(x2 - 4)

Further factorize x2 - 4 as a difference of squares:

x2 - 4 = (x - 2)(x + 2)

Thus,

x3 + 3x2 - 4x - 12 = (x + 3)(x - 2)(x + 2)

Example 7: Factorize the polynomial: 4x2 - 25

Solution:

Recognize that 4x2 - 25 is a difference of squares. Use the formula a2 - b2 = (a - b)(a + b), where a = 2x and b = 5.

4x2 - 25 = (2x - 5)(2x + 5)

Problem 8: Find the zeros of the polynomial p(x) = x3 - 4x2 + x + 6.

Solution:

p(x) = x3 - 4x2 + x + 6

Possible rational zeros are ± 1, ± 2, ± 3, ± 6.

For x = 1:

p(1) = 13 - 4(1)2 + 1 + 6 = 1 - 4 + 1 + 6 = 4 (not a zero)

For x = 2:

p(2) = 23 - 4(2)2 + 2 + 6 = 8 - 16 + 2 + 6 = 0 (not a zero)

Using synthetic division or polynomial division:

x3 - 4x2 + x + 6 = (x - 2)(x2 - 2x - 3)

As x2 - 2x - 3 = (x - 3)(x + 1)

Thus, x3 - 4x2 + x + 6 = (x - 2)(x - 3)(x + 1)

Problem 9: Find the factors of the polynomial p(x) = x4 - 5x3 + 6x2.

Solution:

p(x) = x4 - 5x3 + 6x2

⇒ p(x) = x2(x2 - 5x + 6)

As x2 - 5x + 6 = (x - 2)(x - 3)

Thus, p(x) = x2(x - 2)(x - 3)

Example 10: Find all he factors of P(x) = x3 - 6x3 - 6x + 36.

Solution:

P(x) = x3 - 6x3 - 6x + 36

Notice that we can group and factor by grouping:

P(x) = (x3 - 6x3 ) - (6x - 36)

Factor out the common terms:

= x2(x - 6) - 6(x - 6)

= (x - 6)(x2 - 6)

Problem 11: Find all factors of the polynomial P(x) = 2x3 - 3x2 - 8x + 12.

Solution:

For P(x) = 2x3 - 3x2 - 8x + 12

Factors of 12 (constant term): ± 1, ± 2, ± 3, ± 4, ± 6, ± 12

Factors of 2 (leading coefficient): ± 1, ± 2

Possible rational zeros: ± 1, ± 1/2, ± 2, ± 3, ± 3/2, ± 4, ± 6, ± 12

Evaluate P(x) for each possible rational zero.

For x = 1:

P(1) = 2(1)3 - 3(1)2 - 8(1) + 12 = 2 - 3 - 8 + 12 = 3 ≠ 0

For x = -1:

P(-1) = 2(-1)3 - 3(-1)2 - 8(-1) + 12 = -2 - 3 + 8 + 12 = 15 ≠ 0

For x = 2:

P(2) = 2(2)3 - 3(2)2 - 8(2) + 12 = 16 - 12 - 16 + 12 = 0

Thus, x = 2 is a zero of the polynomial P(x).

After identifying x = 2 as a zero, you can factor the polynomial using synthetic division or long division to find other zeros if necessary.

\begin{array}{r|rrrr} 2 & 2 & -3 & -8 & 12 \\ & & 4 & 2 & -12 \\ \hline & 2 & 1 & -6 & 0 \end{array}

This gives us 2x3 - 3x2 - 8x + 12 = (x - 2)(2x2 + x - 6).

Factor 2x2 + x - 6 further:

2x2 + x - 6 = (2x - 3)(x + 2)

So, the polynomial can be factored as:

P(x) = (x - 2)(2x - 3)(x + 2)

Practice Problems on Factorization of Polynomial

Polynomial to Factorize

Polynomial to Factorize

x2 − 7x + 106x2 − 15x + 9
3x2 − 12xx3x2 − 10x + 10
x3 + 8x3 − 5x2 + 2x
x2 − 10x + 25x2 + 4x + 4
x2 − 9x + 14x4 − 16
x3 + 6x2 + 11x + 6x3 − 9x
9x2 − 16x4 + 4x2 +4
x3 + 5x2 + 2x − 85x2 − 20x
x4 − 6x3 + 8x2x3 + 2x2 x − 2
x3 − 3x2 − 4x + 12x2 − 2x − 15
Comment

Explore