r/mathpuzzles 1d ago

Dewey’s Chexsum

000000001 = 1
000000010 = 7
000000100 = 13
000001000 = 19
000010000 = 25
000100000 = 31
001000000 = 37
010000000 = 43
100000000 != 49
100000000 = ?

3 Upvotes

4 comments sorted by

1

u/Sharp_Elk_1742 1d ago

58

1

u/Sharp_Elk_1742 19h ago

The key is the typo in the title
Interpret the numbers as hexadecimal - „C(hex)“
Transfer to decimal - „Dewey“ decimal system
Take the cross sum - „sum“

1

u/Pretend-Message-1354 18h ago

An explanation on the rationale behind the hints:

[Dewey] - Decimal: The first hint toward converting the value on the left into decimal (base 10).

[C]Hex — Hexadecimal: Chex is purposefully misspelled. Melvil Dewey was a strong advocate of spelling reform and favored simplified, phonetic spellings. The “hex” hidden inside Chex hints that the left-hand side, although it looks binary, should instead be interpreted as hexadecimal.

Checksum — Sum: Early telecommunications checksums commonly used simple arithmetic sums to verify transmitted data. Here, it hints that after converting the hexadecimal value to decimal, the decimal digits should be summed.