Humans perform decimal addition by
- Memorising all single-digit additions
- Writing the numbers to be added down right-aligned, one above the other
- Starting at the right and working towards the left
- Adding the digits, writing down the result and propagating any carry to the next column
- Subtraction works the same way, except you borrow from the next column
- Multiplication with a single-digit number works much the same way too
- Multiplicationwith a multi-digit number is treated as a series of separate single digit nultiplications, the results of which are added together