Our typical number system is base-10 (or decimal), but we often have others.

To convert to base-10 from other base systems (also referred to as radices) with base , where we work backwards from the least significant digit (from the right), we have the formula:

To convert from base-10 to any number system, we can successively divide our decimal number by , keep the remainder, and continue. The first number we get is the least significant digit, and the last number we get is the first digit.