39.2k views
4 votes
1101101+11011 in binary numbers please help

User Yoeriboven
by
6.0k points

1 Answer

2 votes

Answer:

The answer is 1000 1000

Explanation:

In HEX, it would be 88.

In DEC, it would be 136.

In Oct, it would be 210.

Binary, how to add numbers together.

1101101

+ 11011

10001000

This is just like adding regular numbers together.

For example, when you add 88 to 55, this is what will happen

1(r)

88

+ 55

13(+1) 3

143

With binary, when 1 and 0 are added together, the result is 1. When 1 and 1 are added together, the result is 1 and 0 (1 being the "remainder", or the number that is carried over. This number is then added to the next part of the number when adding, just like in normal addition.

User The F
by
4.8k points