All letters represent unique numbers between 0-9
Basic starting point: If you subtract all the digits from a number, you get a multiple of 9
ABC = 100 x A + 10 x B + C = (99 x A + 9 x B) + A + B + C = 9 (11 x A + B) + A + B + C
Inversely stated, it means