Free counters!
Showing posts with label Arithmetic. Show all posts
Showing posts with label Arithmetic. Show all posts

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

Sunday, August 16, 2015

Converting from Base 11 to Base 10 Problems, 2

Category: Arithmetic

"Published in Vacaville, California, USA"


Convert 2A193A411 into Base 10.
  
Solution:
                             
The given number which is
2A193A411 is written in Base 11. Base 11 number is also called undecimal system. The digits of Base 11 number are 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, and 10. Since 10 is not accepted as a digit, then we have to substitute a variable which is A = 10. Hence, the digits of a Base 11 number are 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, and A.
   
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
2A193A411 into Base 10. How? Let's multiply each digits by the powers of 11 as follows:
         
Base 6 Digits:      
2      A      1      9      3      A      4                 
Multiply by:         
11⁶   11⁵   11⁴   11³    11²   11¹   11
             
Add all the digits, we have
                 
(2 x 11⁶) + (A x 11⁵) + (1 x 11⁴) + (9 x 11³) + (3 x 11²) + (A x 11¹) + (4 x 11) = 3543122 + 1610510 + 14641 + 11979 + 363 + 110 + 4 = 5180729
             
Therefore,
2A193A411 = 5180729

Saturday, August 15, 2015

Converting from Base 11 to Base 10 Problems

Category: Arithmetic

"Published in Vacaville, California, USA"


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

Friday, August 14, 2015

Converting from Base 10 to Base 11 Problems, 2

Category: Arithmetic

"Published in Vacaville, California, USA"

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

Do the same thing with 16391 until the quotient is 0 as follows:
   
                1983425 ÷ 11 = 180311 + R(4)
                  180311 ÷ 11 =   16391 + R(10 or A)

                    16391 ÷ 11 =     1490 + R(1)
                      1490 ÷ 11 =       135 + R(5)
                        135 ÷ 11 =         12 + R(3)
                          12 ÷ 11 =           1 + R(1)
                            1 ÷ 11 =           0 + R(1)
 
The remainders will be the digits of Base 11 number. Use the digits of the remainders from bottom to top. Therefore,
   
                  1983425
= 11351A411