We commonly represent number is base
, there are
elements in
our base
numbering system,
and
. In a
base
counting system there are
distinct elements,
through
.
When a number which is greater than
needs to be displayed in
base
it is represented by a string composed of the
elements. The value of any given symbol in the string is found by
multiplying that symbol by
, where
is the number of symbols
in the string that are to the right of the symbol in question.
For example; in base 10 the number 982 is equal to
.
In base two the number
is equal to
in base
.