Free counters!

Friday, July 17, 2015

Converting from Base 10 to Base 3 Problems, 2

Category: Arithmetic

"Published in Vacaville, California, USA"

Convert 685401 into Base 3.
  
Solution:
                                      
The given number which is
685401 is written in Base 10. 685401 can also be written as 68540110. 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 3 number is a number whose digits are 0, 1 and 2. If you see a subscript of 3 at the given number, then that number is written in Base 3. Base 3 number is also called ternary system. 
      
Now, let's convert
685401 into Base 3. How? Let's divide 685401 by 3 as follows:
   
               
685401 ÷ 3 = 228467 + R(0)
   
Next, let's divide the quotient, which is 228467, as follows: 
    
                685401 ÷ 3 = 228467 + R(0)
                228467 ÷ 3 =   76155 + R(2)
 
Do the same thing with 76155 until the quotient is 0 as follows:
   
               
685401 ÷ 3 = 228467 + R(0)
                228467 ÷ 3 =   76155 + R(2)

                  76155 ÷ 3 =   25385 + R(0)
                  25385 ÷ 3 =     8461 + R(2)
                    8461 ÷ 3 =     2820 + R(1)
                    2820 ÷ 3 =       940 + R(0) 
                      940 ÷ 3 =       313 + R(1) 

                      313 ÷ 3 =       104 + R(1) 
                      104 ÷ 3 =         34 + R(2)  
                        34 ÷ 3 =         11 + R(1)  
                        11 ÷ 3 =           3 + R(2)  
                          3 ÷ 3 =           1 + R(0)  
                          1 ÷ 3 =           0 + R(1)  
                   
The remainders will be the digits of Base 3 number. Use the digits of the remainders from bottom to top. Therefore,
   
                 
685401 = 10212110120203