How many perfect squares can be formed by using all the digits 1, 2 and 3, each of the digits given four times?
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.
Numbers = 1111 , 2222, 3333.
Any number formed by using all these digits will have digital sum = 1 + 1 + 1 + 1 + 2 + 2 + 2 + 2 + 3 + 3 + 3 + 3 = 2 + 4 = 6.
digital sum of any perfect square cannot be equal to 6 , SO, no perfect square can be made.