Binary Div Rules
Binary Div Rules
Some things to note when subtracting binary numbers during binary division: When carrying the 11, the next place value reads as 10 (or 2 decimal) in the top line of a subtraction. So, it follows that 10 reads as 10 = 2 decimal in the top line in binary. The same as 17 would read as 17 in the top line of a decimal subtraction. The payback of the 1 in the bottom line of the subtraction becomes 11 - which reads as 1 + 1 = 10 in binary, or 2 decimal. The following examples should help:
Dec
Binary
58 - 1 1 1 0 110 1 1 1 57 111001
58
Dec 303 27
30 3
NOTE:
binary
1
binary
decimal
1-
11 -
3 -
1 1
10 1
2 1
Example: Perform the division of 99 / 9 in binary. 1. Decimal 99 = 110 0011 Decimal 9 = 1001 1001 0110 ..ones complement 0111 .. Add 1 to get twos complement of 9 in binary
100 1
0 1 1 1+
3. Perform long division by adding the twos complement to find the remainder, instead of subtracting the binary number of the divisor.