You take two numbers for this operation - I will be using 24 and 56 - that's 1344. In order to use this method, we need to create a two-column table. On the top of the left column write one number, and on the top of the right the other one. Then start dividing the left number by 2 (if it's an odd number, reduce it by 1 - 12 instead of 13) and multiplying the right by 2 at the same time. You would get something like this:
24 | 56
12 | 112
6 | 224
3 | 448
1 | 896
0 | 1792
Now, cross out every line that has an even number in the left column.
3 | 448
1 | 896
Now add up the numbers in the right columns, the ones that are not crossed out. 448+896=1344. Interesting, huh? There is also Russian division, but I'm not quite into that one


