Question 620212
  <pre><font face = "Tohoma" size = 3 color = "indigo"><b> 
Hi,
The function f(x) = x^2. Green
The graph of g(x) is f(x) translated to the left 6 units and down 5 units.  Blue
g(x) = (x+6)^2 - 5   |Using the Vertex form
{{{drawing(300,300,   -15, 6, -8, 6,   grid(1),
circle(-6,-5,0.3),
graph( 300, 300, -15, 6, -8, 6,0,x^2, (x+6)^2 - 5 ))}}}