< 1 2 >
Système ternaire
Le système trinaire (tri = trois) fonctionne avec les chiffres 0,1 et 2. Un trinitary digit est appelé un trit, analogue à un bit.
Explication
Avec 1 trit vous pouvez faire 31 = 3 nombres
0 = 0 1 = 1 2 = 2
Avec 2 trits vous pouvez faire 32 = 9 nombres
00 = 0 01 = 1 02 = 2 10 = 3 11 = 4 12 = 5 20 = 6 21 = 7 22 = 8
Avec 3 trits vous pouvez faire 33 = 27 nombres
000 = 0 001 = 1 002 = 2 010 = 3 011 = 4 012 = 5 020 = 6 021 = 7 022 = 8 100 = 9 101 = 10 102 = 11 110 = 12 111 = 13 112 = 14 120 = 15 121 = 16 122 = 17 200 = 18 201 = 19 202 = 20 210 = 21 211 = 22 212 = 23 220 = 24 221 = 25 222 = 26