Free counters!

Saturday, July 18, 2015

Converting from Base 3 to Base 10 Problems

Category: Arithmetic

"Published in Vacaville, California, USA"

Convert 1213 into Base 10.
  
Solution:
                             
The given number which is
1213 is written in Base 3. Base 3 number is also called ternary system. The digits of Base 3 number are 0, 1, and 2.
   
On the other hand, Base 10 number is a number whose digits are 0, 1, 2, 3, 4, 5, 6, 7, 8, and 9. 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. Base 10 number is a common number that we are using right now in everyday life. 
       
Now, let's convert
1213 into Base 10. How? Let's multiply each digits by the powers of 3 as follows:
         
Base 3 Digits:        1      2      1    
Multiply by:            3²     3¹     3⁰   

             
Add all the digits, we have
                 
(1 x 
) + (2 x ) + (1 x 3⁰= 9 + 6 + 1 = 16
             
Therefore,
1213 = 16