Addition
Add a Column of Numbers
Add three numbers (25 + 38 + 14) by summing each place column from right to left, carrying when the column total reaches 10 or more.
column-sum
When adding three or more numbers, sum all digits in each place column from right to left. Apply the same carry rule: if the column total is 10 or more, write the ones digit and carry the rest to the next column.