x and y are distinct 2 digit numbers such that y is obtained by reversing the digits of x. Suppose they also satisfy x^2 - y^2 = m^2 for some positive integer m, then find the value of x+y+m?
65^2 - 56^2 = 1089 (x^2 - y^2 = m^2) and m^0.5 = 33