Quote:
Originally Posted by implex problem 147)
Determine the number of three digits number N divisibly by 11, and N/11 is equal to the sum of squares of the digits of N |
Seems like a long one..Anyway, my shot at it..we get two cases
If the number is of the form abc and divisible by 11..b=a+c and abc/11 is of the form ac..So a^2+b^2+c^2 = 10a+c which further reduces to..
10a+c=2(a^2+c^2+ac).So 'c' is even..If we substitute c= 2k..we can further prove that k is a multiple of 2 so 'c' is a multiple of 4...so c can be 0,4,8 only..Checked the values..No solution for the equations...Didn't re-check it though..Got bored..
There can be one more case where a+c=11+b..then abc/11 is of the form
10(a-1)+c....then forming the equation, we can easily prove that c is odd..
so c can take the values 3,5,7,9..Easy to check for 5 and 9..But the quadratic equations seem to have no solution..Whoa

...After so much of solving, no solution eh?..Too tedious to go for a re-check..Hope the official solution is much simpler and less time consuming!!