I think the best way is with an example.
Let us add three binary numbers
10
111
1010
remember that 10 is 1 two and 0 ones. so it is the number 2 in base 10
111 is 1 one, 1 two and one 2^2 or 4 so 111=1+2+4=7 in base 10
and 1010 is zero 1 and one 2 and zero 4 and one 2^3 or eight.
So 1010 is 2+8=10
Now we know that 2+7+10=19 in base 10 so whatever we get in base 2, or binary, we need to then check that it is 19. No need to do this all the time, but if we do it once, we can see our answer is correct.
So we add the columns just as we do in base 10 addition.
the column to the right is the ones since that is 20 =1
We have only 1 of them.
Next columns give 1+1+1. note that 1+1=2 which moves we can move to the next column, the same way we do with 9+1 in base 10.
so we can leave 1 one in the second column and carry a 1 to the third column.
so far we have 11 with a 1 carried
The third column has only a 1 so we add that to the 1 we carried and we have to carry again since we have 2 which is not allowed in binary. Now we have used up both the 1s in that column so only a zero left.
We add the 1 to the fourth column where is there is already a 1.
That is 0 with a 1 in the 5 column
So we have 10011=19 in base 10
Here it is in column form. The explanation is just to see what is going on I am going to put some zero's in front of number to help you keep track of the columns at first. They don't change the values and once you see what's going on, no need for them.
0010
0111
1010
---- ---- 10011
remember 10011 is 1x20 +1x2+0x22 +0x23 +1x24 =1+2+16=19
It is 11011.
1110
1 1 1
Expressed in decimal, the sum of the numbers 1 to 8192 is 33558528 - expressed in binary, this number is equal to 10000000000001000000000000.
easy, 1011. in binary of course. convert 1011 binary to decimal you get 11.
The sum of binary numbers is also a binary number.
11011
It is 11011.
1110
It is 11.
the sum of (1001+1010)is=(10011)
101000
It is 1000110.
A binary sequence is a sequence of [pseudo-]randomly generated binary digits. There is no definitive sum because the numbers are random. The sum could range from 0 to 64 with a mean sum of 32.
1 1 1
Expressed in decimal, the sum of the numbers 1 to 8192 is 33558528 - expressed in binary, this number is equal to 10000000000001000000000000.
easy, 1011. in binary of course. convert 1011 binary to decimal you get 11.