Binary uses only 0 and 1. When adding, work from the rightmost digit to the left, just like decimal addition, but remember the only carry that can happen is 1.
Start at the far right.
Keep moving left until every column is handled. If a carry remains after the leftmost column, place it at the front of the answer.
A good check is to convert the numbers to decimal, add them, and then compare with the binary result. You can also re-add the columns to make sure each carry was handled correctly.
For a column with a carry-in:
Careful carrying and neat alignment are the keys to a correct simplified answer.
© 2023-2026 AI MATH COACH