Raymond B. answered 01/03/22
Math, microeconomics or criminal justice
f(x) = (x^2 - 9)/(x+3) = (x-3)(x+3)/(x-3) = x-3
f(x) = x-3
f(x+1) = x+1-3 = x-2
f(x+1) = ((x+1)^2 -9)/((x+1)+3) = (x^2+2x+1 - 9)/(x+1+3) = (x^2+2x-8)/(x+4)= (x-2)(x+4)/(x+4) = x-2
replace x with x+1
(x^2+2x-8)/(x+4) is the correct answer. It can be simplified by canceling the factor x+4, to get x-2
Unless, you really meant
f(x) =x^2 -9/x -3
then f(x+1) = (x+1)^2 -9/(x+1) -3 = x^2 + 2x +1 - 9/(x+1) - 3 = x^2 +2x -2 - 9/(x+1)
but that seems unlikely that you meant that. You just left out some parentheses
what you did was add x+1 to both numerator and denominator, but f(x+1) means replace x with x+1, not to add x+1