Describe $f(-x), -f(x), f(10-x),-f(10-x)$ with respect to function $f(x)$.
Taking any example please how these functions can plot in a graph
Say, $f(10-x)=f(-(x-10))$ right?
Then how it is different from $-f(10-x)=-f(-(x-10))$ if we plot it as a simple graph?
Suppose $f(x)=x^2+3x$
$$f(-x)=(-x)^2+3(-x)=x^2-3x$$ All this does is flips the graph in the $y$-axis. You can see that here
$$-f(x)=-[x^2+3x]=-x^2-3x$$ This flips the graph in the $x$-axis, seen here $$f(10-x)=f(-x+10)$$ $$f(-x+10)=(-x+10)^2+3(-x+10)=x^2-20x+100-3x+30=x^2-23x+130$$
This takes the graph of $f(-x)$ and shifts it along the $x$-axis by $10$, seen here $$-f(-x+10)=-[x^2-23x+130]=-x^2+23x-130$$
This flips the graph of $f(-x+10)$ in the $x$-axis, seen here.
Hope this helps.