We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d787098 commit 0155251Copy full SHA for 0155251
number-systems/README.md
@@ -44,7 +44,7 @@ Convert the decimal number 386 to hex.
44
Answer: 182
45
46
Convert the hex number 386 to decimal.
47
-Answer: 910
+Answer: 3 * 16^2 + 8 * 16^1 + 6 * 16^0 = 768 + 128 + 6 = 902
48
49
Convert the hex number B to decimal.
50
Answer: 11
0 commit comments