Solving for $x$ for an exact answer: $5^{x+1} = 41$
My first attempt was as follows:
$5^{x+1} = 41,$
thus $\log_5 (41) = x+1,$
thus $x = \log_5 (41) - 1$
Question: Is this answer considered not correct because of the base $5$ in the logarithm, which should be $10$?
Second attempt:
$5^{x+1} = 41,$
thus $\log(5^{x+1}) = \log41,$
thus $(x+1)(\log5) = \log41,$
thus $x\log5+\log5 = \log41,$
thus $x\log5 = \log41-\log5,$
thus $x = {\log41-\log5\over \log5}$
Third attempt:
$5^{x+1} = 41,$
thus $\log(5^{x+1}) = \log41,$
thus $(x+1)(\log5) = \log41,$
thus $(x+1) = {\log41\over \log5},$
thus $x = {\log41\over \log5} - 1$
Question: Why do we get two different answers in my second and third attempts? I understand the third way is optimal, but what are wrong about the third (and first) ways?
Thanks!
All answers are true.
$$\frac{a-x}{x}=\frac{a}{x}-1\\\log_ab=\frac{\log b}{\log a}$$