How do you factor the expression x^2+2x+24?
1 Answer
x^2+2x+24=(x+1-sqrt(23)i)(x+1+sqrt(23)i)
Explanation:
Delta = b^2-4ac = 2^2-(4*1*24) = 4 - 96 = -92
Since this is negative, our quadratic has no factors with Real coefficients.
It does have zeros given by the quadratic formula:
x = (-b+-sqrt(b^2-4ac))/(2a)
= (-b+-sqrt(Delta))/(2a)
= (-2+-sqrt(-92))/2
=-1+-sqrt(23)i
and hence factors:
x^2+2x+24 = (x+1-sqrt(23)i)(x+1+sqrt(23)i)
Alternative Method
Use the difference of squares identity:
a^2-b^2 = (a-b)(a+b)
with
x^2+2x+24
=x^2+2x+1+23
=(x+1)^2-(sqrt(23)i)^2
=((x+1)-sqrt(23)i)((x+1)+sqrt(23)i)
=(x+1-sqrt(23)i)(x+1+sqrt(23)i)
Footnote
If the sign on the last term was
x^2+2x-24 = (x+6)(x-4)
To find this, you might look for a pair of factors of