The first step to convert a decimal number into another in base
Example
How would number
To find this, it will be necessary to divide
The first digit of the number we are looking for is the result of the division, and the second one is the remainder.
This way, the equivalent of
We can prove that the operation is correct by decomposing the number:
Example
Following the same line, the number
The first digit of the number we are looking for is the result of the last division, the second digit is the remainder of the same division, and the third and fourth digits are the remainders of the previous divisions, so the obtained number is:
It is possible to prove again that the calculations are correct by decomposing the obtained number:
Example
Convert
Hexadecimal means base
So:
Remember that the symbol to express
Decomposing the number in powers of
Example
To convert the following number into binary system:
First, it is necessary to convert it into decimal system and then into binary by doing all the possible integer divisions by
So that: