Is there any easy way to find out how many digits does the number $12^{400}$ have or such types of problems like how many digits the number $x^y$ have? ($x$ and $y$ are variables)
2026-04-25 00:10:59.1777075859
finding out total digits in a large number
70 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
If $x$ and $y$ aren’t too awfully large, you can simply calculate $\log_{10}x^y=y\log_{10}x$. For example,
$$\log_{10}12^{400}=400\log_{10}12\approx431.6725\;,$$
which tells you that the number has $431+1=432$ digits in base ten.