
Originally Posted by
mastermin346
solve the equation
anyone help!!

^{-\frac{1}{2}})


Now, convince your self that

}-4^x = 2)
}-4^x = 2)
Hmmmm, well here is the answer...
Code:
>> syms x;
>> solve('8^(2*x-3) = (4^x + 2)^(-1/2)')
ans =
((log(2)*log(2, z))/2 + pi*i*k)/log(2) ...and it's an ugly complex number, what do you know.