This is the problem I currently have.
$$4(3x+2)^3 3(x+5)^{-3}-3(x+5)^{-4}(3x+2)^4$$
The text book gets the following:
$$3(3x+2)^3(x+5)^{-4}[4(x+5)-(3x+2)]$$
Which simplifies to the below:
$$3(3x+2)^3(x+5)^{-4}(x+18)$$
But I don't understand how they got to that solution.
Specifically how they got to second step $$[4(x+5)-(3x+2)]$$
They used identity $b^{-3} = b^{-4} \cdot b$ (for $b \neq 0$).
Specifically, let $a = 3x+2$ and $b = x + 5$
Then $$4a^3\cdot3b^{-3}-3a^4b^{-4} = 3a^3b^{-4}(4b-a)$$. You can convince yourself by opening parenthesis, that this is indeed equality.