You can
put this solution on YOUR website!Solve: 4^(1-x)=3*5^x
Take the log of both sides to get:
(1-x)log4 = log3 + xlog5
log4-xlog4 = log3 + xlog5
x(log4-log5) = log2-log4
x(log(4/5)) = log(1/2)
x = [log(1/2)]/[log(4/5)]
x = 3.1063
=================
Cheers,
Stan H.
You can
put this solution on YOUR website!taking log __ (1-x)log(4)=log(3)+(x)log(5)
distributing __ log(4)-(x)log(4)=log(3)+(x)log(5)
subtracting log(3) and adding (x)log(4) __ log(4)-log(3)=(x)log(5)+(x)log(4)
factoring __ log(4)-log(3)=(x)(log(5)+log(4))
dividing by log(5)+log(4) __ (log(4)-log(3))/(log(5)+log(4))=x
your answer seems right, but I can't follow your solution...