It gets even better!
For multiplication of 1 to 10 by 9, the tens digit is one less than the number (and the units place is easily computed 9 minus the recursive (repeated) sum of those digits, just as in your post), e.g. 6*9 = 54, 8*9 = 72, 10*9 = 90.
For multiplication of 11 to 20 by 9, the...