Speaking of mathematical missteps relating to bases, I've always been baffled by why we refer to a base system by the number above the highest representable single digit. Every base is "base 10" in that case! Why is binary referred to as "base 2", when the number 2 doesn't even appear? Wouldn't it make infinitely more sense to refer to our conventional number system as "base 9", binary as "base 1", unary as "base 0", and hexadecimal as "base F"? Or we could have used a more sensical word like "ceiling" or "roof" in that case, to convey that it's referring to the highest single-digit value in the system.
jprete|1 year ago
andsoitis|1 year ago
Base 10 comprises ten digits, viz. count(0, 1, 2, 3, … 9) = 10z
Base 2 is count(0, 1) = 2
Base 16 (hexadecimal) is count(0, 1, 2, 3, … 9, a, b, … f) = 16
alexb_|1 year ago
jvanderbot|1 year ago
The other view is fine too: Base-9 would mean "max number is 9".
balnaphone|1 year ago
xigoi|1 year ago