Moving a function to the right or left along the x-axis is known as a slide or translation. The rules are:
- f(x+a) moves f(x) "a" units to the left
- f(x-a) moves f(x) "a" units to the right
Your function is f(x) = (x+8)2. To move f(x) nine units to the right, apply rule 2 above; that is, you want g(x) = f(x-9) To convert f(x) to f(x-9), simply replace the x in f(x) with (x-9):
g(x) = f(x-9) = ((x-9) + 8)2 = (x-1)2