Difference between revisions of "Alternative Base Addition"

From Coder Merlin
Line 1: Line 1:
[[File:One_and_One_is_Ten.png|thumb|link=|1 + 1 = 10]]
[[File:One_and_One_is_Ten.png|thumb|link=|1 + 1 = 10]]
{|
|[[File:Dark apple.png|thumb|Dark apple]]
|[[File:Dark apple.png|thumb|Dark apple]]
|}
== Prerequisites ==
== Prerequisites ==
* [[W1011 Number Systems]]
* [[W1011 Number Systems]]
== Addition (Decimal System) ==
== Addition (Decimal System) ==
Addition is a basic (and critical) operation.  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:
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 ==
== Topic Headers ==
Line 9: Line 16:
== Exercises ==
== Exercises ==
== References ==
== References ==
* [https://en.wikipedia.org/wiki/Addition Addition] (Wikipedia)

Revision as of 08:13, 19 July 2019

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]