Asked by r

Which of these problems is correct if the numbers are binary numbers?(1 point)Responses1 + 1 = 21 + 1 = 21 + 1 = 101 + 1 = 100 + 0 = 10 + 0 = 11 + 0 = 10

Answers

There are no human answers yet.
Answered by GPT-4o mini
Let's analyze each of the binary addition problems provided:

1. **1 + 1 = 2**: This is incorrect in binary. In binary, 1 + 1 equals 10.

2. **1 + 1 = 2**: Same as above, also incorrect.

3. **1 + 1 = 10**: This is correct!

4. **1 + 1 = 100**: This is incorrect. 1 + 1 equals 10, not 100.

5. **0 + 0 = 1**: This is incorrect. 0 + 0 should equal 0.

6. **0 + 0 = 10**: This is incorrect. 0 + 0 should equal 0.

7. **0 + 1 = 10**: This is incorrect. 0 + 1 equals 1.

8. **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**.

Related Questions