How Do You Add Single Digit Binary Numbers?
Binary is a computer language that uses only 1’s and 0’s to convey information. Sometimes you might want to add 2 or more binary numbers together. Of course when you use normal math, you might add 1 plus 1 and get 2. In binary, however, you can only have 1’s and 0’s. Luckily once you know the rules of binary math, you can easily add any binary numbers together. Write your 2 binary numbers as a math equation with one number on top of the other. As in regular math, the right most numbers should be aligned, and it doesn’t matter if one number hangs off to the left farther than the other. Start at the right-most number. This is important for a multiple digit binary number. In a multiple digit binary number, you will add the right-most numbers first. Use one of these rules to add your first, right-most binary number. 0 + 0=0 0 + 1=1 1 + 0=1 1 + 1=1 + (See Step 4.) Carry a 1 into the next column of addition. Whenever you have 1+1 in a column, you will carry a 1 into the next column, just the