What is Factored Form?
The factored form of a polynomial writes it as a product of factors that cannot be broken down any further within the chosen number system.
For a quadratic, factored form means writing it as a product of two linear factors:
$$a(x - r_1)(x - r_2)$$
where $r_1$ and $r_2$ are the roots (or zeros) of the quadratic — the values of $x$ where the parabola crosses the x-axis — and $a$ is the leading coefficient.
So $x^2 + 5x + 6$ in factored form is $(x + 2)(x + 3)$. The roots are $-2$ and $-3$. The product of $(x - (-2))$ and $(x - (-3))$ gives back the original expression.
The whole point of factored form is that it reads the roots directly off the expression. Standard form hides them. Factored form puts them where the eye can see them.
The Three Forms of a Quadratic, Side by Side
A quadratic can be written in three forms, and each form makes a different feature easy to read off.
Form | Shape | What it makes easy to read | Best when |
|---|---|---|---|
Standard form | $ax^2 + bx + c$ | The y-intercept ($c$) | Adding or comparing quadratics |
Factored form | $a(x - r_1)(x - r_2)$ | The roots ($r_1$, $r_2$) — where the graph crosses the x-axis | Solving equations, sketching graphs |
Vertex form | $a(x - h)^2 + k$ | The vertex ($h$, $k$) — the parabola's turning point | Finding maximum/minimum values |
A single quadratic — $x^2 - 6x + 5$ — has all three at once:
Standard form: $x^2 - 6x + 5$
Factored form: $(x - 1)(x - 5)$
Vertex form: $(x - 3)^2 - 4$
The same parabola, three readings. The form you pick depends on what you need to know from it.
How to Convert Standard Form to Factored Form
The conversion uses the same factoring playbook that applies to any quadratic.
Step 1. Check for a common factor across all three terms. Pull it out if present.
Step 2. Pick the method that matches the shape.
Standard form looks like | Method | Result |
|---|---|---|
$x^2 + bx + c$ (leading coefficient $1$) | Sum-product — find $r_1, r_2$ with $r_1 \cdot r_2 = c$ and $r_1 + r_2 = b$ | $(x - r_1)(x - r_2)$ |
$ax^2 + bx + c$ (leading coefficient $\neq 1$) | AC method — find pair multiplying to $ac$, adding to $b$; split middle term; group | Linear factors with $a$ folded in |
$a^2 - b^2$ | Difference of squares — $a^2 - b^2 = (a - b)(a + b)$ | Two linear factors |
Roots are irrational | Quadratic formula → $x = \dfrac{-b \pm \sqrt{b^2 - 4ac}}{2a}$ | $a(x - r_1)(x - r_2)$ |
Step 3. Verify by expanding the factors back out — the result should match standard form.
How to Convert Factored Form to Standard Form
This direction is the easier one. Multiply out using FOIL (First, Outside, Inside, Last) — or the distributive property for more than two factors.
$$(x - 1)(x - 5) = x^2 - 5x - x + 5 = x^2 - 6x + 5$$
For three factors, expand two at a time:
$$(x - 1)(x - 2)(x - 3) = (x^2 - 3x + 2)(x - 3) = x^3 - 6x^2 + 11x - 6$$
How do You Find the Factored Form? Three Worked Examples
We walk through three quadratics — Quick, Standard, and Stretch. The Standard one opens with the most common wrong path.
Quick example
Quick. Find the factored form of $x^2 + 7x + 12$.
Two numbers multiplying to $12$, adding to $7$: $3$ and $4$.
$$x^2 + 7x + 12 = (x + 3)(x + 4)$$
Final answer: $(x + 3)(x + 4)$. Roots: $-3$ and $-4$.
The mistake worth making once
Standard. Find the factored form of $2x^2 - 7x - 4$.
Wrong path. A student who learned the leading-coefficient-1 trick reaches straight for it:
"Two numbers multiplying to $-4$ and adding to $-7$. $-8$ and $1$? They multiply to $-8$, not $-4$. Stuck."
The conclusion that we are stuck is wrong. The "multiply to $c$, add to $b$" rule works only when $a = 1$. With $a = 2$, we need numbers multiplying to $ac = -8$, not $c = -4$.
Correct path — AC method.
Find two numbers that multiply to $ac = 2 \cdot (-4) = -8$ and add to $b = -7$: $-8$ and $1$.
Split the middle term:
$$2x^2 - 7x - 4 = 2x^2 - 8x + x - 4$$
Group:
$$= 2x(x - 4) + 1(x - 4) = (2x + 1)(x - 4)$$
Final answer: $(2x + 1)(x - 4)$. Roots: $x = -1/2$ and $x = 4$.
In Bhanzu's Grade 9 cohorts, the "$ac$ vs $c$" confusion shows up on roughly four out of ten first attempts at quadratics with a leading coefficient greater than $1$. A Bhanzu trainer at the McKinney, TX center keeps a one-line AC reminder on the side board for the first two weeks of factoring — "Always multiply by $a$ before you start looking for pairs." — and the slip rate drops sharply.
Stretch example
Stretch. Find the factored form of $x^2 - 6x + 7$.
Try sum-product: two numbers multiplying to $7$, adding to $-6$. The pairs $(7, 1)$, $(-7, -1)$ — none of them add to $-6$. The factors are not rational.
Use the quadratic formula:
$$x = \frac{6 \pm \sqrt{36 - 28}}{2} = \frac{6 \pm \sqrt{8}}{2} = 3 \pm \sqrt{2}$$
Factored form (over the reals):
$$x^2 - 6x + 7 = (x - (3 + \sqrt{2}))(x - (3 - \sqrt{2}))$$
Final answer: $(x - 3 - \sqrt{2})(x - 3 + \sqrt{2})$.
This is the case where "factored form" requires irrational roots — perfectly valid, just less clean.
Why Does Factored Form Matter?
Factored form is not a stylistic choice. Three places it earns its keep.
Reading off zeros. Whenever you need the roots of a quadratic — the x-intercepts of the parabola, the times a projectile hits the ground, the prices at which profit is zero — factored form hands them over directly.
Sketching graphs by hand. With factored form, you know the x-intercepts immediately, the y-intercept follows from $a \cdot r_1 \cdot r_2$, and the parabola is sketched in three points.
Solving inequalities. $(x - 2)(x - 5) > 0$ tells you the sign of the expression on each interval at a glance. Standard form does not.
Tripping Points to Avoid
Three errors account for most of the marks lost when converting to factored form.
Mistake 1: Dropping the leading coefficient.
Where it slips in: When $a \neq 1$, students factor as if $a = 1$ and lose the $a$ entirely.
Don't do this: $3x^2 + 12x + 9 \rightarrow (x + 1)(x + 3)$.
The correct way: Pull out the GCF first. $3x^2 + 12x + 9 = 3(x^2 + 4x + 3) = 3(x + 1)(x + 3)$. The $3$ does not vanish.
Mistake 2: Sign errors on the roots.
Where it slips in: Reading factored form $(x - 3)(x + 2)$ and concluding the roots are $-3$ and $2$.
Don't do this: Roots of $(x - 3)(x + 2)$ are $-3$ and $2$.
The correct way: Roots are the values that make each factor zero. $x - 3 = 0 \Rightarrow x = 3$. $x + 2 = 0 \Rightarrow x = -2$. The sign in the factor flips when you read off the root.
Mistake 3: Stopping at one factor.
Where it slips in: After pulling out a GCF, students treat the job as done and forget to factor the inner quadratic.
Don't do this: $2x^2 + 10x + 12 \rightarrow 2(x^2 + 5x + 6)$ and stop.
The correct way: Keep factoring. $2(x^2 + 5x + 6) = 2(x + 2)(x + 3)$. "Fully factored" means no factor can be broken down further.
When Each Form Earns Its Keep
A quick decision guide.
You need to find… | Pick this form |
|---|---|
The x-intercepts (roots) | Factored form — $a(x - r_1)(x - r_2)$ |
The y-intercept | Standard form — the constant $c$ |
The vertex (max or min) | Vertex form — $a(x - h)^2 + k$ |
Whether two quadratics are equal | Convert both to standard form, then compare |
The sign of the quadratic over an interval | Factored form |
Conclusion
Factored form writes a quadratic as a product of linear factors: $a(x - r_1)(x - r_2)$.
It reads the roots directly off the expression; standard form hides them; vertex form hides them too.
Convert from standard form using sum-product, AC, perfect-square recognition, or the quadratic formula.
Always pull out the GCF first, and always keep the leading coefficient $a$ in the final answer.
Factored form is the form to reach for whenever you need x-intercepts, want to solve a quadratic equation, or need to sketch a parabola quickly.
A practical next step
Three problems to practise. If any of them stalls you, come back to the comparison table above.
Write $x^2 - 9x + 20$ in factored form.
Write $6x^2 + 11x + 4$ in factored form.
Write $x^2 - 4x + 1$ in factored form (hint: quadratic formula).
Want a Bhanzu trainer to walk through more form conversions live? Book a free demo class — online globally.
Was this article helpful?
Your feedback helps us write better content