Number systems
Overview
Important
A number system is a method for expressing numbers using a consistent set of digits and a base. The base (or radix) determines how many unique digits are used and how place values increase. For example, in base , each digit represents a multiple of a power of .
Important properties
-
A number in base is written as , where each is a digit from to .
-
The value is .
-
Common bases: decimal (10), binary (2), ternary (3), hexadecimal (16).
-
Changing bases involves converting numbers by expressing them in terms of another base.