Question 429618
  <pre><font face = "Tohoma" size = 4 color = "indigo"><b>
Hi
f(x)=x^2  Green- Vertex (0,0)
g(x)=(x-3)^2+2 Blue - Vertex(3,2)
g(x)and f(x) are the same parabola other than their position on the graph,
due to their respective Vertex.  
{{{drawing(300,300,   -6, 6, -6, 6,  blue(line(3,6,3,-6))  , grid(1),
graph( 300, 300, -6, 6, -6, 6,0,x^2, (x-3)^2+2))}}}