let and be two 2-digit numbers such that is obtained by reversing the digits of . Suppose they also satisfy for some positive integer . Then the value of is:
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 x be 10a+b....... so y= 10b+a.... x^{2}-y^{2}=m^{2} => (10a+b)^2-(10b+a)^2=m^2
on simplifying the above equation we get.......
99(a^2-b^2)=m^2
99(a^2-b^2) will be a square only when the value of a^2-b^2 is atleast 11
so a^2-b^2=11...... .(a+b)(a-b)=11
a+b=11.....and a-b=1
so we get a=6 and b=5
so x=65 and y=56 and hence m^2=1089
m=33
x+y+m=154