Question 160200
here's what i think.
----------------------------------------------------------
log 125 without telling you what the base is implies the base is 10.
making that assumption, i went to the calculator and found the log of 125.
it is 2.096910013
if log (125) = y, and log(125) = 2.096910013, then y = 2.096910013.
---------------------------------------------------------
i looked at the other equation of 3*log(x) and again assumed base of 10.
the basic properties of logarithms state that 3*log(x) is the same as log (x^3).
your equation then becomes log(x^3) = log(125) = 2.096910013 = y.
the basic properties of logarithms also state that y = log(x) if and only if 10^y = x.
this means that y = log(x^3) if and only if 10^y = x^3.
since y = 2.096910013, then the equation becomes
10^(2.096910013) = x^3.
since 10^(2.096910013) = 125, the equation becomes
125 = x^3
since cube root of (125) is 5, then
x = 5
-------------------------------------------------------------
substituting for x in the original equation of 3*log(x) = log(125), we get
3*log(5) = log(125)
log(5) = .698970004
log(125) = 2.096910013
substituting for log(5) and log(125), the equation becomes
3*.698970004 = 2.096910013
this becomes 2.096910013 = 2.096910013
answer checks out
3*log(5) = log(125)
x = 5
---------------------------------------------------------------
keys to solving this were:
1.  know that log without specifying the base assumes a base of 10.
2.  know that 3*log(x) = log(x^3)
3.  know that y = log(x) if and only if 10^y = x
---------------------------------------------------------
another way of looking at this that might have been even simpler.
it's pretty logical actually.
i'm not sure if it works in all cases but it worked in this one.
it goes as follows:
---------------------------------------------------------
if log(a) = log(b) then a must = b
this probably would work with any base, not just 10, as long as the base on the left side of the equation is the same as the base on the right side of the equation.
correspondingly, if log(a^3) = log (b) then a^3 must = b
that would have led directly to x^3 = 125 from the original equation.
you would have had to know, at least, that 3*log(x) = log(x^3).
---------------------------------------------------------
both ways lead to the same answer, at least in this case.