There are 3 -three digit numbers : ABC, ACB, and CBA .
All the three numbers are perfect squares.
If ABC < ACB < CBA
then find CBA - ACB - ABC.
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.
Since all three numbers are perfect squares that means that each digit of the numbers is the last digit of a perfect square. these digits are 1, 4, 5, 6, 9 and 0. The only perfect square that can be formed is 196 so take that as ACB and the other numbers will be 961 and 169. So if you subtract them you will get 596.