You can put this solution on YOUR website! :
solve this equation:
Assume you mean: =
:
log() = log(); write the log of both sides
:
(3x+4)*log(5) = (2-x)*log(4); write the log equiv of exponents
:
.69897(3x+4) = .60206(2-x); found the log of 5 and 4
:
2.09691x + 2.79588 = 1.20412 - .60206x; multiplied what's inside the brackets
:
2.09691x + .60206x = 1.20412 - 2.79588
:
2.69897x = -1.59176
:
x = -1.59176/2.69897
:
x = -.5897657
:
:
Check solution on a good calc; substitute for x:
5^((3*-.5897657)+4) = 36.24
and
4^(2 + .5897657) = 36.24; minus a minus is a plus
:
Is this what you want?