this post was submitted on 31 May 2025
202 points (90.1% liked)

Technology

70777 readers
3428 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
top 50 comments
sorted by: hot top controversial new old
[–] jordanlund@lemmy.world 96 points 5 days ago* (last edited 5 days ago) (20 children)

I'm sure we're all geniuses here, but just in case...

Please excuse my dear aunt Sally.

Parenthesis, exponents, multiplication, division, addition, subtraction.

Why? Because a bunch of dead Greeks say so!

3x3-3÷3+3

(3x3)-(3÷3)+3

9-1+3

8+3

11

[–] czardestructo@lemmy.world 90 points 5 days ago (3 children)

I guess remembering grade school order of operation means you're a guinus now? Bar has gotten pretty low...

[–] AnotherPenguin@programming.dev 27 points 5 days ago

And it will go even lower as people start relying mpre on AI...

[–] SARGE@startrek.website 23 points 5 days ago (2 children)

That's the point.

Set the bar low, but just high enough that tons of people still trip over it.

Sit back and enjoy the comment wars.

The people who are confident but wrong are too proud to admit they were wrong even if they realize it, and comment angrily.

The people who are right and know why, comment for corrections and some to show off how S-M-R-T they are.

The people who are wrong but willing to accept that just have their realization and probably don't think about it again. So do the people who don't know and/or care.

But those first two groups will keep the post going in both shares and comments, because "look at all these wrong people"

It's all designed to boost engagement.

[–] Kusimulkku@lemm.ee 8 points 5 days ago

I like the version where these problems are made purposefully ambiguous so people will fight over it and raise the level of interaction

[–] Ulrich@feddit.org 6 points 5 days ago

This right here is exactly why it's been so popular for so long.

[–] rigatti@lemmy.world 10 points 5 days ago (2 children)

G U I N U S.

I know it's probably a typo, but I'm enjoying it.

[–] czardestructo@lemmy.world 5 points 5 days ago

I would like to say it was on purpose but it was not :( I might do math, spelling is not my forte.

load more comments (1 replies)
[–] vext01@lemmy.sdf.org 18 points 5 days ago

For the programmers: operator precedence.

[–] Imgonnatrythis@sh.itjust.works 13 points 5 days ago (4 children)

Not a genius. But if subtraction is last, why isn't it 9-4?

[–] cecilkorik@lemmy.ca 31 points 5 days ago (5 children)

Parenthesis, exponents, multiplication, division, addition, subtraction.

should actually be

Parenthesis, exponents, (multiplication and division), (addition and subtraction).

Addition and subtraction are given the same priority, and are done in the same step, from left to right.

It's not a great system of notation, it could be made far clearer (and parenthesis allow you to make it as clear as you like), but it's essentially the universal standard now and it's what we're stuck with.

load more comments (5 replies)
[–] aliceblossom@lemmy.world 30 points 5 days ago

Because its not really "1 plus 3", its negative 1 plus 3 which is two. I know it seems a little weird but the minus sign is " tied" to the thing following it.

[–] fluxion@lemmy.world 16 points 5 days ago* (last edited 5 days ago)

Addition/subtraction work out the same regardless of how you order the operations. If you do subtraction last you start with the original:

9-1+3

and you are adding 3 to the result of (9-1). Since you are trying to perform it before the (9-1) operation is carried out, you can add 3 to the 9:

12-1 = 11

or you can add three to the -1 and get:

9+2 = 11

You only end up with 9-4 if you were subtracting 3 rather than adding three. It all becomes more obvious if you read the original as:

9 + (-1) + 3

[–] Geodad@lemm.ee 7 points 5 days ago

It's multiplication or division from left to right followed by addition or subtraction, also from left to right.

That's where a lot of people fuck up.

[–] Mistic@lemmy.world 11 points 5 days ago* (last edited 5 days ago)

The "why" goes a little further than that.

In actuality, it's because of fundamental properties of operations

  • Commutation

a + b = b + a

a×b = b×a

  • Association

(a + b) + c = a + (b + c)

(a×b)×c = a×(b×c)

  • Identity

a + 0 = a

a×1 = a

If you know that, then PEMDAS and such are useless because they're derived from those properties but do not fully encompass them.

Eg.

3×2×(2+2) = 3×(4+4) = 12+12 = 24

This is a correct solution that is improper if you're strictly adhering to PEMDAS rule as I've done multiplication before parenthesis from right to left.

I could even go completely out of order by doing 3×2×(2+2) = 2×(6+6) and it will still be correct

load more comments (16 replies)
[–] jjjalljs@ttrpg.network 90 points 5 days ago (1 children)

This kind of problem falls under "communicating badly and acting smug when misunderstood". Use parenthesis and the problem goes away.

https://xkcd.com/169/

[–] themagzuz@lemmy.blahaj.zone 11 points 5 days ago (9 children)

on that note, can we please have parentheses in language. i keep making ambiguous sentences

load more comments (9 replies)
[–] nuko147@lemm.ee 43 points 5 days ago (9 children)

Boomers and Xgens need to prove, that they remember basic school math in FB lmao.

[–] Duranie@leminal.space 38 points 5 days ago* (last edited 5 days ago) (6 children)

Please don't include X with the boomers. Since we stepped into the real world and realized it functions completely differently than what we were raised to believe, life's just been a neverending string of "wait, that was wrong too?" We just want to survive another day under the radar.

Sorry fellow X'rs for publicly acknowledging our existence. Hopefully this post doesn't get any upvotes. *Pulls blanket back over my head.

[–] mjhelto@lemm.ee 17 points 5 days ago

The first rule of gen-x is you don't talk about gen-x!

[–] BassTurd@lemmy.world 7 points 5 days ago (1 children)

As a millennial, I'm starting to relate more and more. The world changes very quickly, and all of the sudden things you knew as fact have different meanings, and there are new words and stuff. It's not all bad change, but it's change, and odds are, I'm finding out something changed the hard way.

[–] Duranie@leminal.space 7 points 5 days ago

Seriously, I was raised with so much propaganda.

Up until my late twenties I had believed basically everything I was taught in school. I never had reason to question it, as I was basically living in a bubble. Imagine my surprise when I discovered that when the colonists arrived to this country, it wasn't just big empty open spaces that the native Americans gladly shared with us. Funny enough, that's roughly when I gained access to the internet.

load more comments (4 replies)
[–] thedruid@lemmy.world 14 points 5 days ago* (last edited 5 days ago)

Gen xers? Don't irk them. They're not noticing you right now.

Very independent, and cranky generation.

load more comments (7 replies)
[–] Dreaming_Novaling@lemmy.zip 37 points 5 days ago (4 children)

I was good at math and it was one of my favorite core subjects in school, so I know I'm a weirdo but... I never understood how people couldn't understand basic PEMDAS/BEDMAS/Whatever-the-fuck-your-country-calls-it.

Obviously these problems are shitty engagement bait because they don't use parentheses, but still, seeing people fuck up the fact that Multiplication AND Division occur at the same time, and then the next step is Addition AND Subtraction just stupefies me.

Like, did you sleep through 4 years of elementary school to miss that fact??? Even in middle school pre-algebra teachers still did PEMDAS refreshers. I get that once I get out of college I'm probably gonna forget half the pre-calc shit I learned because I won't need it, and I'm not being drilled on it everyday like people in school are, but PEMDAS is a fundamental and basic daily life skill that everyone should know...

I really wish we gave a fuck about US education.

[–] AlphaOmega@lemmy.world 6 points 5 days ago

I was bad at math, but I still managed to get through precal and still remember PEMDAS

load more comments (3 replies)
[–] Clent@lemmy.dbzer0.com 32 points 5 days ago (1 children)

Anyone on Facebook that attempts to answer this or engage within its comments has already failed the test.

Anyone on Facebook ~~that attempts to answer this or engage within its comments~~ has already failed the test.

[–] superminerJG@lemmy.world 29 points 5 days ago (3 children)

question: is there something more than the expression evaluating to 11?

load more comments (3 replies)
[–] aMockTie@lemmy.world 29 points 5 days ago* (last edited 5 days ago)

"Hey, this is Presh Talwalkar.

Discussion of a brief history of this viral math problem, followed by explanations of common incorrect answers. Ultimately followed by brief discussion on the order of operations, concluding in a final example that equals 11

And that's the answer. Thank you so much for making us one of the best communities on YouTube, where we solve the world's problems, one video at a time."

[–] roofuskit@lemmy.world 24 points 5 days ago

This is the kind of post designed to invoke a reaction. Facebook's and pretty much every other algorithm driven social media is designed to promote posts that have high interaction. So a post that invokes lots of negative reactions gets lots of promotion. Hence the downfall of modern society.

[–] billwashere@lemmy.world 22 points 5 days ago (3 children)

So order of operations is hard?

[–] HereIAm@lemmy.world 12 points 4 days ago (13 children)

The issue normally with these "trick" questions is the ambiguous nature of that division sign (not so much a problem here) or people not knowing to just go left to right when all operators are of the same priority. A common mistake is to think division is prioritised above multiplication, when it actually has the same priority. Someone should have included some parenthesis in PEDMAS aka. PE(DM)(AS) 😄

load more comments (13 replies)
load more comments (2 replies)
[–] NigelFrobisher@aussie.zone 22 points 5 days ago (1 children)

Arguing about maths is like dancing to architecture.

[–] captainlezbian@lemmy.world 6 points 4 days ago

Hey, some architecture is asking for it like Stonehenge

[–] maniacalmanicmania@aussie.zone 12 points 5 days ago (3 children)
[–] cabbage@piefed.social 29 points 5 days ago (1 children)

Not strictly a scam, but there's a little money to be made creating viral content on Facebook. They receive a tiny portion of the ad revenue from Facebook when they generate engagement.

It's just Facebook sucking really.

[–] drool@lemmy.catsp.it 8 points 5 days ago (1 children)
[–] palordrolap@fedia.io 7 points 5 days ago

OK, it's been a few hours. I'll do the clumsy thing that everyone else has avoided and point out that it's deliberately set up so that people who have never heard of operator precedence - those who do things purely left-to-right - don't get a weird fraction when the division step is done, making them think that the answer they've reached must be the right one. You'd still get a handful who'd argue regardless, but that whole number ropes in a whole bunch more.

Couple that with the fact that the value reached this way doesn't match the value obtained from using operator precedence and you get arguments about what the right answer is. And a comment like the one you're reading right now that's too long for the hard-of-thinking to read.

"More engagement, baybee [sunglasses smiley emoji] [cash bag emoji]" etc.

load more comments
view more: next ›