This one will require us to use the chain rule and the product rule. U will be the one that needs the chain rule as it's a function of a function (are you ok with that?).
We'll do U first.
Set
s = 3x + 1
then U = s^(3/2)
ds/dx = 3
dU/ds = 3/2 * s^(1/2) = 3/2 * (3x+1)^(1/2)
dU/dx = dU/ds * ds/dx (by the chain rule)
= 3 * 3/2 * (3x+1)^(1/2)
= 9 * (3x+1)^(1/2)/2
--------------------------------------------------------------
Now we'll do V.
dV/dx = 2
--------------------------------------------------------------
Now that we have dU/dx and dV/dx we can use our product rule.
d/dx (3x+1)^(3/2) * (2x+4) = d/dx U * V = dU/dx * V + U * dV/dx (by the product rule)
= 9 * (3x+1)^(1/2) * (2x+4)/2 + 2 * (3x+1)^(3/2)
A complex one, but I hope that helps.
Cheers.