Computer Science, asked by prernayadav18, 4 days ago

Subtract the following in binary form please!!

IT WILL BE REALLY HELPFUL IF YOU HELP ME WITH THIS PLEASE....​

Attachments:

Answers

Answered by Anonymous
43

Binary subtraction

The following are the tips and concepts that can be use to find the solution:

  • 1 - 0 = 1
  • 1 - 1 = 0
  • 0 - 0 = 0
  • 0 - 1

This can be done directly, hence we borrow one digit from the digit to the left or next higher order digits.

Solution:

\boxed{\begin{align}\qquad 10000 \\ - 1101 \\ \frac{\qquad \quad}{} \\ 011 \\ \frac{\qquad \quad}{}\end{align}}

In the question, two binary numbers has been given and we've been asked to subtract that two binary numbers. The Brainly numbers for subtraction are:

  • 1000 - 1101

There are two methods or ways to solve this question, first method is binary notation and second method is decimal notation.

In binary notation,

= 10000 - 1101

= \boxed{011}

In decimal notation,

We know that, 10000 = 16 and 1101 = 13. Therefore,

= 16 - 13

= \boxed{3}

Thus, 011 is the answer for this binary subtraction.

Similar questions