You can put this solution on YOUR website! For what value of x is it true that
(log x)^3 = 3 log x?
----
Factor:
log(x)[(log(x))^2 - 3] = 0
-------------------------------
log(x) = 0 or (log(x))^2 = 3
x = 10^0 or log(x) = sqrt(3)
---
x = 1 or x = 10^(sqrt(3))
---
x = 1 or x = 53.96
=========================
Cheers,
Stan H.
===============