How do you find all zeros with multiplicities of f(x)=3x^3+3x^2-11x-10?
1 Answer
The zeros are
Explanation:
Given:
f(x) = 3x^3+3x^2-11x-10
By the rational roots theorem, any rational zeros of
That means that the only possible rational zeros are:
+-1/3, +-2/3, +-1, +-5/3, +-2, +-10/3, +-5, +-10
Trying each in turn, we eventually find:
f(-2) = 3(color(blue)(-2))^3+3(color(blue)(-2))^2-11(color(blue)(-2))-10
color(white)(f(-2)) = -24+12+22-10
color(white)(f(-2)) = 0
So
3x^3+3x^2-11x-10 = (x+2)(3x^2-3x-5)
The remaining quadratic factor is in the form:
ax^2+bx+c
with
We can find its zeros using the quadratic formula:
x = (-b+-sqrt(b^2-4ac))/(2a)
color(white)(x) = (3+-sqrt((-3)^2-4(3)(-5)))/(2*3)
color(white)(x) = (3+-sqrt(9+60))/(2*3)
color(white)(x) = 1/2+-sqrt(69)/6