..
SOLUTION
Answer;
Explanation;
(1)
To shift a function left, add inside the function's argument: f (x + b) gives f (x) shifted b units to the left.
(2)
Stretching f(x) vertically by a factor of 3 will result to h(x) being equal to 3 times f(x). Hence, h(x) = 3(x).
(3)
To reflect an equation over the x-axis, simply multiply the output variable by negative one: y=f(x)→y=−f(x) y = f ( x ) → y = − f ( x ) .