Free counters!

Tuesday, July 28, 2015

Converting from Base 10 to Base 6 Problems

Category: Arithmetic

"Published in Vacaville, California, USA"


Convert 699 into Base 6.
  
Solution:
                                      
The given number which is
699 is written in Base 10. 699 can also be written as 69910. 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 6 number is a number whose digits are 0, 1, 2, 3, 4, and 5. If you see a subscript of 6 at the given number, then that number is written in Base 6. Base 6 number is also called heximal system. 
      
Now, let's convert
699 into Base 6. How? Let's divide 699 by 6 as follows:
   
               
699 ÷ 6 = 116 + R(3)
   
Next, let's divide the quotient, which is 116, as follows: 
    
                699
÷ 6 = 116 + R(3)
                116 ÷ 6 =   19 + R(2)
 
Do the same thing with 19 until the quotient is 0 as follows:
   
               
699 ÷ 6 = 116 + R(3)
                116 ÷ 6 =   19 + R(2)
                  
                  19 ÷ 6 =     3 + R(1)
                    3 ÷ 6 =     0 + R(3) 
   
The remainders will be the digits of Base 6 number. Use the digits of the remainders from bottom to top. Therefore,
   
                  699
= 31236