Binary Addition: 11 + 11 - What's the Rule?

  • Thread starter Thread starter kolleamm
  • Start date Start date
  • Tags Tags
    Binary
Click For Summary

Discussion Overview

The discussion revolves around the rules and processes of binary addition, specifically focusing on the addition of the binary numbers 11 and 11. Participants explore the similarities and differences between binary and decimal addition, as well as the mechanics of carrying in binary arithmetic.

Discussion Character

  • Technical explanation
  • Conceptual clarification
  • Mathematical reasoning

Main Points Raised

  • One participant expresses confusion about the carrying process in binary addition and questions the rules governing it.
  • Another participant confirms that carrying occurs in binary addition similar to decimal addition, providing an example of how to add 11b + 11b resulting in 110b.
  • A participant draws a parallel between binary and decimal addition, explaining the carrying process in both systems using the example of 55 + 55 in decimal.
  • One participant suggests that converting between binary and decimal can be a useful method for verifying results.
  • A participant outlines the basic addition facts in binary, detailing the outcomes of adding binary digits and noting when carrying occurs.
  • Another participant mentions a method of shifting left in binary addition, indicating a relationship between binary addition and multiplication by 2.

Areas of Agreement / Disagreement

Participants generally agree on the mechanics of carrying in binary addition and its similarity to decimal addition. However, there are nuances in the explanations and methods proposed, indicating that multiple perspectives exist on how to approach binary addition.

Contextual Notes

Some participants emphasize the importance of explicitly writing out the addition process, which may suggest a reliance on foundational understanding of arithmetic operations. There is also mention of different representations of numbers, which may imply varying levels of familiarity with binary systems.

Who May Find This Useful

This discussion may be useful for individuals learning binary arithmetic, those interested in the comparison between binary and decimal systems, and anyone looking to understand the mechanics of carrying in addition across different bases.

kolleamm
Messages
476
Reaction score
44
This one confused me a little bit. You have to carry the one and put it into the next 1 + 1, what would be the rule in this situation?

Not sure if this ever happens in decimal addition.
 
Technology news on Phys.org
Yes, it happens all the time. You carry the 1 to the higher position as you say and then you have 1+1+1 = 11b in that position. So the result is 11b+11b=110b.
 
In decimal, what's 55+55? 5+5=10, so write zero and carry the one. 5+5+1=11, so write one and carry the 1.

Same in binary, except 1+1=10. So to do 11+11 note that 1+1=10 so write zero and carry the one. 1+1+1=11, so write one and carry the one.

I find it helpful when working with bases other than ten to explicitly write out long addition/multiplication/division like I'm back in primary school. The same mindless drills work (we call them algorithms because it sounds better), just with different representations of the numbers.
 
  • Like
Likes   Reactions: FactChecker
And, of course, you can always convert to and from base 10 to check your answer!
 
The addition "facts" in binary addition are pretty simple, as there are only two digits.
0 + 0 = 0 - no carry
0 + 1 = 1 - no carry
1 + 0 = 1 - no carry
1 + 1 = 10 - carry to the next position on the left
(All numbers shown are binary (base-2) numbers.)
 
Also 11b+11b=11b⋅2D=11b⋅10b=11b shift left 1.
 
  • Like
Likes   Reactions: FactChecker

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
1
Views
2K
Replies
13
Views
4K
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
4
Views
2K