• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

i just realized some simple math

kstu

Golden Member
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?
 
Originally posted by: kstu
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 = 10A+B
CD = 10C+D
Since you said A=D and B=C

AB-CD=AB-BA= 10A+B-10B-A=9(A-B)=9(D-B)
 
Anyone remember that crystal ball thing from a few months ago? It was based on this same principle.
To clarify, the crystal ball thing was where you'd pick a number, do some functions which resembled flipping the number around, and would always end up with a multiple of nine, which is what the ball would guess.
 
Back
Top