Question 99678: Given f(x)=x^2 * (x-7) - 16 * (x-7), solve f(x) is greater than or equal to 0 .
Express your answer using interval notation. Answer by edjones(8007) (Show Source):
You can put this solution on YOUR website! x^2 * (x-7) - 16 * (x-7)>=0
x^3-7x^2-16x+112>=0
factor (x-7)(x-4)(x+4)>=0
X[-4,4]U[7,infinity)
Ed