Skip to content

Commit 6542364

Browse files
committed
fix: correct Q6 binary addition answer
1 parent 407d7a1 commit 6542364

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

number-systems/Part-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Q5: What is 10101 + 01010?
2222
Answer: 11111
2323

2424
Q6: What is 10001 + 10001?
25-
Answer: 11100
25+
Answer: 100010
2626

2727
Q7: What's the largest number you can store with 4 bits, if you want to be able to represent the number 0?
2828
Answer: 15

0 commit comments

Comments
 (0)