Computer Science, asked by anushka7777, 1 year ago

Division to 1011 by 11 in binary number system

Answers

Answered by Anonymous
6

Binary division is almost as easy to calculate as multiplying binary numbers, and involves our knowledge of binary multiplication. Be sure to review binary multiplication first.

Let's take for example the division of 1011 into 11.

           11   R=10

11 )1011

         -11

          101

           -11

             10 <-- remainder, R

To check our answer, we first multiply our divisor 11 by our quotient 11. Then we add its' product to the remainder 10, and compare it to our dividend of 1011.

    11

 x 11

    11

+ 11  

1001  <-- product of 11 and 11

1001

+  10

1011  <-- sum of product and remainder

The sum is equal to our initial dividend, therefore our solution is correct.


anushka7777: its okay try to correct it
Anonymous: ok
anushka7777: thank you so much
anushka7777: ❤️❤️
Anonymous: it's my pleasure
Anonymous: in which class do u rad
Anonymous: read
anushka7777: 7th
anushka7777: n u
Anonymous: i have done 10th
Answered by rishirajkr7061
1

Answer:

100001

Explanation:

1011*11=100001

Similar questions