The graph moves to the left if you add a positive constant.
To see why this is so I personally like to think
of the following example:Lets take the function f(x) = x^2.
Where is the function zero?
It is zero at x=0.
Now let's take the modified function g(x) = f(x+c) = (x+c)^2
(with c being positive).
Where is this function zero?
The function is zero at x=-c.
Therefore, the zero of the function has moved to the left.
This is not only the case for the zero of the function.
You can take any arbitrary value, for example f(b)=b^2:
The function f(x) has the value b^2 at x=b.
The modified function g(x) has the value b^2 at x=b-c.Also, draw some functions and the corresponding modified functions.
For example:
f(x)=x^2 and g(x)=(x+1)^2.