After using my math textbook, Desmos and Photomath to determine the answer, I am still confused as to what the process is.
E.g.
If f(x) = x^4, determine the equation of the transformed function when y = -2f(2x+6)-4 is applied as the transformations.
My understanding is that the equation would be:
= -2[2(x+6)]^4 -4
... but I have been told this is wrong and that the +6 is incorrect.
What is the problem with my new equation? Is the +6 correct?
The input to $f$ is $2x+6$,
hence $$y = -2(2x+6)^4 - 4$$
We can also write it as
$$y = -2(2(x+\color{red}3))^4 - 4$$
since $2x+6=2(x+3)$.