633
<3 (media.piefed.social)
submitted 16 hours ago by Kierunkowy74@piefed.social to c/mathmemes
top 50 comments
sorted by: hot top controversial new old
[-] faythofdragons@slrpnk.net 11 points 3 hours ago

You got the wrong symbol in the headline, it should be >3

[-] uriel238 6 points 3 hours ago* (last edited 3 hours ago)

25 - ⁵/₅ = 25 - 1 = 24

If you wrote it vertically: 25 - 5 ————— = 24 5

But once you lay it out on one line, you have to use prins to prioritize addition / subtraction:

(25 - 5) / 5 = 20 / 5 = 4

Some YouTube mathematicians deep-dive into this.

[-] JackbyDev@programming.dev 29 points 3 hours ago

The joke is 4! (Factorial) Is 24 so it looks right even if you do order of operations incorrectly.

[-] GoddessGundy@lemmy.world 5 points 2 hours ago

Ok so I'm not dumb! Usually I am with math but I got this one. Go me!

[-] Panamalt@sh.itjust.works 1 points 2 hours ago

Imma be weird and argue that the answer actually should be 4.

Dear Aunt Sally is great or whatever, but syntax also fuckin matters. We can all probably agree that the faster, more intuitive answer is obviously 4. Most of those in the western world (meme's largest audience) read left-to-right and there is nothing the delineate that division must actually come before inverse addition until one has carefully examined the entire the problem (which you should definitely be doing, dumb-dumb) and slapped on another layer of thinking (inefficient waste of time when doing quick mafs). Use the damn parenthesis, ffs!

[-] Lifter@discuss.tchncs.de 1 points 1 hour ago

Using parentheses where a few simple rules will do seems awfully inefficient. Both to write and to read.

[-] untorquer@lemmy.world 2 points 57 minutes ago* (last edited 57 minutes ago)

Textbook authors be like:

sintx^2 + cosπx^3 - 3

[-] Sir_Premiumhengst@lemmy.world 5 points 4 hours ago
[-] Lifter@discuss.tchncs.de 1 points 1 hour ago* (last edited 1 hour ago)

4 != 24 but also

4! = 24

4! = 5-5/5

[-] Grimtuck@lemmy.world 1 points 3 hours ago

5-5/5 != Sandwich

[-] stebo02@sopuli.xyz 62 points 8 hours ago
[-] pixeltree 10 points 6 hours ago

Comment section full of people looking for an opportunity to argue

[-] abbotsbury@lemmy.world 12 points 4 hours ago
[-] petrol_sniff_king 5 points 2 hours ago

Yes it is

Wait, will this be the 5-minute or the half hour?

[-] j4k3@lemmy.world 3 points 6 hours ago
[-] buddascrayon@lemmy.world 1 points 5 hours ago

#DAMN YOU MATHEMATICIANS! YOU GOT ME AGAIN!!!

[-] j4k3@lemmy.world 32 points 12 hours ago

ASCII hack failure of language. Even in mathematics, ! has multiple meanings like with Boolean NOT. We need a science, math, and language reformation to remove non intuitive narcissistic names, and implied contextual meanings.

[-] jsomae@lemmy.ml 11 points 9 hours ago

I believe you mean, "nice pun!"

load more comments (3 replies)
[-] HEXN3T 44 points 13 hours ago

4! = ...Wait, that's literally the point of the post this time

[-] four@lemmy.zip 23 points 11 hours ago

Unexpected expected factorial

load more comments (3 replies)
[-] vaguerant@fedia.io 133 points 16 hours ago

I understand why this is wrong (order of operations dictates the division happens first, so it's really 25 - 1 = 24), but why is it funny? I don't mean "This isn't funny," I think I'm just missing the joke.

[-] Thekingoflorda@lemmy.world 333 points 16 hours ago* (last edited 16 hours ago)

4! Is meant to be 4 factorial. 4! = 4 x 3 x 2 x 1 = 24

[-] Psythik@lemmy.world 8 points 7 hours ago* (last edited 7 hours ago)

The fuck is a "factorial"? They didn't teach me that one in high school math and I couldn't afford college.

[-] BreadstickNinja@lemmy.world 7 points 6 hours ago* (last edited 6 hours ago)

Factorial means n! = (n)(n-1)(n-2)... etc. down to 1, where n is a positive integer. It's used to calculate the different number of configurations of a set of elements, mainly in combinatorics.

Like if you have four different objects and you want to know how many different configurations you can order them in, you have four choices for the first object, then three for the second, then two for the third, then one for the final slot. So the answer is 4 x 3 x 2 x 1 = 24 = 4!.

[-] Agent641@lemmy.world 2 points 3 hours ago

What's the point of factorials?

[-] JackbyDev@programming.dev 2 points 2 hours ago

They're used in permutations and combinations a lot. Combinations is pretty obvious based on the name. Given X things, how many ways are there to choose Y. Permutations are the same but where order matters.

For example, if you shuffle a deck of cards properly randomly there will be 52! possible orderings (permutations).

[-] HMitsuha@sh.itjust.works 1 points 2 hours ago

There are lots of applications, so I’ll give you three

Factorials are used in the Taylor Series to approximate trigonometric (sine, cosine, etc) and the exponential function. This can help speed up calculations.

In probability and statistics, if you want to find how many different ways a deck of cards can be shuffled, the answer is 52! Because the first card can be any of the 52, the second can be any of the remaining 51, and so on until the last card. Building upon this concept results in ways to model data like the binomial distribution , which is simply “how many successes will i get if i do this trial a certain number of times”. E.g. If I flip a coin 100 times, how many times will it be heads?

In computer science, the complexity of a program is compared to functions like the factorial, exponential, quadratic, etc. to visualize it’s performance given the size of the input, n. E.g. a program of linear time complexity is denoted as O(n), and as n increases, we expect the time for the program to finish to increase linearly. For a factorial time complexity, O(n!), we expect the time to complete to increase a lot compared to O(n)

[-] Dearth@lemmy.world 13 points 7 hours ago

Im sorry your highschool curriculum failed to teach you. I learned factorals in jr highschool

load more comments (6 replies)
load more comments (12 replies)
[-] jsomae@lemmy.ml 5 points 9 hours ago

Did nobody learn order of operations?

[-] Selkis@feddit.nl 16 points 8 hours ago

The meme is correct. It is 4!.

[-] jsomae@lemmy.ml 4 points 8 hours ago* (last edited 8 hours ago)

Yeah but it's playing on the idea that the reader would think 25-5÷5 is 4. That's the joke. Without it there's no punchline.

[-] EmptySlime 3 points 5 hours ago

No no, they're saying "4!" literally is the answer. The joke is that you say 4!, the other person who presumably knows the order of operations assumes you got it wrong and did 25 - 5 = 20 ÷ 5 = 4 when really you do division first so the real answer is 24. The punchline is that "4!" is how you write 4 factorial or 1 × 2 × 3 × 4 which is 24.

[-] uriel238 2 points 3 hours ago

Nothing goes over my head! My reflexes are too fast; I would catch it.

[-] jsomae@lemmy.ml 1 points 5 hours ago* (last edited 5 hours ago)

Yes, I understand that 4! is the correct answer. That is not my point. Without the misconception that the answer is 4, there is no punchline. This comic strongly implies that the natural assumption should be that the answer is 4, and that the secret, hidden answer is 24. In other words, in a world where people understand order of operations, the comic is not funny, because you wouldn't look at that and think 4 is a reasonable answer.

The joke relies on, as you put it, the assumption you did it wrong.

[-] Lifter@discuss.tchncs.de 1 points 49 minutes ago

No the joke is that first think they got wrong, then realize it's a factorial so they got it right (the a-ha moment!).

Then we realize that they might not have gotten it because the wrong answer is 4 and they may not know of factorials.

The ambiguity is very clever. Some other commenters call it a pun.

load more comments
view more: next ›
this post was submitted on 19 Jun 2025
633 points (100.0% liked)

Math Memes

2417 readers
967 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