In order to shift any function y = f(x) over h in x and up k in y, one must substitute (y-k) for y and (x-h) for x:
(y-k) = f(x-h) When the correction is directly on the variable, it moves the graph in the opposite direction: subtracting from x makes the graph move right because f(0) occurs at x = h.
In your case h,k is 3,2 and the function is x2
Take care.