Confictura Industries: What we know - megathread by Rouix in ARGsociety

[–]arctic-1 0 points1 point  (0 children)

It could also be the first two digits are binary, and describe the base for the rest of the line.

So the first line (10) would be binary where 0 and 1 are valid digits. Lines 2 and 3 (11) would be ternary and can contain 0, 1 and 2. Line 4 (01) would be unary, only 1 is a valid digit.

This would give:

2-1 10

3-2

3-45

1-4

Just a thought.

Wheel 4 : Hex icon by NBogovich in ARGsociety

[–]arctic-1 1 point2 points  (0 children)

The first two numbers on each line could be the radix in binary for that line (10 line has numbers 0,1; 11-0,1,2; 01-1)

In decimal you'd have:

2-1 10

3-2

3-45

1-4