Binary Division – Rules, Steps, Tricks, Facts, Examples, FAQs

Home » Math Vocabulary » Binary Division – Rules, Steps, Tricks, Facts, Examples, FAQs

What Is Binary Division?

The process of binary division is performed on binary numbers and it is pretty similar to the division of decimal numbers. The base of the binary number system is 2. It uses only two digits (0 and 1) when performing the division of binary numbers. The binary division procedure involves both binary multiplication and binary subtraction. 

The ‘bi’ in the term ‘binary’ means two. Several computer technologies are based on the binary number system. Therefore, it is crucial to understand the basic operations that you can carry out on binary numbers.

What Are Binary Division Rules?

To carry out our binary division, we must keep in mind the following four rules. 

Binary Division Rules:

  • Dividing 1 by 1 gives 1.

    1 ÷ 1 = 1
  • Dividing 0 by 1 gives zero.

    0 ÷ 1 = 0
  • Dividing 0 by 0 is meaningless.

    0 ÷ 0= Meaningless
  • Dividing 1 by 0 is meaningless. 

    1 ÷ 0 = Meaningless

Let’s summarize!

Binary Division Rules
1 ÷ 1 = 1
0 ÷ 1 = 0
Division by 0 is meaningless.
1 ÷ 0 = Meaningless
0 ÷ 0 = Meaningless 

These four rules must be followed when carrying out binary division.

How To Do Binary Division

There are different ways to do binary division. The simplest way is the long division method. Just like decimal division, there are four key steps involved in the binary division.

  • Divide the suitable digits of the dividend and record the quotient.
  • Multiply the divisor by the quotient and write the product below.
  • Subtract the product from the dividend and write the difference below.
  • Bring down the next digit and repeat.

Let’s recall the binary subtraction and binary multiplication rules as we will be using those in the long division method.

Binary Subtraction Rules:

  • 0 – 0 = 0
  • 1 – 0 = 1
  • 1 – 1 = 0
  • 0 – 1 = 1 (Borrow 1)

Binary Multiplication Rules:

  • 0 × 0 = 0
  • 0 × 1 = 0
  • 1 × 0 = 0
  • 1 × 1 = 1  [borrow or carry over is not applicable.]

Binary Long Division

The process of binary long division is similar to that of the decimal number system. It comprises dividing, multiplying, subtracting, and bringing down.

Let’s understand the binary division with steps. 

Step 1: Compare the first two numbers of the dividend with the divisor. If the divisor is larger, write 0 as the quotient, then bring the second bit of the dividend down. If the divisor is smaller, multiply it with 1 and the result becomes the subtrahend. Add the suitable number in the quotient place. 

Step 2:  Multiply the divisor by the number written at the quotient and subtract the value.

Step 3: Now, bring down the next number (bit) of the dividend and repeat the first two steps. 

Step 4: Repeat the process till you get remainder 0 or reach the end of the dividend. 

The resultant quotient will be your answer.

Example 1: 1110 ÷ 111

Dividend = 1110

Divisor = 111

Binary division of 1110 by 111

Let’s understand the steps we followed here.

Step 1:  Comparison.

Comparing the divisor 111 and the first digit of 1110, we get

  • 111 > 1 (divisor is larger) 

So we can write 0 at the first place of the quotient and move ahead to compare the first two digits.

  • Next, 111 > 11 (divisor is larger)

Again write 0 at the quotient place (now there are two 0’s) and move ahead.

  • Next, 111 = 111 

Thus, write 1 as the third digit of the quotient.

Step 2: Multiply and subtract.

111 multiplied by 1 is 111. 

Write 111 below 111 and subtract.

Subtracting 111 from 111 results in 0.

Step 3: Bring down.

Bring down the next digit of the dividend which is 0.

Now we will repeat the first two steps.

111 > 00 (divisor is larger than the dividend).

So, we place 0 at the quotient and get the remainder 0.

The answer here is 00102.

We can ignore the first two insignificant digits.

Thus, 11102 ÷ 1112 = 102

Example 2: 11100 ÷ 10

Dividend: 11100

Divisor: 10

Now, the division can be carried out in a step-by-step process, as you would do for a decimal number. 

Binary division of number 11100 by 10

The quotient is 11102.

111002 ÷ 102 = 11102

How to Verify Your Answer in the Binary Division (Bold)

Here is how you can verify the answer of the binary division problem using the decimal number system. In the previous example, we calculated

111002 ÷ 102 = 1110102

Here,

(11100)2 = 28

(010)2 = (10)2 = 2

We know that 28 ÷ 2 = 14.

So, the binary equivalent of 14 is 11102.

Thus, the answer is correct. 

Binary division and the equivalent decimal division

Facts about Binary Division

You can also perform binary division by first converting the two binary numbers (dividend and divisor) to decimal numbers. Divide them by the regular decimal long division and convert the resulting quotient back to binary form.Just like in the binary division, division by 0 is also not defined in the decimal system.

Conclusion

The binary division can be performed easily using the long division method. In this article, we learned about the binary division, its rules, formulas, steps for the long division method and a variety of examples. Let’s solve a few examples based on the binary division and try to solve a few MCQs.

Solved Examples on Binary Division

Example 1: Divide: 10010 by 11.

Solution: 

Divisor: 11 

Dividend: 10010

Binary division of 10010 by 11

Here’s how we do it:

Step 1: Compare dividend and divisor.

  • 11 > 10 (divisor is larger)

So, write 0 at the first position of the quotient and move ahead.

  • 11 < 100 (divisor is smaller)

Write 1 at the next position in the quotient. 

Step 2: Multiply and subtract.

11 multiplying by 1 is 11.

Subtracting 11 from 100, we get 1.

Here’s how we do the binary subtraction. (Check out the binary subtraction rules mentioned earlier to understand this.) 

Binary subtraction used in the binary division

Step 3: Bring down.

Bring down the next digit of the dividend, which is 1.

Now, we need to divide 11 by 11.

It is simple. Write 1 at the next position in the quotient.

11 multiplied by 1 is 11.

11 subtracted from 11 is 0.

Thus, 100102 ÷ 112 = 1102

Example 2: Divide 1001002 by 1002.

Solution: 

Dividend: 1001002

Divisor: 1002

Binary division of 100100 by 100

Thus, 1001002 ÷ 1002 = 10012 

Example 3: Find the answer of the binary division 101012 ÷ 112 

Solution:

101012 ÷ 112 = 1112

Binary division of 10101 by 11

Practice Problems on Binary Division

Binary Division - Rules, Steps, Tricks, Facts, Examples, FAQs

Attend this quiz & Test your knowledge.

1

What is 1 ÷ 0 as per the binary division rule?

1
always 0
10
Meaningless
CorrectIncorrect
Correct answer is: Meaningless
According to the rules of binary division rule, the division by 0 is meaningless.
2

What would you get on dividing 0 by 1?

0
1
undefined
10
CorrectIncorrect
Correct answer is: 0
According to the rules of binary division, 0 divided by 1 is 0.
3

What is the answer to the binary division 1102 ÷ 102?

$10_{2}$
$101_{2}$
$11_{2}$
$110_{2}$
CorrectIncorrect
Correct answer is: $11_{2}$
$110_{2} \div 10_{2} = 11_{2}$
4

$100_{2} \div 10_{2} =$ ?

$0_{2}$
$1_{2}$
$10_{2}$
$11_{2}$
CorrectIncorrect
Correct answer is: $10_{2}$
$100_{2} \div 10_{2} = 10_{2}$

Frequently Asked Questions about Binary Division

The base of the binary system is two. The base of a number system refers to the total number of digits used in the given number system.  Thus, it uses only two numbers 0 and 1 to form other numbers.

It is possible to perform all arithmetic operations on binary numbers. You can add, multiply, subtract, and divide binary numbers, just like decimal numbers. However, you must keep in mind the specific rules for each operation.

The binary number 101010 is equivalent to 42, while 110 is the same as 6 in the decimal number system. Therefore, by dividing 42 by 6, we get 7 as the quotient. We can convert 7 to its binary form to obtain the answer. The answer will be 111.