Let's analyze each of the binary addition problems provided:
-
1 + 1 = 2: This is incorrect in binary. In binary, 1 + 1 equals 10.
-
1 + 1 = 2: Same as above, also incorrect.
-
1 + 1 = 10: This is correct!
-
1 + 1 = 100: This is incorrect. 1 + 1 equals 10, not 100.
-
0 + 0 = 1: This is incorrect. 0 + 0 should equal 0.
-
0 + 0 = 10: This is incorrect. 0 + 0 should equal 0.
-
0 + 1 = 10: This is incorrect. 0 + 1 equals 1.
-
1 + 0 = 10: This is incorrect. 1 + 0 equals 1.
So, out of these problems, the only correct statement is:
- 1 + 1 = 10.
Therefore, the correct response to your question is that the only correct binary addition in the list is 1 + 1 = 10.