4. Factoring Quadratic Expressions
Sign In
If possible, factor out the greatest common factor before anything else.
GCF: 3
Expression: 3(a^2+3)
To completely factor the given expression, we will first identify the greatest common factor.
If an expression shows a difference of perfect squares, we can factor it using a formula. a^2 - b^2 ⇔ (a+b)(a-b) Note that this only works if we have a difference of two perfect squares. Let's see some examples.
Expression | Rewrite as Perfect Squares | Apply the Formula |
---|---|---|
x^2-100 | x^2- 10^2 | (x+10)(x-10) |
4x^2-36 | (2x)^2- 6^2 | (2x+6)(2x-6) |
25x^2y^4-49z^6 | (5xy^2)^2- (7z^3)^2 | (5xy^2+7z^3)(5xy^2-7z^3) |