Question 813918
  <pre><font face = "Tohoma" size = 3 color = "indigo"><b> 
Hi,
f(x)= x^3+3x^2-x+6  Green
a) h(x)= x^3+3x^2-x+3   |f(x) moved three units down  Blue
b) m(x)= (x-2)^3+3(x-2)^2-(x-2)+7   |f(x) moved 2 units to the right and 1 unit up
{{{drawing(300,300,   -10,10,-20,20, 
 grid(1),

graph( 300, 300, -10,10,-20,20,0,x^3+3x^2-x+6,x^3+3x^2-x+3,(x-2)^3+3(x-2)^2-(x-2)+7  ))}}}