You can put this solution on YOUR website!
We start by using a property of logarithms, , to move the exponents of the arguments out in front:
(3x-1)log(5) = (x+4)log(6)
This gets the variable out of the exponents. We can now solve for x. First we simplify. Using the Distributive Property we get:
(3x)log(5) - log(5) = (x)log(6) + 4log(6)
Next we gather the x terms on one side and the other terms on the other side of the equation. Subtracting (x)log(6) and adding log(5) we get:
(3x)log(5) (x)log(6) = 4log(6) + log(5)
Factoring out x on the left side we get:
x(3log(5) - log(6)) = 4log(6) + log(5)
And then we divide by (3log(5) - log(6)):
This is the solution to your equation.
P.S. If your equation was
instead of
then...
The 5 and the 6 are the bases of the logarithms, not bases with exponents of 3x-1 and x=4.
The 3x-1 and x+4 are not exponents at all. They are the arguments of the logarithms.
Since you already know some of Algebra.com's formula syntax, use log(b, (a)) (with "b" being the base and "a" being the argument) to express logarithms of bases other than 10 or e. (Click on the "Show source" link just above this solution to see how I typed these logs.)