So I decided to get back to solving equations of the form$$\dfrac{c_1^x-c_2^x}{c_3^x-c_4^x}=c_5$$where $c_1,c_2,c_3,c_4$ and$c_5$ are all some number. After a while, I came up with this:$$\dfrac{16^x-25^x}{8^x-5^x}=1$$which I thought that I might be able to solve. Here is my attempt at doing so:$$\dfrac{16^x-25^x}{8^x-5^x}=1\implies16^x-25^x=8^x-5^x$$$$\implies2^{4x}-5^{2x}-2^{3x}+5^x=0\implies2^{3x}(2^x-1)=5^x(5^x-1)$$Note if you're confused at why I had all of the terms on one side and then switched the terms containing $5^x$ over to the other side, I think what I was trying to do was make sure what terms I had on each side so I wouldn't accidently factor something out incorrectly, although it is really easy to do that if you know how to do the algebra effectively[$1$]. So now we have$$2^{3x}(2^x-1)=5^x(5^x-1)\implies2^{2x}\cdot\left(\dfrac25\right)^x=\dfrac{5^x-1}{2^x-1}$$$$\overset{2^x=a+1}{\implies}\dfrac1{5^x}(a^3+2a^2+a)=\dfrac{5^x-1}a$$$$\implies\dfrac1{5^{2x}-5^x}(a^4+2a^3+a^2)-1=0$$although I felt like I should now substitute $a$ for where we still have $x$'s. Doing this, we have$$\dfrac1{a^{2\ln(5)/\ln(2)}-a^{\ln(5)/\ln(2)}}(a^4+2a^3+a^2)-1=0$$$$\implies a^4+2a^3+a^2+a^{\ln(5)/\ln(2)}-a^{2\ln(5)/\ln(2)}=0$$but I'm not sure what to do from here.
My question
Is this even solvable? If it is, how would I solve it?
Notes
[$1$]Sorry if this ends up not making sense, although I'm not really sure how else to put it.