Question 392727
  <pre><font size = 3 color = "indigo"><b>
Hi
F(x) = x^2 + 3           |green parbola on graph
G(x) = (x -7)^2 + 3     |blue parabola on graph
vertex form of a parabola, {{{y=a(x-h)^2 +k}}} where(h,k) is the vertex
G(x) has shifted 7 units to the right of F(x)
F(x)and G(x) both parabolas one with Center (0,3) and the other (7,3)

{{{drawing(300,300, -10, 10, -10, 10,  grid(1),
circle(0, 3,0.3),
circle(7, 3,0.3),
graph( 300, 300,  -10, 10, -10, 10,0,x^2 + 3, (x -7)^2 + 3
))}}}