
Efe M. answered 09/12/13
Tutor
4.8
(63)
Licensed Energetic, Creative, and Motivational Math Teacher
Hi Harry,
ax2 + bx + c = 0 is a quadratic equation where a, b and c are all numbers.
When factoring a quadratic equation you want to find two numbers (z,y) that satisfy the following if a = 1:
- (z)(y) = c
- z + y = b
x + z = 0 or
x + y = 0
Example:
Solve x2 + 6x + 8 = 0.
(2)(4) = 8 and 2+4 = 6. Therefore the factored form is (x + 2)(x + 4) = 0.
=> x + 2 = 0 => x = -2 OR
x + 4 = 0 => x = -4.
---------------------------------------------------------------------------
If a is not equal to 1 then you want to find four numbers (e,d,z and y) that satisfy the following:
- (e)(d) = a
- (z)(y) = c
- (e)(y) + (d)(z) = b
ex + z = 0 => ex = -z and x = -z/e OR
dx + y = 0 =>
Example:
Solve 6x2 + 11x + 3 = 0
(2)(3) = 6, (3)(1) = 3 and (2)(1) + (3)(3) = 11, therefore (2x + 3)(3x +1) = 0
2x + 3 = 0 => x = -3/2 OR
(3x + 1) = 0 => x = -1/3
Hope this helps!