Alternative Base Addition

From Coder Merlin
Within these castle walls be forged Mavens of Computer Science ...
— Merlin, The Coder
1 + 1 = 10
Dark apple
Dark apple

Prerequisites[edit]

Addition (Decimal System)[edit]

Addition is a basic (and critical) operation. Addition is commutative, meaning that the order of the operands does not matter. Addition is associative, meaning that when we're adding more than two operands, the order that we perform the addition does not matter. Let's go back and take a look at how we perform addition in the number system with which we are most familiar, the decimal system.

There are a few simple rules when adding non-zero, whole numbers:

Topic Headers[edit]

Key Concepts[edit]

Exercises[edit]

References[edit]