Computer Science, asked by asimfaizan469, 5 hours ago

someone plz show the whole way how binary (111011)²+(101110)²=(105)¹⁰​

Answers

Answered by aadyadwivedi395
2

Explanation:

Step 1: Divide (105)10 successively by 2 until the quotient is 0:

105/2 = 52, remainder is 1

52/2 = 26, remainder is 0

26/2 = 13, remainder is 0

13/2 = 6, remainder is 1

6/2 = 3, remainder is 0

3/2 = 1, remainder is 1

1/2 = 0, remainder is 1

Step 2: Read from the bottom (MSB) to top (LSB) as 1101001.

So, 1101001 is the binary equivalent of decimal number 105 (Answer).

Similar questions