Factoring Quadratics
Factoring Quadratics
ax^2 + bx + c = 0
Before factoring the quadratic, look for any greatest common factor (GCF) among the terms.
a. Multiply a and c:
Compute AC = a * c.
p * q = AC and p + q = b
ax^2 + px + qx + c
d. Factor by Grouping:
x(mx + n) + k(mx + n)
(mx + n)(kx + r)
If factoring is complex or not possible, use the quadratic formula to find roots:
- For ax^2 + bx + c where b^2 = 4ac, check if it's a perfect square trinomial:
1. Multiply a and c:
AC = 6 * 4 = 24.
2. Find p and q:
6x^2 + 8x + 3x + 4
4. Group terms:
2x(3x + 4) + 1(3x + 4)
6. Combine factors:
(2x + 1)(3x + 4)