Base: 3

The ternary (base-3) numeral system uses three digits: 0, 1, and 2. Each position represents a power of 3.

How it works

112 = 1×9 + 1×3 + 2×1 = 14

Digits

0 1 2

Uses

Ternary systems are used in some specialized computing applications (ternary logic). Some argue that base-3 is the most efficient integer base for computation, as it is the closest to the mathematical constant e ≈ 2.718.