How do you factor 3t^3-21t^2-12t?
2 Answers
Explanation:
We can write
to get the other factors we must solve the quadrat6ic
this is
Explanation:
Given:
3t^3-21t^2-12t
Note that all of the terms are divisible by
3t^3-21t^2-12t = 3t(t^2-7t-4)
The remaining quadratic is in the form:
at^2+bt+c
with
This has discriminant
Delta = b^2-4ac = (color(blue)(-7))^2-4(color(blue)(1))(color(blue)(-4)) = 49+16 = 65
Since
We can use the quadratic formula to find them:
t = (-b+-sqrt(b^2-4ac))/(2a)
color(white)(t) = (-b+-sqrt(Delta))/(2a)
color(white)(t) = (7+-sqrt(65))/2
Hence:
t^2-7t-4 = (t-7/2-sqrt(65)/2)(t-7/2+sqrt(65)/2)
Putting it all together:
3t^3-21t^2-12t = 3t(t-7/2-sqrt(65)/2)(t-7/2+sqrt(65)/2)