Hi Rudy O.,
First lets find the zero's (y = 0), and then we'll see what occurs outside and in between them. We need to know when y = f(x) > 0.
x3 + 2x2 -15x > 0
x(x2 + 2x - 15) > 0
x(x + 5)(x - 3) > 0
Our zero's (y=0) are at x = -5, 0, and 3. We need to know what occurs before and after all the zero's.
First lets see what occurs when x < -5:
(-6)3 + 2(-6)2 - 15(-6) = -54, so when x < -5, y = f(x) < 0, not what we want.
Next lets see what happens between -5 < x < 0:
(-3)3 + 2(-3)2 - 15(-3) = 36, so y = f(x) > 0, what we want.
Next 0 < x < 3:
23 + 2(2)2 - 15(2) = -14, y = f(x) < 0, not what we want.
Next x > 3:
43 + 2(4)2 - 15(4) = 36, y = f(x) > 0, what we want.
So for x3 + 2x2 -15x > 0, [-5 < x < 0 or x > 3]
I hope this helps, Joe.