Question 178153
The graph of y=x is translated up 3 units and left 2 units. What is the equation of the new graph? 
y = (x+2) + 3
------------------------

please graph..[] means absolute value 

y=[x-1]-3 
{{{graph(400,300,-10,10,-10,10,abs(x-1)-3)}}}
-----------------------------------------------------
y=[x+2] 
{{{graph(400,300,-10,10,-10,10,abs(x+2))}}}
-----------------------------------------------------
y=3x-1
{{{graph(400,300,-10,10,-10,10,3x-1)}}}
======================================================
Cheers,
Stanh.