The document describes several methods for adding and subtracting multi-digit numbers:
The partial-sums method involves adding numbers column-by-column from left to right, recording partial sums, and then adding the partial sums.
The column-addition method adds each column separately in any order, carrying numbers to the next column as needed.
The partial-difference method performs subtraction column-by-column from left to right, subtracting the smaller number from the larger number in each column and recording partial differences.