Hey there! Ready to unlock the secrets of factoring? It's like being a math detective, breaking big expressions down into their simple building blocks!
A polynomial is just a fancy name for an algebraic expression with one or more terms added together, like 3x² + 6x. Factoring is the process of breaking these expressions down into simpler parts that multiply together.

Think of factoring as multiplication in reverse! If multiplying spreads terms out, factoring pulls them back together. We can visualize this using an area model, where the total area represents the polynomial, and the sides represent its factors.
To start factoring, we look for the Greatest Common Factor (GCF)—the largest expression that divides evenly into every term. Once we find it, we 'pull it out' to the front, leaving the remaining terms safe inside parentheses.
Factor the polynomial completely: 3x² + 6x
- Identify the terms in the polynomial: 3x² and 6x.
- Find the greatest common factor (GCF) of the coefficients 3 and 6, which is 3.
- Find the GCF of the variable parts x² and x, which is x.
- Multiply these together to get the overall GCF of the polynomial: 3x.
- Divide each original term by the GCF to find what goes inside the parentheses: (3x² / 3x) = x and (6x / 3x) = 2.
- Write the final factored expression as the GCF multiplied by the remaining terms: 3x(x + 2).
