Question 691843
Graph the parabola y = x^2. Then shift it over 3 units to the right to get this


{{{ drawing(500, 500, -10, 10, -10, 10,
 graph( 500, 500, -10, 10, -10, 10,0,(x-3)^2)

)}}}