In binary arithmetic, the numbers are represented in base 2. Here are the correct interpretations of the addition problems listed:
- 1 + 1: In binary, this indeed equals 10 (which is 2 in decimal).
- 0 + 0: This equals 0 (not 1).
- 1 + 0: This equals 1 (still the same in binary).
So the correct statements, based on your responses, are:
- 1 + 1 = 10 (correct)
- 0 + 0 = 1 (incorrect)
- 1 + 0 = 10 (incorrect; it should be 1)
Thus, the only correct problem from your list is 1 + 1 = 10.