Question 64965
Can anyone tell me which points the line would run through:
Use the following graph of f(x) = |x| to sketch the graph of y = f(x-3)
F(x)=|x|  looks like:
{{{graph(300,200,-10,10,-10,10,abs(x))}}}
f(x-3)=|x-3|  The -3 results in the same shape graph from above shifted to the right 3 units.
{{{graph(300,200,-10,10,-10,10,abs(x-3))}}}
Happy Calculating!!!