Comment on Every base is base 10
psud@lemmy.world 5 months agoEvery base has ten, but it’s made of two digits
Binary 0, 1, 10 Ternary 0, 1, 2, 10 … Decimal 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 Hex 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F, 10
Each has the right count of digits for its base before you go two-digit - binary has two (0, 1), etc
Randelung@lemmy.world 5 months ago
more precisely, every base has 10, but it’s usually not equal to ten. ten is a fixed value, while 10 depends on the base. you still count normally (one two three four five), even in a base two system. you just write it differently.