Are there any natural numbers $n$ such that $\sqrt n$, when expressed as a decimal, begins with the same string of numerals? For example, $\sqrt {100} = 10.00000.$ Obviously even powers of $10$ work, but what about non-trivial solutions? What about other bases?
2026-04-13 17:57:08.1776103028
Square Root Begins with the Same Digits
49 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
No.
Write $n=a 10^m$ where $1\le a <10$.
If $m=2k$, $\sqrt n = \sqrt a 10^k$ so we want $a \approx \sqrt a$ or $a \approx 1$.
If $m=2k+1$, $\sqrt n = \sqrt{10a}10^k$ so we want $a \approx \sqrt{10a}$ or $a \approx 10$.
However you can for cube root. $\sqrt[3]{31.6} \approx 3.16$.