Quote:
Originally posted by Darkwraith
Why does it work?
Well, if you multiply something with 11 (I know Alkatran used 1.1 in his example, but explanation is easier with 11), you're in fact adding the tenfold of the number with the number itself. To multiply a number with 10 (the radix of the decimal system!), all digits are shifted one position to the left, and a zero is added to the right. This number is added to the original value, so the "target" digit has the same value as the "source" digit and the one to the left of it.