Nov 16, 2024
Example: Expression 3x + 15
3(x + 5)
Example: Expression 7x - 28
7(x - 4)
Example: Expression 4x^2 + 8x
4x
.4x(x + 2)
Example: Expression 5x^2 - 15x^3
5x^2
.5x^2(1 - 3x)
Used for polynomials with four terms.
Example: x^3 - 4x^2 + 3x - 12
(x^3 - 4x^2) + (3x - 12)
x^2
3
(x - 4)(x^2 + 3)
Example: 2r^3 - 6r^2 + 5r - 15
(2r^3 - 6r^2) + (5r - 15)
2r^2
5
(r - 3)(2r^2 + 5)
Method: Find two numbers that multiply to the constant term and add to the middle term.
Example: x^2 + 7x + 12
(x + 3)(x + 4)
Example: x^2 + 3x - 28
(x + 7)(x - 4)
Method: Multiply leading coefficient by constant, then find numbers as above.
Example: 2x^2 + 20x + 48
2(x^2 + 10x + 24)
2(x + 4)(x + 6)
Form: a^2 + 2ab + b^2 = (a + b)^2
Example: x^2 + 8x + 16
(x + 4)^2
Example: 4x^2 + 12x + 9
(2x + 3)^2
Form: a^2 - b^2 = (a + b)(a - b)
Example: x^2 - 25
(x + 5)(x - 5)
Sum of Cubes: a^3 + b^3 = (a + b)(a^2 - ab + b^2)
Difference of Cubes: a^3 - b^3 = (a - b)(a^2 + ab + b^2)
Example: x^3 + 8
(x + 2)(x^2 - 2x + 4)
Example: 6x^2 - 30x = 0
6x
6x(x - 5) = 0
x = 0, x = 5
Example: 3x^2 - 27 = 0
3
3(x^2 - 9) = 0
x = 3, x = -3