How do you factor the trinomial x^2 + 4x+12?
1 Answer
Jan 2, 2016
Use the quadratic formula to find:
x^2+4x+12 = (x+2-2sqrt(2)i)(x+2+2sqrt(2)i)
Explanation:
This has discriminant
Delta = b^2-4ac = 4^2-(4xx1xx12) = 16-48 = -32
Since this is negative,
It can still be factored using Complex coefficients.
Use the quadratic formula to find zeros:
x = (-b+-sqrt(b^2-4ac))/(2a) = (-b+-sqrt(Delta))/(2a)
=(-4+-sqrt(-32))/2 = (-4+-4sqrt(2)i)/2 = -2+-2sqrt(2)i
Hence:
x^2+4x+12 = (x+2-2sqrt(2)i)(x+2+2sqrt(2)i)