Logarithmic expression

45 Views Asked by At

How come

$$2^{n+1} > 10^{10}$$

gets simplified to

$$n > \frac{10}{\log 2 - 1}$$

I don't understand how the book got $-1$ there. Could somebody please explain? Thanks!