Suppose that and are the smallest consecutive natural numbers such that the reverse of the squares of both and are also perfect squares.Find the value of ?
Note: and do no contain 0 as any of their digits.
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.
I got it in the second try, but the reverse of 100, i.e. 001 should also be considered a perfect square. So a=10,b = 11, so a+b = 21 should be correct.