answersLogoWhite

0

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

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What is the sum of the binary numbers?

The sum of binary numbers is also a binary number.


How do you sum more than four binary numbers?

To sum more than four binary numbers, you can use the method of pairwise addition. Start by adding two binary numbers at a time, taking care to handle any carry bits. Once you have the sum of the first two numbers, add the next binary number to this sum, and repeat the process until all numbers are included. Alternatively, you can also use a binary adder circuit or software algorithms designed to handle multiple binary inputs simultaneously.


What is the sum of the binary numbers 1001 and 101?

1110


What is the sum of these binary numbers 1101 and 1110?

It is 11011.


What is the sum of three 1s in binary?

It is 11.


What is the sum of the binary numbers 1001 and 1010?

the sum of (1001+1010)is=(10011)


Find the sum of binary numbers 11011 and 1101?

101000


What is the sum of binary numbers 10111 plus 101111?

It is 1000110.


What is the sum of the first 64 terms of the binary sequence?

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.


What is the process for calculating the 1's complement sum of a set of binary numbers?

To calculate the 1's complement sum of a set of binary numbers, you first add the binary numbers together as usual. Then, if there is a carry out of the most significant bit, you add it back into the sum. Finally, you take the 1's complement of the result to get the final answer.


What is the sum of the binary numbers 101 and 10?

1 1 1


What is the sum of the first 8192 terms of the binary sequence?

Expressed in decimal, the sum of the numbers 1 to 8192 is 33558528 - expressed in binary, this number is equal to 10000000000001000000000000.