
Partial Sums Method
of Addition
| The
Partial Sums method is a two-stage process. In the first stage one looks
at each column (working left to right) and adds up the place-values
represented by the digits in that column. In the second stage those
partial sums are added together. In the first example at right the
process is applied to So, let us explore the Partial
Sums algorithm in a case where the second stage and even the logical
third stage involve carrying. Try |
148
+ 67
+ 266
---
-> 300
+ 160
+ 21
---
481
678
+ 67
+ 266
---
-> 800
+ 190
+ 21
---
-> 900
+ 110
+ 1
----
1011
|