Question 763580
{{{ 64^x = 2*sqrt(x) }}}
Square both sides
{{{ 64^(2x) = 4x }}}
{{{ 2^( 6*2x ) = 4x }}}
{{{ 2^( 12x ) = 4x }}}
{{{ 2^( 12x ) = 2^2 * x }}}
{{{ x = 2^( 12x - 2 ) }}}
{{{ log( 2,x ) = 12x - 2 }}}
{{{ 12x - log( 2,x ) = 2 }}}
This is all I can think of