$$\begin{align} f(x) &=7\\f'(x)&=2\\ g(x) &=2 \\ g'(x)&=-5 \\ h(x) &= f(x) + g(x)\end{align}$$
Find: $h'(2)$
My attempt was:
$2+7=9$ but it seems to be wrong.
$$\begin{align} f(x) &=7\\f'(x)&=2\\ g(x) &=2 \\ g'(x)&=-5 \\ h(x) &= f(x) + g(x)\end{align}$$
Find: $h'(2)$
My attempt was:
$2+7=9$ but it seems to be wrong.
You found $h(2)$. Instead we want to find $h'(2)$. First, take the derivative of $h(x)=f(x)+g(x)$ with respect to $x$ and use the given values above to find $h'(2)$. So $h'(x)=f'(x)+g'(x)$ and we will let $x=2$ to obtain $h'(2)=f'(2)+g'(2)=2+(-5)=-3$. Thus $h'(2)=-3$.