Multiplication
Multiplicand DS (a) X Multiplier DS (b) = Ans DS (c) c=ab
(alt 1: delete digits which = 9 when summed together. Alt 2: delete all digits divisible by 3).
Division
Divisor DS (b) x Quotient DS (c) = Dividend DS (a) a=bc
NB: Minus any Remainder from Dividend before DS
Addition