14 foundations of binary arithmetic
to represent larger numbers. Instead of inventing new ciphers to rep-
resent larger numbers, as the Romans had done, they re-used the
same ciphers, placing them in different positions from right to left to
represent increasing values. This system also required a cipher that
represents zero value, and the inclusion of zero in a numeric system
was one of the most important inventions in all of mathematics (many
would argue zero was the single most important human invention, pe-
riod). The decimal numeration system uses the concept of place value,
with only ten ciphers (
0
,
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
, and
9
) used in “weighted”
positions to symbolize numbers.
Each cipher represents an integer quantity, and each place from
right to left in the notation is a multiplying constant, or weight, for
the integer quantity. For example, the decimal notation “
1206
” may be
broken down into its constituent weight-products as such:
1206 = (1X1000) + (2X100) + (0X10) + (6X1)
Each cipher is called a “digit” in the decimal numeration system,
and each weight, or place value, is ten times that of the place to the
immediate right. So, working from right to left is a “ones” place, a
“tens” place, a “hundreds” place, a “thousands” place, and so on.
While the decimal numeration system uses ten ciphers, and place-
weights that are multiples of ten, it is possible to make a different
numeration system using the same strategy, except with fewer or more
ciphers.
binary numeration. The binary numeration system uses only
two ciphers and the weight for each place in a binary number is two
times as much as the place to its right. Contrast this to the decimal
numeration system that has ten different ciphers and the weight for
each place is ten times the place to its right. The two ciphers for
the binary system are zero and one, and these ciphers are arranged
right-to-left in a binary number, each place doubling the weight of the
previous place. The rightmost place is the “ones” place; and, moving
to the left, is the “twos” place, the “fours” place, the “eights” place, the
“sixteens” place, and so forth. For example, the binary number
11010
can be expressed as a sum of each cipher value times its respective
weight:
11010 = (1X16) + (1X8) + (0X4) + (1X2) + (0X1)
The primary reason that the binary system is popular in modern
electronics is because it is easy to represent the two cipher states
(zero and one) electronically; if no current is flowing in the circuit it
represents a binary zero while flowing current represents a binary
one. Binary numeration also lends itself to the storage and retrieval
of numerical information: as examples, magnetic tapes have spots
of iron oxide that are magnetized for a binary one or demagnetized