Let's Do a Binary addition

10000 1 2 + 10010 1 2 = ? \large 100001_2+100101_2 = \ ?

warning: it's a binary addition!

1100010 100489 200102 1000110 1000111

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.

3 solutions

10000 1 2 = 33 100001_2=33 10010 1 2 = 37 100101_2=37

10000 1 2 + 10010 1 2 = 70 = 100011 0 2 \Rightarrow 100001_2+100101_2=70=\boxed{1000110_2}

Ritam Podder
Aug 20, 2015

In binary addition,1+1=0(carry 1) 0+0=0, 0+1=1 So,try the sum once again!!!

Arulx Z
Nov 9, 2015

Binary addition follows the same rule as integer addition

1 1 1 0 0 0 0 1 + 1 0 0 1 0 1 1 0 0 0 1 1 0 \begin{matrix} 1 & & & & & 1 & \\ & 1 & 0 & 0 & 0 & 0 & 1 \\ + & 1 & 0 & 0 & 1 & 0 & 1 \end{matrix}\\ \overline { \begin{matrix} 1 & 0 & 0 & 0 & 1 & 1 & 0 \end{matrix} }

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...