Question 933477
Your first one is badly written.  You might be starting with this:

log((((0.01x^3)/(x^2+4x+4))*5)), if pure text form, or when rendered (which may fail in appearance here),
{{{log((((0.01x^3)/(x^2+4x+4))*5))}}}.


A good possible first step is
{{{log((0.01x^3))+log((5))-log((x^2+4x+4))}}}


{{{log((0.01))+log((x^3))+log((5))-log((x^2+4x+4))}}}


{{{-2+3*log((x))+log((5))-log(((x+2)^2))}}}


{{{highlight(-2+3*log((x))+log((5))-2*log((x+2)))}}} which you can arrange in other equivalent ways based on commutative property of addition.