Convert numbers to the Mayan vigesimal (base-20) numeral system. Dots represent 1s, bars represent 5s, and a shell symbol represents zero.
The Maya used a vigesimal (base-20) positional numeral system. Unlike our base-10 system, each position is 20 times larger. Positions are written vertically, with the smallest value at the bottom.
Position values: 1 (units), 20, 400 (20Β²), 8,000 (20Β³). So the number 42 = 2Γ20 + 2 = two glyphs: top is 2 dots, bottom is 2 dots.
| Glyph | Meaning | Example |
|---|---|---|
| β’ | One (1) | β’β’β’ = 3 |
| Five (5) | β’ = 6 | |
| π | Zero (0) | Used as placeholder |