I just had a unit test on Logarithms and the thinking question was to Solve for x with the following equation given : $$5^{x+2} + 2^{x+1} = 2^{x+5} + 13\cdot5^x$$
The answer is $1$ but the question is worth 5 marks so how would you show your work for this question? I tried logging both sides but then I didn’t know got to expand after that. I think everyone got this question wrong in my class... so I hope she doesn’t count the question.
We have $$25\cdot5^x+2\cdot2^x=32\cdot2^x+13\cdot5^x,$$ collecting like terms $$12\cdot 5^x=30\cdot2^x,$$ dividing through by $6$
$$2\cdot 5^x=5\cdot 2^x,$$ or equivalently
$$\frac{2}{5}=\Big(\frac{2}{5}\Big)^x,$$
so of course
$$x=1.$$