Question 63947
You can make it very simple by starting differently
{{{3log(x^2)-4log(x^2)+log(2x^3)}}}
{{{6logx - 8logx + log2 + 3logx}}}
{{{(6 - 8 + 3)*logx + log2}}}
{{{logx + log2}}}
{{{log2x}}}
You get the same answer with the other approach, too
{{{3log(X^2)-4log(X^2)+log(2X^3)}}}
{{{log(x^6) - log(x^8) + log2 + log(x^3)}}}
{{{log(x^6*x^3 / x^8) + log2}}}
{{{log(x^9 / x^8) + log2}}}
{{{logx + log2}}}
{{{log2x}}}