229k views
2 votes
The function f(x)= x - 6x + 9 is shifted 5 units to the left to create g(x). What is

User ElCharro
by
5.5k points

1 Answer

6 votes

Answer:

g(x) = x^2 + 4x + 4

Explanation:

In translation of functions, adding a constant to the domain values (x) of a function will move the graph to the left, while subtracting from the input of the function will move the graph to the right.

Given the function;

f(x) = x2 - 6x + 9

a shift 5 units to the left implies that we shall be adding the constant 5 to the x values of the function;

g(x) = f(x+5)

g(x) = (x+5)^2 - 6(x+5) + 9

g(x) = x^2 + 10x + 25 - 6x -30 + 9

g(x) = x^2 + 4x + 4

User Marko Previsic
by
5.9k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.