Question 315542: find a two digit number which has the square of sum of its digits equal to the number obtain by reversing its digit? Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! find a two digit number which has the square of sum of its digits equal to the number obtain by reversing its digit?
------------------------------
Let the number be 10t + u
----
Equations:
(t+u)^2 = 10u+t
t^2 + 2tu + u^2 = 10u + t
----
You need another equation to solve for the variables.
===
Cheers,
Stan H.