Question 1142447
f(x) = x^2 * (x + 1) * (x - 2)


f(-1) = (-1)^2 * (-1 + 1) * (-1 - 2) = 1 * 0 * -3 = 0


statement A is true.


g(x) = x^2


g(x+1) = (x+1)^2 = x^2 + 2x + 1


statement B is false.


(f/g)(x) = f(x) / g(x) = x^2 * (x + 1) * (x - 1) / x^2 = (x + 1) * (x - 1)


that part of statement C is true, i think.


i don't understand what you mean by Df/g = R


there is a box in the beginning of your statement C that doesn't mean anything to me.