Question 698509
<pre>
How do I solve the following logarithm for x?

The base of the log is x.

log64=3/2

Another easy-peasy one!!
{{{log (x, (64)) = 3/2}}}
{{{matrix(2,1, " ", x^(3/2)) = 64}}} ---- Converting to EXPONENTIAL form
{{{matrix(2,1, " ", x^((3/2)(2/3))) = 64^(2/3)}}} ---- Raising each side to the {{{(2/3)^(rd)}}} power 
{{{matrix(2,1, " ", x^((cross(3/2))(cross(2/3)))) = 64^(2/3)}}}
{{{x^1 = x = (root (3, 64))^2 = 4^2 = 16}}}</pre>