Expanding the Puzzle
Hook about how positional values unlock the base-10 meaning.
Other Bases to Decimal
Imagine receiving a coded message in a foreign language. To translate a binary, octal, or hexadecimal number back into a format we understand (decimal), you have to expand it using its positional weights.
The value of every digit in a number depends on its position. By mapping out these positions, you can decode any base system into base-10.
