To factor a polynomial means to rewrite it as a product of simpler polynomials that cannot be factored further over the real numbers. For example,
\[ x^2 + 6x + 8 = (x + 2)(x + 4) \]Below you will find the main factoring formulas, worked examples with full solutions, and practice questions with answers. A factor polynomial calculator is also available to check your work.
Factor the binomial
\[ 12x - 8 \]The greatest common factor of 12 and 8 is 4. Rewrite each term using this factor:
\[ 12x - 8 = 4(3x) - 4(2) \]Factor out 4:
\[ 12x - 8 = 4(3x - 2) \]You can check the result by expanding \(4(3x - 2)\).
Factor the binomial
\[ 9 - 4x^2 \]Rewrite the expression as a difference of squares:
\[ 9 - 4x^2 = 3^2 - (2x)^2 \]Apply the difference of squares formula:
\[ 9 - 4x^2 = (3 - 2x)(3 + 2x) \]Factor the trinomial
\[ 9x^2 + 3x - 2 \]Assume a factorization of the form
\[ (ax + m)(bx + n) \]Expanding gives
\[ abx^2 + x(mb + na) + mn \]Match coefficients with \(9x^2 + 3x - 2\):
\[ ab = 9, \quad mb + na = 3, \quad mn = -2 \]Choosing \(a = 3\), \(b = 3\), \(m = 2\), and \(n = -1\) satisfies all conditions. Therefore,
\[ 9x^2 + 3x - 2 = (3x + 2)(3x - 1) \]Factor the polynomial
\[ x^3 + 2x^2 - 16x - 32 \]Group terms with common factors:
\[ (x^3 + 2x^2) - (16x + 32) \]Factor each group:
\[ x^2(x + 2) - 16(x + 2) \]Factor out \(x + 2\):
\[ (x + 2)(x^2 - 16) \]Apply the difference of squares:
\[ (x + 2)(x + 4)(x - 4) \]Prove that
\[ x^3 - 3x^2y + 3xy^2 - y^3 = (x - y)^3 \]Note: The quadratic \(4x^2 - 6x + 9\) cannot be factored over the real numbers.
Grouping and factoring step by step:
\[ \begin{aligned} x^3 - 3x^2y + 3xy^2 - y^3 \\ &= (x^3 - y^3) - (3x^2y - 3xy^2) \\ &= (x - y)(x^2 + xy + y^2) - 3xy(x - y) \\ &= (x - y)(x^2 - 2xy + y^2) \\ &= (x - y)^3 \end{aligned} \]