How to Factor Quadratic Trinomials
A quadratic equation is a polynomial in the standard form $ax^2 + bx + c$. Factoring is the process of breaking this expanded equation down into its simpler binomial building blocks (usually looking something like $(x+2)(x+3)$).
When an equation is fully factored, finding its "roots" or "x-intercepts" becomes trivially easy.
The "Guess and Check" Method (When $a = 1$)
If your quadratic equation starts with a plain $x^2$ (meaning the leading coefficient $a$ is exactly $1$), factoring is straightforward.
Let's factor $x^2 + 5x + 6$:
- Look at the constant ($c$): Our constant is 6.
- Look at the middle term ($b$): Our middle term is 5.
- Find the magic numbers: You need to find two numbers that multiply to 6 AND add up to 5.
- The solution: The numbers 2 and 3 fit perfectly ($2 \times 3 = 6$, and $2 + 3 = 5$).
- The factored form: We write our answer as $(x + 2)(x + 3)$.
The AC Method (When $a \neq 1$)
When the leading coefficient is not $1$ (for example, $2x^2 + 7x + 3$), you can no longer just guess the numbers. You must use the AC Method combined with factoring by grouping.
- Multiply $A$ and $C$: In $2x^2 + 7x + 3$, $a=2$ and $c=3$. Multiply them to get $6$.
- Find the magic numbers: Find two numbers that multiply to 6 (your AC product) AND add up to 7 (your middle $b$ term). The numbers are $6$ and $1$.
- Split the middle term: Rewrite the $7x$ using your new numbers: $2x^2 + 6x + 1x + 3$.
- Factor by grouping: Group the first two terms and the last two terms: $(2x^2 + 6x) + (1x + 3)$.
- Pull out the GCF (Greatest Common Factor): Factor $2x$ out of the first group, and $1$ out of the second group: $2x(x + 3) + 1(x + 3)$.
- The final factored form: Combine the outside terms with the shared inside term: $(2x + 1)(x + 3)$.
What if it can't be factored?
Not every quadratic polynomial can be factored cleanly into whole numbers or simple fractions. If the numbers refuse to work out, you can always fall back on the Quadratic Formula to find the roots directly.
Our polynomial factoring calculator automatically detects whether an equation requires simple grouping, the AC method, or the quadratic formula, and generates the exact step-by-step breakdown you need to check your algebra homework.