Which is why to write hexadecimal, we added letters to it, because there isn’t a digit for “12”.
Comment on Every base is base 10
LeFrog@discuss.tchncs.de 5 months ago
Wow I never thought about that.
But it is always like this:
let there be any base "b" That can represent a number by the sum of their positional digits: number = sum(d_i * b ^ i) where i is the position index and d_i is the digit at this position.
So the (decimal) number 4 in base 4 is then
1×4¹ + 0×4^0 = 10
And (decimal) number 8 in base 8 is
1×8¹ + 0×8^0 = 10
And 10 in base 10:
1×10¹ + 0×10^0 = 10
Tar_alcaran@sh.itjust.works 5 months ago
TheBat@lemmy.world 5 months ago
All your bases belong to 10
witty_username@feddit.nl 5 months ago
All your base are belong to 10
teft@lemmy.world 5 months ago
Someone set us up the base
AtariDump@lemmy.world 5 months ago
You have no chance to survive make your time.