Free counters!

Saturday, August 22, 2015

Converting from Base 10 to Base 13 Problems, 2

Category: Arithmetic

"Published in Newark, California, USA"

Convert 8745699 into Base 13.
  
Solution:
                                      
The given number which is
8745699 is written in Base 10. 8745699 can also be written as 874569910. 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 13 number is a number whose digits are 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, and 12. Since 10, 11, and 12 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, B = 11, and C = 12. Hence, the digits of Base 13 number are 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, and C. If you see a subscript of 13 at the given number, then that number is written in Base 13. Base 13 number is also called tridecimal system. 
      
Now, let's convert
8745699 into Base 13. How? Let's divide 8745699 by 13 as follows:
   
               
8745699 ÷ 13 = 672746 + R(1)
   
Next, let's divide the quotient, which is 672746, as follows: 
    
                8745699 ÷ 13 = 672746 + R(1)
                  672746 ÷ 13 =   51749 + R(9)

Do the same thing with 51749 until the quotient is 0 as follows:
   
                8745699 ÷ 13 = 672746 + R(1)
                  672746 ÷ 13 =   51749 + R(9)
   
                    51749 ÷ 13 =     3980 + R(9)
                      3980 ÷ 13 =       306 + R(2)
                        306 ÷ 13 =         23 + R(7)
                          23 ÷ 13 =           1 + R(10 or A)
                            1 ÷ 13 =           0 + R(1)
 
The remainders will be the digits of Base 13 number. Use the digits of the remainders from bottom to top. Therefore,
   
                  8745699
= 1A7299113

Friday, August 21, 2015

Converting from Base 10 to Base 13 Problems

Category: Arithmetic

"Published in Newark, California, USA"

Convert 95876 into Base 13.
  
Solution:
                                      
The given number which is
95876 is written in Base 10. 95876 can also be written as 9587610. 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 13 number is a number whose digits are 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, and 12. Since 10, 11, and 12 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, B = 11, and C = 12. Hence, the digits of Base 13 number are 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, and C. If you see a subscript of 13 at the given number, then that number is written in Base 13. Base 13 number is also called tridecimal system. 
      
Now, let's convert
95876 into Base 13. How? Let's divide 95876 by 13 as follows:
   
               
95876 ÷ 13 = 7375 + R(1)
   
Next, let's divide the quotient, which is 7375, as follows: 
    
                95876 ÷ 13 = 7375 + R(1)
                  7375 ÷ 13 =   567 + R(4)

Do the same thing with 567 until the quotient is 0 as follows:
   
                95876 ÷ 13 = 7375 + R(1)
                  7375 ÷ 13 =   567 + R(4)
 
                    567 ÷ 13 =     43 + R(8)
                      43 ÷ 13 =       3 + R(4)
                        3 ÷ 13 =       0 + R(3)
 
The remainders will be the digits of Base 13 number. Use the digits of the remainders from bottom to top. Therefore,
   
                  95876
= 3484113

Thursday, August 20, 2015

Converting from Base 12 to Base 10 Problems, 2

Category: Arithmetic

"Published in Vacaville, California, USA"


Convert A245A3B12 into Base 10.
  
Solution:
                             
The given number which is
A245A3B12 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
A245A3B12 into Base 10. How? Let's multiply each digits by the powers of 12 as follows:
         
Base 6 Digits:      
A      2      4      5      A      3      B                 
Multiply by:         
12⁶   12⁵   12⁴   12³   12²   12¹   12
             
Add all the digits, we have
                 
(A x 12⁶) + (2 x 12⁵) + (4 x 12⁴) + (5 x 12³) + (A x 12²) + (3 x 12¹) + (B x 12) = 29859840 + 497664 + 82944 + 8640 + 1440 + 36 + 11 = 30450575
             
Therefore,
A245A3B12 = 30450575