2.2 Real numbers in other number bases
Let be a non-negative real number. In the previous section, we saw that we can use powers of to write
where each of and is one of the ten symbols (called digits).
Rather than using powers of and the digits , we can use powers of , for example, to write
where each of and is one of the bits or . This is called a binary representation (or base representation) of , and is important in computing.
Then, for example, because . The binary representation of is , where the subscript indicates that we are working with base .
We will stick to using the familiar decimal numeral system in this course. You can read more about binary if you are interested. Other bases are possible, too, for example the hexadecimal numeral system uses base .