![]() |
|
An Interesting Number - Printable Version +- MKLab (https://mklab.gr) +-- Forum: [INDEX] (https://mklab.gr/forumdisplay.php?fid=1) +--- Forum: MATHEMATICS (https://mklab.gr/forumdisplay.php?fid=3) +---- Forum: ARTICLES (https://mklab.gr/forumdisplay.php?fid=13) +---- Thread: An Interesting Number (/showthread.php?tid=1407) |
An Interesting Number - mklabgr - 07-29-2026 An Interesting Number Summary This Stack Exchange discussion seeks a natural number $m$ whose four-digit square ($m^2 = ABCD$) and six-digit cube ($m^3 = EFGHIJ$) together contain all ten digits from $0$ to $9$ exactly once without repetition. By establishing size bounds ($47 \le m \le 98$), eliminating terminal digits that repeat upon exponentiation, and using modular arithmetic (noting that the sum of the digits $0$ through $9$ is $45$, meaning $m^2 + m^3$ must be divisible by $9$), the post narrows the search down to a handful of candidate numbers. Testing these candidates reveals that the unique solution is $m = 69$, whose square $69^2 = 4761$ and cube $69^3 = 328509$ combine to span every digit from $0$ to $9$. ARTICLE |