this post was submitted on 14 May 2026
32 points (100.0% liked)

Asklemmy

54335 readers
183 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy πŸ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 7 years ago
MODERATORS
 

I have seen several people saying the order operation is

  • Brackets/Parenthesis
  • Orders (roots and powers)
  • Divisions
  • Multiplications
  • Subtractions
  • Additions

But I was taught it as

  • Brackets/Parenthesis
  • Roots and powers, left to right (independently of the exact operation)
  • Divisions and multiplications, left to right (independently of the exact operation)
  • Subtractions and additions, left to right (independently of the exact operation)

So, what order were you taught and/or use today?

top 30 comments
sorted by: hot top controversial new old
[–] alsimoneau@lemmy.ca 3 points 1 day ago

If there is confusion, you wrote it wrong. Don't inline it, use a proper equation in whatever software you're using. If you need to inline it, go heavy on parentheses.

[–] WolfLink@sh.itjust.works 4 points 1 day ago

This are equivalent because the order of multiplications/divisions and the order of additions/subtractions doesn’t affect the end result.

Also in general if the order of operations in your equation isn’t clear without thinking about it you are doing it wrong and need to add some parenthesis.

Also caveat: on a computer the order of operations can matter in more detail due to floating point errors, and you may want to add extra parenthesis to control it.

[–] Ephera@lemmy.ml 29 points 2 days ago (1 children)

Yeah, differentiating between multiplications vs. divisions and additions vs. subtractions doesn't make sense, because they're the same thing respectively, just written differently.

When you divide by 3, you can also multiply by β…“.
When you subtract 7, you can also add -7.

There is one quirk to be aware of, though. When people notate a division with a long horizontal line, that implies parentheses around both of the expressions, top and bottom.

[–] otter@lemmy.ca 3 points 2 days ago (1 children)

Something I haven't seen mentioned yet is how we remember it as either BEDMAS or PEMDAS, but not PEDMAS or BEMDAS. The order of M and D are tied to whether we use the term brackets or parentheses. BEMDAS sounds very wrong to me

[–] blackbrook@mander.xyz 2 points 1 day ago (1 children)

Why? Why would this be important?

[–] otter@lemmy.ca 4 points 1 day ago* (last edited 1 day ago) (1 children)

It's not important, just an observation of spoken language. Similar to the order of adjectives or how there's usually a "correct" sounding way to list two names.

If anything, it might explain why people are tied to a particular order of multiplication and division

https://englishan.com/order-of-adjectives/

https://en.wikipedia.org/wiki/Phonaesthetics

[–] blackbrook@mander.xyz 2 points 1 day ago (1 children)

FWIW they all sound equally ok to me. I never learned any of these acronyms, tho I've come across them on occasion, and if someone had presented any of the 4 as THE acronym for this I'd have believed them.

[–] otter@lemmy.ca 1 points 1 day ago

I think because I read about this riddle in the past, I might have built up some associations myself. So maybe there's actually nothing there πŸ˜„

[–] benderbeerman@lemmy.world 2 points 1 day ago

BOPS

Brackets Orders Products Sums

In order, left to right

[–] Lettuceeatlettuce@lemmy.ml 12 points 2 days ago

I learned, "Please excuse my dear aunt Sally."

Parentheses Exponents Multiplication Division Addition Subtraction

[–] west2seven@lemmy.dbzer0.com 21 points 2 days ago (2 children)

Its PEMDAS and nothing else

[–] platypode@sh.itjust.works 25 points 2 days ago (1 children)

I think the question is whether you interpret that acronym as P E M D A S or P E MD AS (i.e., whether multiplication has higher precedence than division or whether they are the same).

The latter is correct, the former is an unfortunately common misunderstanding.

[–] monovergent@lemmy.ml 3 points 2 days ago* (last edited 2 days ago)

Until now, it did not occur to me that there are some who believe multiplication and addition come before division and subtraction, respectively. Order of operations clickbait arguments make a bit more "sense" now.

[–] aceshigh@lemmy.world 2 points 2 days ago

Please excuse my dear aunt sally. I always assumed this was sequential.

[–] SpongyAneurysm@feddit.org 2 points 1 day ago (1 children)

I've seen this topic come up for the second time this week. i'm an engineer, so I've been trained to use maths as a tool extensively. But to be honest, I couldn't even tell you. I don't remember specific rules for it, I just do it without even thinking about it anymore.

[–] yermaw@sh.itjust.works 1 points 1 day ago

Its only ever a problem when people post up ambiguous equations and use sock-puppet accounts to call every answer stupid and wrong until a huge fight erupts.

[–] Mirodir@discuss.tchncs.de 4 points 2 days ago

What we were taught and what I've seen a lot in the German speaking world was "punkt for strich", "dot before line" since the addition and subtraction symbols are written with lines and the mult/div with dots (β‹… and :).

The fact that parentheses/brackets are always top priority was taught separately (even before multiplication iirc) and once we got to powers/roots it was just quickly mentioned that they have higher prio than mult/div/add/sub.

[–] MatSeFi@lemmy.liebeleu.de 5 points 2 days ago (1 children)

Have a PhD in physics and this is the first time that I hear of some kind of "order" here. May be I forgot but I only remember that I used associative, distributiveand commutative properties of mathematical objects.

[–] heh@lemmy.world 7 points 2 days ago* (last edited 2 days ago) (2 children)

It’s because in any higher level math these rules aren’t needed. Everyone just uses brackets(and mathematical notation) to clearly define an order of operations. There’s no confusion as you’ll never see something potentially ambiguous like β€œx * y / z / a” .

And even if you did, the division operators would likely be horizontal lines to make it clear what is being divided.

[–] blackbrook@mander.xyz 1 points 1 day ago

And I think writing "3x" implies the precedence in a way that "3 * x" doesn't.

[–] MatSeFi@lemmy.liebeleu.de 0 points 1 day ago

Right the brackets .. and functional notation..

Just had a quick read on wikipedia s order of operations an now I know why I can not remember any more.. Every peace of software does its own Thing so one can not relay on conventions.

[–] Krusty@quokk.au 11 points 2 days ago* (last edited 2 days ago) (1 children)

Exponents are typically highest exponent first.

10^10^10 implies 10^(10^10) not (10^10)^10 which is astronomically different.  

PEMDAS

Parentheses, exponents, multiplication, division, addition, and subtraction.

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

Never met multiple exponents in a row at the same size and level without brackets/parenthesis, always saw them as ~a^~b^^c^, or a^(b^(c)) , so I didn't even think about that case.

[–] ParlimentOfDoom@piefed.zip 7 points 2 days ago

The people spouting the first one didn't learn it correctly.

Most of those are mindlessly parroting the mnemonic device without getting that a few of them are swappable.

[–] chunes@lemmy.world 1 points 1 day ago

I only write math in the context of programming languages. I prefer ones without order of operations. Rebol, (Polish notation), Factor/Forth (Postfix notation), smalltalk, (left-to-right) apl (right-to-left), etc.

In short, it doesn't matter as long as your audience understands you.

[–] sylver_dragon@lemmy.world 3 points 2 days ago

When you get to doing division and multiplication, it can make sense to look at what is being done to what and see if operations cancel out or simplify. E.g. if you are multiplying by 6 and dividing by 2 and bother operations are going to affect the same number/group/etc. there is no need to do both operations, you just multiply by 3 since that's ultimately what you are doing. Really, any place you can simplify operations, do that. Same goes for addition/subtraction. The Commutative Property is really handy for making hard math easier.

Please Excuse My Dear Aunt Sally

[–] kat_angstrom@lemmy.world -2 points 2 days ago* (last edited 1 day ago) (1 children)

BEDMAS cuz all y'all "parentheses" people are way too hoity toity and they're called Brackets, y'all

Edit: this is a shitpost. The downvotes are deserved.

[–] ParlimentOfDoom@piefed.zip 7 points 2 days ago (1 children)

Brackets are squared [ ]

Parentheses are round ( )

[–] Ephera@lemmy.ml 6 points 2 days ago

Apparently, that's American English. And for whatever reason, it's the British that are less hoity toity about it:

  • "brackets" or round brackets ( )
  • square brackets [ ]
  • curly brackets { }

https://en.wikipedia.org/wiki/Bracket