- #1
O.J.
- 199
- 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?
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?