SOLUTION: Find f(x + 1) when f(x) = (x^2 -4) / (x+4)
Algebra
->
Coordinate-system
-> SOLUTION: Find f(x + 1) when f(x) = (x^2 -4) / (x+4)
Log On
Algebra: Coordinate systems, graph plotting, etc
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Coordinate-system
Question 1043269
:
Find f(x + 1) when f(x) = (x^2 -4) / (x+4)
Answer by
rothauserc(4718)
(
Show Source
):
You can
put this solution on YOUR website!
f(x) = (x^2 -4) / (x+4)
:
f(x+1) = ( (x+1)^2 - 4 ) / (x+1+4)
:
f(x+1) = ( x^2 + 2x + 1 - 4 ) / (x+5)
:
f(x+1) = ( x^2 +2x -3 ) / (x+5)
:
*********************************
f(x+1) = ((x+3) * (x-1)) / (x+5)
*********************************
: