Any help with an explanation would be appreciated!

Problem 1
We'll use the product rule to say
h(x) = f(x)*g(x)
h ' (x) = f ' (x)*g(x) + f(x)*g ' (x)
Then plug in x = 2 and use the table to fill in the rest
h ' (x) = f ' (x)*g(x) + f(x)*g ' (x)
h ' (2) = f ' (2)*g(2) + f(2)*g ' (2)
h ' (2) = 2*3 + 2*4
h ' (2) = 6 + 8
h ' (2) = 14
============================================================
Problem 2
Now we'll use the quotient rule
[tex]h(x) = \frac{f(x)}{g(x)}\\\\h'(x) = \frac{f'(x)*g(x)-f(x)*g'(x)}{(g(x))^2}\\\\h'(2) = \frac{f'(2)*g(2)-f(2)*g'(2)}{(g(2))^2}\\\\h'(2) = \frac{2*3-2*4}{(3)^2}\\\\h'(2) = \frac{6-8}{9}\\\\h'(2) = -\frac{2}{9}\\\\[/tex]
============================================================
Problem 3
Use the chain rule
[tex]h(x) = f(g(x))\\\\h'(x) = f'(g(x))*g'(x)\\\\h'(2) = f'(g(2))*g'(2)\\\\h'(2) = f'(3)*g'(2)\\\\h'(2) = 3*4\\\\h'(2) = 12\\\\[/tex]