Question from Binary numbers: i found it 10100 but the answer isn't matching
Attachments:
Answers
Answered by
37
Answer:
Step-by-step explanation:
As per the question, we have to perform binary addition,
Note,
- 0 + 0 = 0 (Carry 0)
- 0 + 1 = 1 (Carry 0)
- 1 + 0 = 1 (Carry 0)
- 1 + 1 = 0 (Carry 1)
(Performing addition from left to right)
Step 1 :
- 1 + 1 = 0, carry is taken as 1
Step 2 :
⇒ 1(Carry) + 0 + 1
⇒ (1 + 0) + 1
- 1 + 0 = 1, carry = 0
⇒ 1 + 1
- 1 + 1 = 0, Carry is 1.
⇒ 0
Step 3 :
⇒ 1(Carry) + 1 + 1
⇒ (1 + 1) + 1
- 1 + 1 = 0, carry 1.
⇒ 0 + 1
⇒ 1
Step 4 :
⇒ 1(Carry) + 1 + 0
⇒ (1 + 1) + 0
- 1 + 1 = 0, carry 1.
⇒ 0 + 1
⇒ 0
Step 5 :
⇒ 1(Carry) + 0 + 0
⇒(1 + 0) + 0
⇒1 + 0⇒1
Step 6 :
⇒1 + 1
⇒ 0
- Carry 1
Step 7 :
⇒ 1(Carry)
⇒ 1
Therefore,
Attachments:
Similar questions