I have been trying to solve the following equation for a while and i can't seem to figure it out, your help would be greatly appreciated. Here is the equation: $3^x$=$5^{x-1}$
2026-04-11 13:05:40.1775912740
On
How to solve this logarithmic equation whose expressions have different bases?
3.2k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
There are 4 best solutions below
0
On
Here are the steps $$ 3^x=5^{x-1} $$ $$ 1=\frac{5^{x-1}}{3^x}= 5^{x-1}3^{-x} $$ $$ 1= e^{\ln(5^{x-1}3^{-x})} = e^{\ln(5^{x-1})+\ln(3^{-x})} $$ $$ \ln(1)= \ln(5^{x-1})+\ln(3^{-x}) $$ $$ 0= (x-1)\ln(5)-x\ln(3) $$ $$ \ln(5)= x\ln(5)-x\ln(3) $$ $$ \ln(5)= x(\ln(5)-\ln(3)) $$ $$ x=\frac{\ln(5)}{\ln(5)-\ln(3)} $$
Hints:
$$5^{x-1}=\frac {5^x}5\\ \frac{a^q}{b^q}=\left(\frac ab\right)^q$$