this post was submitted on 23 Mar 2025
1077 points (95.3% liked)

Math Memes

1987 readers
130 users here now

Memes related to mathematics.

Rules:
1: Memes must be related to mathematics in some way.
2: No bigotry of any kind.

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Skua@kbin.earth 26 points 1 week ago (5 children)

Every base is base 10 if you write it in its own base

[–] moosetwin@lemmy.dbzer0.com 7 points 1 week ago (1 children)

yes that is why I specified decimal, I am a jan misali enjoyer

[–] dharmacurious@slrpnk.net 2 points 1 week ago

Love Jan misali, but I disagree with him that base 6 is preferable. Base 12 is best base.

[–] BartyDeCanter 4 points 1 week ago

This guy bases.

[–] neatchee@lemmy.world 2 points 1 week ago* (last edited 1 week ago) (2 children)

I'm from c/all and WTF does this mean? I understand base 10, 2, and 12 and the concept of a base in general but......wut????

[–] Skua@kbin.earth 4 points 1 week ago (2 children)

Oh boy, I am not sure I have the vocabulary to explain this effectively. But I will try!

Okay so normally when we say "base 10" or "base 2", the number in that description is itself in base 10, right? Like the "10" in "base 10" means the number of fingers most humans have (including thumbs), and the "2" in "base 2" means the number of things in a pair.

You will note, though, that for that "10" to mean what it means, and that "2" to mean what it means, they must be in base 10 themselves. A pair of things in base 2 is 10 things, right? So then if you write the "2" in "base 2" in base 2, it's "base 10". And this holds true for any base. How do you write a dozen in base 12? 10. So base 12, written in base 12, is base 10.

[–] neatchee@lemmy.world 2 points 1 week ago

Nailed it. This was a perfect explanation. Thank you!

[–] weker01@sh.itjust.works 2 points 1 week ago* (last edited 1 week ago)

There is an old unix calculator program called bc where one can change the input and output base.

If you change the input base and then the output base strange things happen as bc interprets the output base number in the input base .

ibase=2
obase=10

The output base is now 2 (in base 10)
[–] wewbull@feddit.uk 4 points 1 week ago (1 children)

The number 2 in base 2 is 1x2 + 0x1 and is written as 10.

The number 3 ib base 3 is 1x3 + 0x1 and is written as 10.

The number 7 in base 7 is 1x7 + 0x1 and is written as 10.

The number 268 in base 268 is 1x268 + 0x1 and is written as 10.

[–] Resonosity@lemmy.dbzer0.com 1 points 1 week ago (1 children)
[–] KillingTimeItself@lemmy.dbzer0.com 1 points 1 week ago* (last edited 1 week ago) (1 children)

i got you, so basically, in a "base" system, each given "number position" or place value, as we call it holds the value equivalent to it's base, so in base ten, the first position, holds 0-9, the second one holds 0-9 as well, but it's tacked on the beginning of the last place value, so it's an additive system.

In binary for example, 00 would be 0 in base 10. 01, would be 1 in b10, 10 would be 2 in b10, and 11 would be 3 in b10. This is because in binary, the first position is a value of 1, the second is 2, the third is 4, the fourth is 8, etc. It doubles everytime you add one more place value. So in binary you're representing any given number, from the most mathematically optimal way to create that number, given a set of values. The 0 or 1 in that place just denotes whether or not that value is "present"

The same thing happens in base 10, or base 12, or base 8. With base 10 it's just a lot more intuitive to us.

The joke here is that in base 268, that 10 in base 10, is actually a representation of the highest possible value, in any given base system. So technically in base 268, you would use 0-267 (im using base 10 here as a reference, this wouldn't be done in base ten obviously, this is why i really like binary as an example, because it's mathematically simple, and very intuitive to comprehend), and when you reach 268, you would roll over, and add an additional place value. Making it 10.

This is true for every base system, due to how base 10 is represented in those systems, it's a confusing joke because the human brain is wired to think about it base 10, when it isn't.

[–] Resonosity@lemmy.dbzer0.com 1 points 1 week ago (1 children)

Oh I'm sorry, I'm an engineer and learned about bases in college. I was just saying how the above comment was pretty much exactly what I'd expect to see in a c/eli5 post! Super succinct

[–] wewbull@feddit.uk 1 points 1 week ago

You got the c/eli4 version too.