Now we see how to convert decimal to binary. There are two approaches. We first look at the division approach. Starting with the decimal number, divide by 2 and record the quotient and remainder. Keep dividing the quotient by 2 until the quotient reaches 0. The binary equivalent is the remainder top-down written from right to left. This comes from the textbook figure 3.4.