Answer: Neither equation is true
======================================================
Explanation:
We can pick various values for m and x to show that log(mx) = m*log(x) is not true overall.
For instance, consider m = 2 and x = 10
The equation log(mx) = m*log(x) becomes 2 = 1.301 after plugging in m = 2 and x = 10. We get different values on either side, so that shows the original equation is false for those particular values. More broadly, the original equation is false for all real numbers m and x.
In short, log(mx) is not the same as m*log(x).
------------------------
The same idea can be done for the second equation.
Let's say we go for n = 3 and x = 100
The second equation boils down to 6 = 8 when we plug in the mentioned n and x values. This is one counterexample showing that the second equation is false overall. It may work for a special set of n and x values, but it doesn't work for every real value.
-----------------------
Side notes: