say you have a two digit number, AB, where A is the tens digit and B is the ones digit and another two digit number, CD, similar to AB, where CD = BA. for example, AB = 73 and CD = 37 (A = 7, B = 3, C = 3, D = 7).
AB - CD = 9 * (D - B)
works for any numbers.
examples:
81-18 = 9 * (8-1) = 63
97-79 = 9 * (9-7) = 18
is there theorem or something about this already that ive just forgotten since high school?
AB - CD = 9 * (D - B)
works for any numbers.
examples:
81-18 = 9 * (8-1) = 63
97-79 = 9 * (9-7) = 18
is there theorem or something about this already that ive just forgotten since high school?