Free counters!

Sunday, July 12, 2015

Converting from Base 10 to Base 2 Problems

Category: Arithmetic

"Published in Newark, California, USA"

Convert 85 into Base 2.

Solution:

The given number which is 85 is written in Base 10. 85 can also be written as 8510. If you don't see any subscript at the given number, then that number is written in Base 10. Base 10 number is also called decimal system.  The digits of Base 10 number are 0, 1, 2, 3, 4, 5, 6, 7, 8, and 9. Base 10 number is a common number that we are using right now in everyday life. 

On the other hand, Base 2 number is a number whose digits are 0 and 1. If you see a subscript of 2 at the given number, then that number is written in Base 2. Base 2 number is also called binary system. 

Now, let's convert 85 into Base 2. How? Let's divide 85 by 2 as follows:

                85 ÷ 2 = 42 + R1

Next, let's divide the quotient, which is 42, as follows: 

                85 ÷ 2 = 42 + R(1)
                42 ÷ 2 = 21 + R(0)

Do the same thing with 21 until the quotient is 0 as follows:

                85 ÷ 2 = 42 + R(1)
                42 ÷ 2 = 21 + R(0)
                21 ÷ 2 = 10 + R(1)
                10 ÷ 2 =   5 + R(0)
                  5 ÷ 2 =   2 + R(1)
                  2 ÷ 2 =   1 + R(0) 
                  1 ÷ 2 =   0 + R(1) 

The remainders will be the digits of Base 2 number. Use the digits of the remainders from bottom to top. Therefore,

                  85 = 10101012