Skip to content

Commit 0155251

Browse files
committed
mistake fixed
1 parent d787098 commit 0155251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

number-systems/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Convert the decimal number 386 to hex.
4444
Answer: 182
4545

4646
Convert the hex number 386 to decimal.
47-
Answer: 910
47+
Answer: 3 * 16^2 + 8 * 16^1 + 6 * 16^0 = 768 + 128 + 6 = 902
4848

4949
Convert the hex number B to decimal.
5050
Answer: 11

0 commit comments

Comments
 (0)