Question 936277
solve 2^x=3^(x-1)
-------------
Take the log of both sides::
x*log(2) = (x-1)*log(3)
---------------
x[log(2)-log(3)] = -log(3)
----
x = log(3)/log(2/3)
---
x = -2.71
----------------
Cheers,
Stan H