Respuesta :

Answer:

g(x) = (x - 2)²

Step-by-step explanation:

If we want to shift a function to the right, we subtract the number we are asked to move to the right inside the function's argument:

⇒ To shift f(x) b units to right → f(x - b)

Similarly, in function notation, if we want to shift a function to the left, we add the number we are asked to move to the left inside the function's argument:

⇒ To shift f(x) b units to left → f(x + b)

Given function f(x) = x²

Shift 2 units to the right:  f(x - 2) = (x - 2)²

Therefore, g(x) = (x - 2)²

----------------------------------------------------------------------

Additional info:

g(x) = (x - 2)²

      = (x - 2)(x - 2)

      = x² - 4x + 4