Binary Multiplication

The procedure for binary multiplication is similar to that in decimal system.

The rules of binary multiplication are given by the following table:

× 1 0
1 1 0
0 0 0

As in decimal system, the multiplication of binary numbers is carried out by multiplying the multiplicand by one bit of the multiplier at a time and the result of the partial product for each bit is placed in such a manner that the LSB is under the corresponding multiplier bit.

Finally the partial products are added to get the complete product. The placement of the binary point in the product of two binary numbers having fractional representation is determined in the same way as in the product of decimal numbers with fractional representation. The total number of places after the binary point in the multiplicand and the multiplier is counted.


The binary point in the product is then placed before this total number of places counted from right. It should be noted that a multiplication by zero makes all the bits of the partial product zero and may thus be ignored in intermediate steps.

Also, a multiplication by 1 leaves the bits of multiplicand unchanged but shifts it towards the left by one bit position. The multiplication of binary numbers becomes more convenient by carrying out intermediate sums of partial products.

In the case of binary multiplication there are certain advantages. The multiplication is actually the addition of multiplicand with itself after some suitable shift depending upon the multiplier. Thus multiplication is actually a process of shifting and adding. This process is to be continued until the shifting due to MSB of the multiplier is done and final addition is made.


A few examples will make the process of binary multiplication clear:

Multiply:

(i) 10111 by 1101

Solution:

                                1 0 1 1 1

                                   1 1 0 1

                                 1 0 1 1 1            First partial product

                            1 0 1 1 1     

                            1 1 1 0 0 1 1            First intermediate sum

                         1 0 1 1 1          

                       1 0 0 1 0 1 0 1 1            Final sum.

Hence the required product is 100101011.


(ii) 11011.101 by 101.111

                                        1 1 0 1 1 . 1 0 1

                                             1 0 1 . 1 1 1  

                                        1 1 0 1 1 . 1 0 1

                                     1 1 0 1 1 1 . 0 1           First partial product

                                  1 0 1 0 0 1 0   1 1 1         First intermediate sum

                                  1 1 0 1 1 1 0   1        

                               1 1 0 0 0 0 0 1   0 1 1     Second intermediate sum

                               1 1 0 1 1 1 0 1              

                             1 1 0 0 1 1 1 1 0   0 1 1         Third intermediate sum

                          1 1 0 1 1 1 0 1                    

                       1 0 1 0 0 0 1 0 0 1 0   0 1 1

Hence the required result is 10100010.010011.

Binary Numbers

  • Decimal Number System
  • Why Binary Numbers are Used
  • Binary to Decimal Conversion
  • Conversion of Numbers
  • Hexa-decimal Number System
  • Conversion of Binary Numbers to Octal or Hexa-decimal Numbers
  • Octal and Hexa-Decimal Numbers
  • Signed-magnitude Representation
  • Radix Complement
  • Diminished Radix Complement
  • Arithmetic Operations of Binary Numbers


From Binary Multiplication to HOME PAGE




Didn't find what you were looking for? Or want to know more information about Math Only Math. Use this Google Search to find what you need.



Share this page: What’s this?

Recent Articles

  1. Adding 1-Digit Number | Understand the Concept one Digit Number

    Apr 26, 24 01:55 PM

    Add by Counting Forward
    Understand the concept of adding 1-digit number with the help of objects as well as numbers.

    Read More

  2. Subtracting 2-Digit Numbers | How to Subtract Two Digit Numbers?

    Apr 26, 24 12:36 PM

    Subtracting 2-Digit Numbers
    In subtracting 2-digit numbers we will subtract or minus a two-digit number from another two-digit number. To find the difference between the two numbers we need to ‘ones from ones’ and ‘tens from

    Read More

  3. 1st Grade Word Problems on Subtraction | Subtracting 2-Digit Numbers

    Apr 26, 24 12:06 PM

    1st Grade Word Problems on Subtraction
    In 1st grade word problems on subtraction students can practice the questions on word problems based on subtraction. This exercise sheet on subtraction can be practiced by the students to get more ide…

    Read More

  4. Subtracting 1-Digit Number | Subtract or Minus Two One-Digit Number

    Apr 26, 24 11:21 AM

    Cross Out 6 Objects
    In subtracting 1-digit number we will subtract or minus one-digit number from one-digit number or one-digit number from 2-digit number and find the difference between them. We know that subtraction me…

    Read More

  5. Perimeter of a Square | How to Find the Perimeter of Square? |Examples

    Apr 25, 24 05:34 PM

    Perimeter of a Square
    We will discuss here how to find the perimeter of a square. Perimeter of a square is the total length (distance) of the boundary of a square. We know that all the sides of a square are equal. Perimete…

    Read More