How do you solve for x in 5^x=4^(x+1)5x=4x+1?

1 Answer
Apr 21, 2016

xapprox6.21x6.21

Explanation:

First we'll take the loglog of both sides:
log(5^x)=log(4^(x+1))log(5x)=log(4x+1)
Now there's a rule in logarithms which is: log(a^b)=blog(a)log(ab)=blog(a), saying that you can move any exponents down and out of the loglog sign. Applying this:
xlog5=(x+1)log4xlog5=(x+1)log4
Now just rearrange to get x on one side
xlog5=xlog4+log4xlog5=xlog4+log4
xlog5-xlog4=log4xlog5xlog4=log4
x(log5-log4)=log4x(log5log4)=log4
x=log4/(log5-log4)x=log4log5log4
And if you type that into your calculator you'll get:
xapprox6.21...