So I was doing this problem. And I got to what I thought was a weird result. can anyone explain to me why this makes sense?
$$\begin{align} 5e^x &= 5e^{-x} \\ e^x &= e^{-x} \\ \ln (e^x) &= \ln (e^{-x}) \\ x &= -x \end{align}$$
This last step is what I'm wondering about. Although this is algebraically correct isn't it impossible for a number to be equal to its opposite? Don't both sides have to be equal? Note that I am not asking for help on how to solve it from here...