Kolmiosajärjestelmät
Kolmiosajärjestelmät, often translated as ternary systems, are number systems that use three as their base. Instead of the ten digits used in the decimal system (0-9) or the two digits in the binary system (0-1), a ternary system uses three digits: 0, 1, and 2. Each position in a ternary number represents a power of three, similar to how each position in a decimal number represents a power of ten.
For example, the ternary number 102 would be interpreted as (1 * 3^2) + (0 * 3^1) + (2 * 3^0)
Ternary systems can be balanced or unbalanced. In a balanced ternary system, the digits used are typically