If you are multiplying two binary numbers, one with n number of bits and one with m number of bits, how many bits is the product? For ex., if I multiply a binary number of 6 bits and a binary number of 8 bits, how many bits will the product be?
The rules of binary multiplication are: As per these rules, it very clear, that if the binary multiplication includes 0, then it will result in zero itself. Hence, Binary product of 1 and 1 is equal to 1.
Binary multiplication of two numbers can be done by following the steps given below. Step 1: Arrange the multiplier and the multiplicand in proper positions. For example, we may multiply a 3-digit number and a 2- digit number. In this case, the 2-digit number is to be placed correctly below the 3-digit number, like this,
Active Oldest Votes 8 When you multiply two numbers, the number of bits in the product cannot be less than max (m,n) and cannot be more than (m+n). (Unless one of the two numbers is a 0).
To add all the binary numbers use the rules of binary addition. (The rules for binary addition are listed as follows: 0 + 0 = 0, 0 + 1 = 1, and 1 + 1 = 0, with a carryover of 1. So, 1 + 1 = 10 and 1 + 1 + 1 = 11 in the binary number system)
When you multiply two numbers, the number of bits in the product cannot be less than max(m,n) and cannot be more than (m+n). (Unless one of the two numbers is a 0).
In your example, with m = 6 and n = 8.
The minimum number of bits in the product will be 8 and the maximum will be 14.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With