165k views
11 votes
Describe the conversation process from any base number to decimal and vice versa. (No numbers, variables are okay)

User PastorPL
by
3.8k points

1 Answer

10 votes

To convert a decimal integer number (a decimal number in which any fractional part is ignored) to any other radix, all that is needed is to continually divide the number by its radix, and with each division, write down the remainder. When read from bottom to top, the remainder will be the converted result.

hope this helps

User Tentimes
by
3.7k points