If #f(x)=x^2-x#, how do you find #f(x-6)#?
2 Answers
For every
Explanation:
An easy way to think of
In this case,
So the same applies to
Explanation:
Another way we can do this is to first factor the function
#f(color(red)x)=color(red)x(color(red)x-1)#
So, when we take the function composition:
#f(color(blue)(x-6))=(color(blue)(x-6))(color(blue)(x-6)-1)=(x-6)(x-7)=x^2-13x+42#