Free counters!

Thursday, July 23, 2015

Converting from Base 4 to Base 10 Problems, 2

Category: Arithmetic

"Published in Vacaville, California, USA"

Convert 3330124 into Base 10.
  
Solution:
                             
The given number which is
3330124 is written in Base 4. Base 4 number is also called quaternary system. The digits of Base 4 number are 0, 1, 2, and 3.
   
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
3330124 into Base 10. How? Let's multiply each digits by the powers of 4 as follows:
         
Base 4 Digits:        3      3      3     
0      1      2          
Multiply by:            4⁵     4⁴     4³   
4²     4¹     4⁰    
             
Add all the digits, we have
                 
(3 x
4⁵) + (3 x 4⁴) + (3 x ) + (0 x 4²) + (1 x 4¹) + (2 x 4⁰) = 3072 + 768 + 192 + 0 + 4 + 2 = 4038
             
Therefore,
3330124 = 4038