Find the two-digit number such that the square of the sum of its digits is equal to itself.
Can you prove it is the only integer with such property besides and ?
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.
Let number be 1 0 a + b
Given : ( a + b ) 2 = 1 0 a + b
a ( a + 2 b ) + b . b = 1 0 a + b × 1
Equating the coefficients of a and b ,
a + 2 b = 1 0 , b = 1
So, a + 2 ( 1 ) = 1 0
Or, a = 8
Number is 8 1
Note : this method doesn't work everytime