Partial Sums Addition

Partial Sums.gif

The partial sums algorithm is one of the easier addition algorithms to understand. It uses two fundamental properties of addition: the associative property and the commutative property.

Using these properties, I can add things based on their place value. I can add the hundreds together, the tens together, and the ones together. We can then add the resulting partial sums to get the final sum.