Converting between Bases

Suppose you see the binary number $01001110$. What is its equivalent decimal (base $10$) number? Conversely, how do you represent the decimal number $2619$ in the binary system?

We will learn two methods: the subtraction method and the division remainder method. The division remainder method is the easiest and fastest of the two.

Before we see how these methods work, note that a subscript might be used sometimes to indicate in what base a number is written. For example, the number $101_{10}$ is the number $101$ in the decimal system, while the number $101_{2}$ is the binary sequence $101$ written in base 2. [BTW, $101_{2}$ is equal to the number $5_{10}$ in our decimal system.]