- 1
- 2
- 3
- 10
- 11
- 12
- 13
- 20
- 21
- 22
The astronaut should've told the alien "I use base 22."
1. Be civil
No trolling, bigotry or other insulting / annoying behaviour
2. No politics
This is non-politics community. For political memes please go to !politicalmemes@lemmy.world
3. No recent reposts
Check for reposts when posting a meme, you can only repost after 1 month
4. No bots
No bots without the express approval of the mods or the admins
5. No Spam/Ads
No advertisements or spam. This is an instance rule and the only way to live.
A collection of some classic Lemmy memes for your enjoyment
The astronaut should've told the alien "I use base 22."
Every base is base 10 than except base 1.
All bases should be quoted in Base-1, the basedest of bases
I think when I first saw this comic, the punchline was "what's a four?" which I find funnier.
Yes this is the better version that I've seen too
Every number system is base 10.
Binary is base 1+1.
Ternary is base 2+1.
Octal is base 7+1.
Decimal is base 9+1.
Duodecimal is base B+1.
Hexadecimal is base F+1.
Base 0.
I like the little detail, that the alien has 10 fingers.
The alien in the weird suit has 22 fingers
What do you mean? They have 11
Are you using a 10th base, that does not exist in the comic?
yeah, base 3
But there’s 5 rocks?
I don't understand :(
When you count up the 1's place, you go 0,1,2,3,4,5,6,7,8,9 and then it rolls over into the 10s place.
But in "base 4", it goes: 0,1,2,3,10,11,12,13,20. 3 is the highest value possible in any of the digits place.
Therefore "10" in base 4 = 4 in base 10, but saying it in base 4 is written as 10.
You can change your base to any base and whatever base it is would have to be written as base 10 because the number above the highest one in that base doesnt exist, it's 10.
Lots of good explanations here, but one thing I'd like to clarify. WHY we add digits together to represent larger numbers. Understanding this helped me to count in binary when I was a young IT technician.
In base 10, we have 10 numbers we use to count everything, each represented by a single digit 0-9. There is no single digit to represent the number 10, so we add a digit to the left and start over at 0 on the right. Hence, the number 10. Then 11-19 in serial.
But we've run out of digits to use again. So we add another digit to the left and start over on the right. Thus, 20.
When you get to 100, you're now starting over at the right-most digit and have to fill up both right digits before the left digit moves up one.
Same goes for binary, where the only two digits are 0 and 1. Once you've counted to one, you've run out of digits to use, so you add a 1 to the left and start over on the right. So 2 is written as 10 in binary. Then 3 is 11. Then you've run out of digits again, so you add another one to the far left and start over. 4 is 100. 5 is 101. 6 is 110. 7 is 111. No more space, so add another 1 to the left and start over. 8 is 1000. 9 is 1001. 10 is 1010. 11 is 1011. 12 is 1100. And so on...
With computers, we sometimes use a hexadecimal numbering system, also known as base 16 (hex = 6, deca = 10). In this case, we need 16 unique digits before we start reusing them. So we borrow from the alphabet. We use 0-9, then go through A-F before we add a 1 to the left and start over at 0.
You can literally create a base-anything and use that to count numbers. Once you figure out how we add digits to count, it's super easy!
Good ELI5 of the concept
The number to describe a base is always the number 10 in that base
For example binary is base 2, it has only 1 and 0 as digits, and 2 in binary is 10.
Similarly for 4, and base 10.
So no matter what your numbering system is, with that system it is always base “10”
Every base has a 10. Base 4 numbering goes 1, 2, 3, 10, 11, 12, 20 etc...
You forgot 13
My bad, but I guess I won't have bad luck
that's 7 in base 10, so actually it's good luck you're not having
(assuming luck goes by numerical value and not written representation)
It's a language issue. We say 10 because we don't have a single digit symbol to represent 10. If a alien with 20 fingers came we wouldn't recognized their symbols for anything bigger than 9. Base 4 creatures don't use 4 because after 3 comes 10 for them.
Base 16 is used all the time in computer science. The symbols for 9+ aren't arcane or unrecognizable it's 0 1 2 3 4 5 6 7 8 9 A B C D E F. It's often written with an 0X in front to indicate hexadecimal or something like 'h for hex and 'd for decimal.
Examples:
Yeah I know but base16 creatures would use 10 to express 16 not "G"
Based
All your base
are belong to us
When I was bored in math class I used to convert my homework into binary to see if it still worked.
For funzies convert your numbers to floats, and operate on bits.
Humans use base 0x0A. Beep boop.
If the human was smart he would say that we use base 22. Then everyone would understand.
In Chinese/Japanese, there's 四 rocks in both base 10, and base 4. (8 rocks would be 二四 in base 4).
I think the concept of "base" is easier to understand when you include a numeral for the highest base (10 = 十, 20 =二十).
Of course, arabic numerals are more concise, using position to imply meaning (21 = 二十一).