I've been trying to wrap my head around a simple logarithmic equation.
So, there are many ways to represent it:
$10^{180} = 2^x$
$\log(2^x) = 180$
$5^{180} = 2^{(x-180)}$
(If you could not use Napierian logarithm while resolving - or at least explain it when used - I would be thankful)
We have that for injectivity
$$10^{180}=2^x$$
$$\log \left(10^{180}\right)=\log (2^x) $$
$$180 \log 10 =x\log 2$$
$$x=\frac{180 \log 10}{\log 2}$$
that is
in base $10 \implies x=\frac{180 }{\log 2}$
in base $2 \implies x= 180 \log 10$