Free counters!

Wednesday, August 19, 2015

Converting from Base 12 to Base 10 Problems

Category: Arithmetic

"Published in Vacaville, California, USA"


Convert 2AB4512 into Base 10.
  
Solution:
                             
The given number which is
2AB4512 is written in Base 12. Base 12 number is also called duodecimal system. The digits of Base 12 number are 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, and 11. Since 10 and 11 are not accepted as a digit, then we have to substitute a variable which is A = 10 and B = 11. Hence, the digits of a Base 12 number are 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, and B.
   
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
2AB4512 into Base 10. How? Let's multiply each digits by the powers of 12 as follows:
         
Base 6 Digits:        2      A       B      4      5     
           
Multiply by:          
12⁴   12³    12²   12¹   12
             
Add all the digits, we have
                 
(2 x 12⁴) + (A x 12³) + (B x 12²) + (4 x 12¹) + (5 x 12) = 41472 + 17280 + 1584 + 48 + 5 = 60389
             
Therefore,
2AB4512 = 60389

Tuesday, August 18, 2015

Converting from Base 10 to Base 12 Problems, 2

Category: Arithmetic

"Published in Vacaville, California, USA"

Convert 9983624 into Base 12.
  
Solution:
                                      
The given number which is
9983624 is written in Base 10. 9983624 can also be written as 998362410. 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 12 number is a number whose digits are 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, and 11. Since 10 and 11 are not accepted as a single digit, then we have to use a variable to substitute a two digit number. In this case, let A = 10 and B = 11. Hence, the digits of Base 12 number are 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, and B. If you see a subscript of 12 at the given number, then that number is written in Base 12. Base 12 number is also called duodecimal system. 
      
Now, let's convert
9983624 into Base 12. How? Let's divide 9983624 by 12 as follows:
   
               
9983624 ÷ 12 = 831968 + R(8)
   
Next, let's divide the quotient, which is 831968, as follows: 
    
                9983624 ÷ 12 = 831968 + R(8)
                  831968 ÷ 12 =   69330 + R(8)

Do the same thing with 69330 until the quotient is 0 as follows:
   
                9983624 ÷ 12 = 831968 + R(8)
                  831968 ÷ 12 =   69330 + R(8)
   
                    69330 ÷ 12 =     5777 + R(6)
                      5777 ÷ 12 =       481 + R(5)
                        481 ÷ 12 =         40 + R(1)
                          40 ÷ 12 =           3 + R(4)
                            3 ÷ 12 =           0 + R(3)
 
The remainders will be the digits of Base 12 number. Use the digits of the remainders from bottom to top. Therefore,
   
                  9983624
= 341568812

Monday, August 17, 2015

Converting from Base 10 to Base 12 Problems

Category: Arithmetic

"Published in Vacaville, California, USA"

Convert 74512 into Base 12.
  
Solution:
                                      
The given number which is
74512 is written in Base 10. 74512 can also be written as 7451210. 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 12 number is a number whose digits are 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, and 11. Since 10 and 11 are not accepted as a single digit, then we have to use a variable to substitute a two digit number. In this case, let A = 10 and B = 11. Hence, the digits of Base 12 number are 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, and B. If you see a subscript of 12 at the given number, then that number is written in Base 12. Base 12 number is also called duodecimal system. 
      
Now, let's convert
74512 into Base 12. How? Let's divide 74512 by 12 as follows:
   
               
74512 ÷ 12 = 6209 + R(4)
   
Next, let's divide the quotient, which is 6209, as follows: 
    
                74512 ÷ 12 = 6209 + R(4)
                  6209 ÷ 12 =   517 + R(5)

Do the same thing with 517 until the quotient is 0 as follows:
   
                74512 ÷ 12 = 6209 + R(4)
                  6209 ÷ 12 =   517 + R(5)
     
                    517 ÷ 12 =     43 + R(1)
                      43 ÷ 12 =       3 + R(7)
                        3 ÷ 12 =       0 + R(3)
 
The remainders will be the digits of Base 12 number. Use the digits of the remainders from bottom to top. Therefore,
   
                  74512
= 3715412