Answer on Question #57255 - Math - Discrete Math
Question
1. Add the following 8-bit binary numbers.
i.
ii.
Solution
i.
We start with the two numbers in the far right column, add the numbers following the rules of addition
Unless both numbers are 1.
```
0 1 0 0 1 1 1 0
0 0 1 1 1 1 0 0
```
If both numbers are 1, then
and write 0 below and carry '1' to the next column.
Start on the next column to the left hand side
0 1 0 0 1 1 1 0
0 0 1 1 1 1 0 0
1 0
Repeat the steps above, but add any carry. Remember that 1+1=10 and 1+1+1=11
0 1 0 0 1 1 1 0
0 0 1 1 1 1 0 0
1 0 0 0 1 0 1 0
Thus,
ii.
We start with the two numbers in the far right column, add the numbers following the rules of addition
Unless both numbers are 1.
If both numbers are 1, then
and write 0 below and carry '1' to the next column.
1 0 0 1 1 1 0 1
1 0 0 0 1 1 1 1
Start on the next column to the left hand side. Repeat the steps above, but add any carry. Rememeber that 1+1=10 and 1+1+1=11
1 0 0 1 1 1 0 1
1 0 0 0 1 1 1 1
0 0
Repeat the steps above, but add any carry. Rememeber that 1+1=10 and 1+1+1=11
1 0 0 1 1 1 0 1
1 0 0 0 1 1 1 1
1 0 0 1 0 1 1 0 0
Thus,
Answer: i. . ii. .
www.AssignmentExpert.com