The polynomial f(x) has degree 3. If f(-1)=15, f(0)=0, f(1)=-5, f(2)=12, then what are the x-intercepts of the graph of f?

1 answer

clearly, f(0) = 0
so,
f(x) = ax^3+bx^2+cx
= x(ax^2+bx+c)

-1(a-b+c) = 15
1(a+b+c) = -5
2(4a+2b+c) = 12

solve those and you wind up with

f(x) = 2x^3+5x^2-12x

See

http://www.wolframalpha.com/input/?i=table+2x^3%2B5x^2-12x+for+x+%3D+-1..2

Now just solve for the roots of f(x)