1 + 1 = 0 in binary. Why does this happen?
Note: Adding binary numbers is related to modulo 2 arithmetic.
Let's review mod and modular arithmetic with addition.
modulus 2 is the mathematical term that is the remainder from the quotient of any term and 2. For instance, if we have 3 mod 2, then we have 3 / 2 = 1 + ½. The remainder is 1. So 3 ≡ 1 mod 2.
What if we want to add moduli?
The general form is a mod n + b mod n ≡ (a + b) mod n.
Now, for the given problem, 1 mod 2 + 1 mod 2 ≡ 2 mod 2. Then, 2 mod 2 ≡ 0 mod 2.
Therefore, 1 + 1 = 0 in binary.
Chat with our AI personalities
x = 0
1111 + 0001 + 1000 + 0100 = 11100 Remember that in binary, 1 + 1 = 10 (0 carry 1) and 1 + 1 + 1 = 11 (1 carry 1).
1 In binary numbering means on 0 In binary numbering means off
x = -½
what is the domain of g(x) equals square root of x plus 1? √(x+1) ≥ 0 x+1≥0 x≥-1 Domain: [-1,∞)