Given that $\log_{10}2 = 0.3010$ to four decimal places and that $10^{0.2} < 2$, is it possible to deduce that:
- $2^{100}$ begins in a $1$ and is $30$ digits long;
- $2^{100}$ begins in a $2$ and is $30$ digits long;
- $2^{100}$ begins in a $1$ and is $31$ digits long;
- $2^{100}$ begins in a $2$ and is $31$ digits long.
Can someone walk me through this problem? If you log $10^{0.2}$ with base 10, you end up with $0.2<2$ which is kind of redundant... I've also never been taught about the number of digits thing...
Take common log on $2^{100}$, $$\log 2^{100} = 100 \log 2 \approx 30.10 < 30.2$$ Taking exponent again $$2^{100} < 10^{30.2} = 10^{.2}\times10^{30} < 2\times10^{30}$$