I need some help with this since I can't seem to figure it out:
$h(x)= f(2x - g(x))$
How do I simplify this in such a way that if I have several values for $f(x)$, $g(x)$, $f'(x)$ and $g'(x)$ and $x$, I can solve for $h'(x)$
x f(x) g(x) f'(x) g'(x)
-1 -1 0 2 -2
0 0 1 5 4
1 4 2 3 1
Find $h'(1)$
Thanks