There are some digit Numbers whose every digit is non-zero and distinct perfect square.
What is the sum of the digits of those numbers?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
It is given that every digit is distinct perfect square and non-zero, so we need perfect squares less than 10(because digit is less than 10).
There are only three such digits: 1, 4, 9. So sum of them = 1+4+9=14.