Question:
Can you show me how to do binary division?
Example:
1011001/100011
Replies:
You can do it in exactly the same way you'd do division in base ten.
_____10.1
100011 )1011001.0
1000110.0
-------
10011.0
10001.1
-------
1.1
.
.
.
Note the binary 0.1 is one half, binary 0.01 is one quarter, etc.
Tim Mooney
NEWTON is an electronic community for Science, Math, and Computer Science K-12 Educators, sponsored and operated by Argonne National Laboratory's Educational Programs, Andrew Skipor, Ph.D., Head of Educational Programs.