$(1)$:: Calculation of no. of Digits in $2^{100}$ .$(2)$:: Calculation of no. of Digits in $3^{100}$.
If it is given that $\log_{10}(2)=0.3010$ and $\log_{10}(3) = 0.4771$
$\bf{My\; Try::}$ I have seen in book and it is given as ::
$(1)$ no. of Digit in $\displaystyle 2^{100}$ is equal to $\displaystyle \lfloor \log_{10}(2)^{100}\rfloor +1\;,$ where $\lfloor x \rfloor = $ floor function of $x$.
$(2)$ no. of Digit in $\displaystyle 3^{100}$ is equal to $\displaystyle \lfloor \log_{10}(3)^{100}\rfloor +1\;,$ where $\lfloor x \rfloor = $ floor function of $x$.
But I did not Understand How can we prove ..
no. of Digit in $(x)^y$ is equal to $\lfloor \log_{10}(x)^y\rfloor +1.$
plz explain me in Detail.
Thanks