Or search by topic
This problem was solved by Alan Riddell of Madras College, Scotland; Justin Sinz, age 16, Skyview HS, Billings, MT, USA; Joel Tay, age 13 ACS, Singapore, and Ling Xiang Ning, Tao Nan School, Singapore.
This is Alan Riddell's solution:
Let the number n be written using the six digits abcdef where
a + d = b + e = c + f = x.
\begin{eqnarray} n &=& 10^5a+ 10^4b + 10^3c + 10^2d + 10e
+ f\\ &=& 99900a + 9990b + 999c + 100(a + d) + 10(b + e) +
(c + f)\\ &=& 999 (100a + 10b + c) + 111x\\ &=&
37[27(100a + 10b + c) + 3x] \end{eqnarray}
Take any pair of two digit numbers x=ab and y=cd where, without loss of generality, ab > cd . Form two 4 digit numbers r=abcd and s=cdab and calculate: {r^2 - s^2} /{x^2 - y^2}.
a) A four digit number (in base 10) aabb is a perfect square. Discuss ways of systematically finding this number. (b) Prove that 11^{10}-1 is divisible by 100.