Question 252191
<pre><font size = 4 color = "indigo"><b>
This time drk's solution was shorter than mine.  Essentially he
took square roots of both sides of

{{{99(t-u)(t+u)=k^2}}}

getting

{{{3sqrt(11*(t-u)(t+u))=k}}}

Ssince the right side is a positive integer, the left side must 
be also.  That means there must be another factor of 11 under 
the square root radical, and the only possibility of the sum of 
two digits being a multiple of 11 is for (t+u) to be 11, and that 
is only true when t=6 and t=5. 
 
Here was my longer solution:
-----------------------------
</pre></font></b>
A two digit number has different digits. If the difference between the square of the number and the square of the number whose digits are interchanged is a positive perfect square, what is the two digit number?

<pre><font size = 4 color = "indigo"><b>

There must exist integer k so that:

{{{(10t+u)^2-(10u+t)^2=k^2}}}

Factor the left side as the difference of two perfect squares:

{{{"["}}}{{{(10t+u)-(10u+t)}}}{{{"]"}}}{{{"["}}}{{{(10t+u)+(10u+t)}}}{{{"]"}}}{{{"="}}}{{{k^2}}}

Simplifying:

{{{"["}}}{{{10t+u-10u-t}}}{{{"]"}}}{{{"["}}}{{{10t+u+10u+t}}}{{{"]"}}}{{{"="}}}{{{k^2}}}

{{{(9t-9u)(11t+11u)=k^2}}}

{{{9(t-u)*11(t+u)=k^2}}}

{{{99(t-u)(t+u)=k^2}}}

{{{(t-u)(t+u)=(k^2)/99}}}

Write 99 as a product of primes:

{{{(t-u)(t+u)=(k^2)/(3^2*11)}}}

Since the left side is an integer, the right side must be also.
So {{{k^2}}} must contain factors {{{3^2*11^2}}} as well as 
possibly another perfect square {{{m^2}}}.

So {{{k^2}}} must be a perfect square of the form {{{3^2*11^2*m^2}}},
where m is a positive integer. 

{{{(t-u)(t+u)=(3^2*11^2*m^2)/(3^2*11)}}}

That gives:

{{{(t-u)(t+u)=11m^2}}}

The largest possible value of (t-u)(t+u) is 
when t=9 and u=0, or (9-0)(9+0)=81 and the smallest
is when t=1 and u=0, or (1-0)(1+0)=1.  Therefore the
right side must satisfy this:

{{{1<=11m^2<=81}}}
{{{1/11<=m^2<=81/11=7&4/11}}}
{{{1<=m^2<=4}}} since 4 is the largest perfect 
square that does not exceed {{{7&4/11}}}, and since
1 is the smallest largest perfect square that exceeds
{{{1/11}}}.
Therefore
{{{1<=m<=2}}}

So m is either 1 or 2.

When m = 2, we have

{{{(t-u)(t+u)=44}}}

The only ways 44 can be written as the product of two
integers are 1*44, 2*22, and 4*11. But the larger factor,
t+u cannot be more than 9+8 or 17, thus that would leave
only 4*11.  4 is even and 11 is odd. However t-u and t+u 
are either both even or both odd.  So we have ruled out 
m = 2.

That leaves only the possibility 

m = 1 and

{{{(t-u)(t+u)=11}}}

Since 11 is prime, the only two positive integer factors it has
are 1 and 11.  Therefore the smaller factor {{{(t-u)}}} must be 1
and the larger factor 11.  So we have the system of equations:

{{{system(t-u=1,t+u=11)}}}

Solving that gives us t=6 and u=5, which both can be digits.  
So the only solution is the two digit number 65.

Edwin</pre>