Factoring Trinomials (General)
Basic AC Method
Factor $2x^2 + 7x + 3$
Identify a, b, and c: $a = 2$, $b = 7$, $c = 3$ = Coefficients identified
Calculate AC product: $AC = 2 \times 3 = 6$ = $AC = 6$
Find two numbers that multiply to 6 and add to 7: Factors of 6: $(1, 6)$, $(2, 3)$ $1 + 6 = 7$ ✓ = Numbers: $1$ and $6$
Rewrite middle term: $2x^2 + 1x + 6x + 3$ = Split $7x$ into $1x + 6x$
Group and factor: $(2x^2 + 1x) + (6x + 3)$ $= x(2x + 1) + 3(2x + 1)$ = Common factor: $(2x + 1)$
Factor out common binomial: $(2x + 1)(x + 3)$ = Factored form
Answer: $(2x + 1)(x + 3)$
AC Method with Negative Constant
Factor $3x^2 + 10x - 8$
Identify a, b, and c: $a = 3$, $b = 10$, $c = -8$ = Note: $c$ is negative
Calculate AC product: $AC = 3 \times (-8) = -24$ = $AC = -24$ (negative)
Find two numbers that multiply to -24 and add to 10: Need opposite signs (product negative) Factors: $(-2, 12)$: $-2 + 12 = 10$ ✓ = Numbers: $-2$ and $12$
Rewrite middle term: $3x^2 - 2x + 12x - 8$ = Split $10x$ into $-2x + 12x$
Group and factor: $(3x^2 - 2x) + (12x - 8)$ $= x(3x - 2) + 4(3x - 2)$ = Common factor: $(3x - 2)$
Factor out common binomial: $(3x - 2)(x + 4)$ = Factored form
Answer: $(3x - 2)(x + 4)$
AC Method with All Negatives
Factor $6x^2 - 11x - 10$
Identify a, b, and c: $a = 6$, $b = -11$, $c = -10$ = Both $b$ and $c$ negative
Calculate AC product: $AC = 6 \times (-10) = -60$ = $AC = -60$
Find two numbers that multiply to -60 and add to -11: Need opposite signs, larger one negative Factors: $(4, -15)$: $4 + (-15) = -11$ ✓ = Numbers: $4$ and $-15$
Rewrite middle term: $6x^2 + 4x - 15x - 10$ = Split $-11x$ into $4x - 15x$
Group and factor: $(6x^2 + 4x) + (-15x - 10)$ $= 2x(3x + 2) - 5(3x + 2)$ = Common factor: $(3x + 2)$
Factor out common binomial: $(3x + 2)(2x - 5)$ = Factored form
Answer: $(3x + 2)(2x - 5)$
Larger Coefficients
Factor $4x^2 - 12x + 9$
Identify a, b, and c: $a = 4$, $b = -12$, $c = 9$ = All positive except $b$
Calculate AC product: $AC = 4 \times 9 = 36$ = $AC = 36$
Find two numbers that multiply to 36 and add to -12: Both negative (product positive, sum negative) $(-6) \times (-6) = 36$ ✓ $(-6) + (-6) = -12$ ✓ = Numbers: $-6$ and $-6$
Rewrite middle term: $4x^2 - 6x - 6x + 9$ = Split $-12x$ into $-6x - 6x$
Group and factor: $(4x^2 - 6x) + (-6x + 9)$ $= 2x(2x - 3) - 3(2x - 3)$ = Common factor: $(2x - 3)$
Recognize perfect square: $(2x - 3)(2x - 3) = (2x - 3)^2$ = Perfect square trinomial!
Answer: $(2x - 3)^2$
Mistake: Forgetting to multiply $a \times c$ and just using $c$
Why: When $a \neq 1$, the product AC is different from just $c$. For $2x^2 + 7x + 3$, AC = 6, not 3.
Correct: Always calculate $AC = a \times c$ first. This is the foundation of the AC method.
Mistake: Incorrect signs when finding factor pairs
Why: The signs of the two numbers depend on both AC and $b$. If AC is negative, the numbers have opposite signs.
Correct: If AC > 0 and b > 0: both positive. If AC > 0 and b < 0: both negative. If AC < 0: opposite signs (larger magnitude matches sign of b).
Mistake: Grouping terms incorrectly
Why: After splitting the middle term, grouping must create a common binomial factor.
Correct: Always verify that both groups yield the same binomial factor before proceeding.
Mistake: Not checking the answer by expanding
Why: It's easy to make sign errors. Always verify by multiplying the factors back out.
Correct: Use FOIL to expand your answer and confirm it equals the original trinomial.
Projectile Motion
When analyzing the trajectory of a ball thrown upward, the height equation often has a leading coefficient based on gravity.
The height of a ball is $h = -16t^2 + 48t + 64$. Factor $-16(t^2 - 3t - 4) = -16(t-4)(t+1)$ to find when the ball hits the ground ($t = 4$ seconds).
Business Profit Analysis
Companies use quadratic functions to model profit based on production quantity.
A company's profit is $P = -2x^2 + 14x - 24$ thousand dollars, where $x$ is units in hundreds. Factoring as $-2(x-3)(x-4)$ shows break-even at 300 and 400 units.
The AC method factors trinomials $ax^2 + bx + c$ when $a \neq 1$
Calculate $AC = a \times c$, then find two numbers that multiply to AC and add to $b$
Rewrite the middle term using these numbers, then factor by grouping
Always verify your answer by expanding (FOIL) the factors
Look for a GCF first - it simplifies the remaining trinomial
Q: What if I cannot find two numbers that work?
A: If no integer pair multiplies to AC and adds to $b$, the trinomial may be prime (unfactorable over integers) or require the quadratic formula to find roots.
Q: Does the order of grouping matter?
A: You can split the middle term in either order (e.g., $-2x + 12x$ or $12x - 2x$), as long as you group correctly to get the same binomial factor.
Q: How do I know if I should factor out a GCF first?
A: Always check if all three coefficients share a common factor. Factoring out the GCF first makes the remaining trinomial simpler to factor.
Factoring Trinomials (General)
1 / 12
Factoring Trinomials (General)
Learn to factor trinomials when the leading coefficient is not 1 using the AC method.