How do you factor 6x^2 + 13x + 8?
1 Answer
Aug 26, 2016
Explanation:
This has discriminant
Delta = b^2-4ac = 13^2-(4*6*8) = 169 - 192 = -23
Since
x = (-b+-sqrt(b^2-4ac))/(2a)
=(-b+-sqrt(Delta))/(2a)
=(-13+-sqrt(-23)/12)
=-13/12+-sqrt(23)/12i
Hence factorisation:
6x^2+13x+8 = 6(x+13/12-sqrt(23)/12i)(x+13/12+sqrt(23)/12i)
Footnote
I suspect a sign error in the question since the following is much simpler:
6x^2+13x-8 = (3x+8)(2x-1)