+ 1 1 1 0 0 0 1 1 1
Compute the binary sum above. Be sure to give your answer in binary.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
11001 converted to decimal is 25 while 1011 converted to decimal is 11. Adding these two decimal numbers gives 36.
Now we convert 36 back to base 2:
3 6 = 2 5 + 2 2 ⟶ 1 0 0 1 0 0
Try to think in base 2.
Problem Loading...
Note Loading...
Set Loading...
It is like this: 1 2 + 0 2 = 1 2 , 1 2 + 1 2 = 1 0 2 we use classical addition.
Sum the last digit: 1 2 + 1 2 = 1 0 2 . carry the 1 and repeat this process for all the digits, we will end up with 1 0 0 1 0 0 2