SOLUTION: how do you solve log base 4 (log base 3 (log base 2 of X)) = 0??

Algebra ->  Exponential-and-logarithmic-functions -> SOLUTION: how do you solve log base 4 (log base 3 (log base 2 of X)) = 0??       Log On


   



Question 959061: how do you solve log base 4 (log base 3 (log base 2 of X)) = 0??

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
solve log base 4 (log base 3 (log base 2 of X))
----
Let y = log4[log3[log2(x)]]
------
Then::
4^y = log[3[log2(x)]]
-----
And:
3^(4y) = log2(x)
----
So, 2^(12y) = x
======
Solve for "y":
12y = log(x)/log(2)
---
Ans:: y = (1/12)[log2(x)]
------
Cheers,
Stan H.
------------