Suppose you are using the number system that uses sticks to represent numbers, as in Method 1. Without using either the number names or the numerals of the Hindu number system, give a method for adding, subtracting, multiplying and dividing two numbers or two collections of sticks.
Hint. In this system a number simply *is* a collection of sticks, so every operation has to be described as something you physically do to the collections.
In this system there are no numerals at all — a number is nothing more than a collection of sticks. So each operation has to be carried out physically on the collections themselves.
Addition. Take the two collections and push them together into a single heap. That combined heap is the sum, because adding is exactly the act of counting two collections together as one.
Subtraction. Starting from the larger collection, remove one stick for every stick in the smaller collection, pairing them off one to one. Whatever is left over is the difference, since the paired sticks are precisely the part being taken away.
Multiplication. Make as many equal collections as the second number tells you, each one the size of the first collection, then push them all together. Multiplication is repeated addition of equal groups, so the total heap is the product.
Division. From the given collection, keep pulling out groups of the required size until you cannot form another full group. The number of complete groups formed is the quotient, and any sticks left over that cannot fill a group form the remainder.
Notice that every one of these is done by one-to-one matching and grouping alone — no number name or written symbol is needed anywhere.
✦ Add by combining the heaps; subtract by pairing off and keeping the leftover; multiply by making that many equal heaps and combining; divide by splitting into groups of the given size and counting the groups.
