173k views
3 votes
I just need the answer

User Artspb
by
4.8k points

1 Answer

6 votes

To shift a function left, add inside the function's argument: f (x + b) gives f (x)shifted b units to the left. Shifting to the right works the same way; f (x – b) is f (x) shifted units to the right.

Given that


g(x)=x^2

Then


h(x)=g(x+7)

This means that the function is shifted to the left by 7 units

The correct answer is Option D

User Bert
by
5.2k points