Skip to content

Commit 9030c4c

Browse files
committed
fix: incorrect answer to Q7
1 parent 2fc12e0 commit 9030c4c

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
@@ -25,7 +25,7 @@ Q6: What is 10001 + 10001?
2525
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?
28-
Answer: 1111
28+
Answer: 15
2929

3030
Q8: How many bits would you need in order to store the numbers between 0 and 255 inclusive?
3131
Answer: 8

0 commit comments

Comments
 (0)