Base conversion - the LOGIC and INTUITION behind it

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
O.J.
Messages
198
Reaction score
0
Base conversion -- the LOGIC and INTUITION behind it...

for example, converting from base 10 to 2, a systematic way is to divide the number by 2's successively and keep track of the remainder. the remainder coefficients represent the binary number. Now why does this work is beyond me but I would love to know the idea behind it?

second, I am a bit unsure that you can represent each number using any base. e.g. write 7 to base 8?
 
Engineering news on Phys.org
forget my 2nd question. Explain to me the logic on the systematic way of converting from decimal to binary (& other bases in general), please.