Factor cubic and higher-degree polynomials using multiple techniques.
Factoring higher-degree polynomials combines multiple strategies: pulling out the GCF, recognizing special patterns (sum/difference of cubes, grouping), and using roots found by the Rational Root Theorem paired with synthetic division.
Factoring by Grouping
Sum/Difference of Cubes
Always try GCF first, then look for special patterns before attempting grouping or the Rational Root Theorem.
Factor x³ + 3x² − x − 3. Group: (x³ + 3x²) + (−x − 3) = x²(x+3) − 1(x+3) = (x² − 1)(x + 3) = (x+1)(x−1)(x+3).
Remember This!
For a cubic with rational roots, once you find one root r (using the Rational Root Theorem and synthetic division), divide to get a quadratic, then factor the quadratic with standard methods.
Which is the correct factorization of x³ − 27?