I am reading a science book in which the author claims there are $4^{100}$ different combinations of amino acid sequences in a gene that has a length of $100$ amino acids.
No need to worry about the science here. My main concern is in the next sentence. The author says that $4^{100}$ is roughly equivalent to $10^{60}$. I am wondering, how can I verify this? How does one get from $4^{100}$ to $10^{60}$ (approximately)?
I have done lots of google searches and even asked a friend who has had plenty of high level math classes in graduate school. However, I am not really sure of what search terms to use for looking this up.
Saying that $4^{100} \approx 10^{60}$ is equivalent to the following statement: $100 \log 4 \approx 60 \log 10$, which you can easily verify with a calculator.
A more general fact is true. A number $a \in \mathbb N$ written in base $k \in\mathbb N$ is $(\lfloor \log_k a \rfloor + 1)$-digits long. Just substitute $a = 4^{100}$, $k = 10$ and you will get $$\lfloor \log_{10} 4^{100} \rfloor + 1 = \lfloor 100 \log_{10} 4 \rfloor + 1 = \lfloor 60.205\ldots \rfloor + 1 = 61.$$
So $4^{100}$ is $61$ digits long.