this post was submitted on 13 May 2026
182 points (85.5% liked)

Lemmy Shitpost

39832 readers
3896 users here now

Welcome to Lemmy Shitpost. Here you can shitpost to your hearts content.

Anything and everything goes. Memes, Jokes, Vents and Banter. Though we still have to comply with lemmy.world instance rules. So behave!


Rules:

1. Be Respectful


Refrain from using harmful language pertaining to a protected characteristic: e.g. race, gender, sexuality, disability or religion.

Refrain from being argumentative when responding or commenting to posts/replies. Personal attacks are not welcome here.

...


2. No Illegal Content


Content that violates the law. Any post/comment found to be in breach of common law will be removed and given to the authorities if required.

That means:

-No promoting violence/threats against any individuals

-No CSA content or Revenge Porn

-No sharing private/personal information (Doxxing)

...


3. No Spam


Posting the same post, no matter the intent is against the rules.

-If you have posted content, please refrain from re-posting said content within this community.

-Do not spam posts with intent to harass, annoy, bully, advertise, scam or harm this community.

-No posting Scams/Advertisements/Phishing Links/IP Grabbers

-No Bots, Bots will be banned from the community.

...


4. No Porn/ExplicitContent


-Do not post explicit content. Lemmy.World is not the instance for NSFW content.

-Do not post Gore or Shock Content.

...


5. No Enciting Harassment,Brigading, Doxxing or Witch Hunts


-Do not Brigade other Communities

-No calls to action against other communities/users within Lemmy or outside of Lemmy.

-No Witch Hunts against users/communities.

-No content that harasses members within or outside of the community.

...


6. NSFW should be behind NSFW tags.


-Content that is NSFW should be behind NSFW tags.

-Content that might be distressing should be kept behind NSFW tags.

...

If you see content that is a breach of the rules, please flag and report the comment and a moderator will take action where they can.


Also check out:

Partnered Communities:

1.Memes

2.Lemmy Review

3.Mildly Infuriating

4.Lemmy Be Wholesome

5.No Stupid Questions

6.You Should Know

7.Comedy Heaven

8.Credible Defense

9.Ten Forward

10.LinuxMemes (Linux themed memes)


Reach out to

All communities included on the sidebar are to be made in compliance with the instance rules. Striker

founded 2 years ago
MODERATORS
 
top 50 comments
sorted by: hot top controversial new old
[–] kayohtie@pawb.social 0 points 12 hours ago

The real answer is "what's the fucking context for how these numbers are being used?"

If it's "just as written on a test" I think asking for clarification on order would be accepted.

If it's an actual context of some kind then that alone dictactes the way you solve it.

Can't quickly come up with a word problem for this one though.

[–] TotallyWorthLife@lemmy.world 16 points 1 day ago* (last edited 1 day ago)

I was taught to do

  • Brackets
  • Division and multiplication left to right
  • Addition and subtraction left to right

There should be a fucking ISO for this shit tbh

[–] AdolfSchmitler@lemmy.world 8 points 1 day ago

Oh christ the math memes are leaking from facebook

[–] AHemlocksLie@lemmy.zip 42 points 1 day ago (3 children)

The P in PEMDAS just means resolve what's inside the parentheses first. After that, it's just simple multiplication with adjacent terms, and multiplication and division happen together left to right.

6÷2(1+2)

6÷2(3)

3(3)

9

[–] mic_check_one_two@lemmy.dbzer0.com 9 points 1 day ago (1 children)

This is actually a generational thing. Millennials were taught “PEMDAS”:

  1. Parenthesis
  2. Exponent
  3. Multiplication
  4. Division
  5. Addition
  6. Subtraction

But younger generations have been taught “BEDMAS” instead:

  1. Brackets
  2. Exponent
  3. Division
  4. Multiplication
  5. Addition
  6. Subtraction

Notably, Division and Multiplication are swapped on PEMDAS and BEDMAS, to make this “both happen at the same time” more straightforward. But that only applies if the entire operation can happen at the same time.

For instance, let’s say 6/2(3) compared to 6÷2(3). At first glance, they both appear to be the same operation. But in the former, the 6 dividend would be over the entire 2(3) divisor. Which means you would need to simplify the divisor (by resolving the multiplication of 2•3) before you divide. So the former would simplify to 6/6=1, while the latter would divide first and become 3(3)=9.

Technically, if you wanted to be completely clear, you would write it using multiple parenthesis as needed. For instance, you would write it as either:
(6÷2)(3)=9 or 6÷(2(3))=1 to avoid the ambiguity. Then it wouldn’t matter if you’re using PEMDAS or BEDMAS.

[–] AHemlocksLie@lemmy.zip 3 points 21 hours ago (1 children)

But in the former, the 6 dividend would be over the entire 2(3) divisor.

I have never heard of or seen an example of anyone using / and ÷ in different ways. If you want multiple terms in your divisor, either write it as a large fraction with all relevant terms in the dividend or divisor, or use parentheses. This just seems like sloppy notation to me.

[–] mic_check_one_two@lemmy.dbzer0.com 1 points 11 hours ago* (last edited 11 hours ago)

The slash was just because MarkDown doesn’t really make mathematical notation easy. The point is that with a slash, the 6 is over the entire 2(3) divisor. It’s the difference between these:

You can even see that the automatic solution (in yellow) parses the two differently. In the first example, it correctly resolves the 2(3) first, because you should always simplify both the top and the bottom as much as possible before you resolve the division. But in the second, it parses the 6÷2 first, because it is left ambiguous. The slash is literally the horizontal bar, putting the dividend above the entire divisor. Except it’s in a single line, instead of taking up three lines of text for a single operation.

[–] Mistic@lemmy.world 4 points 1 day ago* (last edited 1 day ago)

Usually, no sign before the bracket means juxtaposition. Scientific calculators do account for it (not all, tho), while regular ones may not.

So 2(1+2) is really (2+4)

Compare 2/2x and 2/2×X where x is (1+2)

The first is 2/(2+4)=1/3, the second is (2/2)×(1+2)=3

Basically, either 1 or 9 can be considered correct. And yes, it's ambiguous.

Also, there's no real rule about solving left to right due to associative and commutative properties: 1×2×3 = 1×(2×3) = (1×2)×3 = 3×1×2 = 2×1×3 = 6

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

would you say the same thing if the division was written out like a line under 2(3) and under that 6
idk how this'll come out but something like this:
2(1+2)
-----------
6

edit : wow i did a formatting thing
edit2: i got it (ish)

[–] AHemlocksLie@lemmy.zip 3 points 1 day ago

In that case, I'd say the answer is 1. Top and bottom are each resolved to the fullest extent possible before dividing top by bottom. It's equivalent to (top)÷(bottom), but it's clearer and preferable if you can easily format that way in my opinion, just harder on a computer.

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

I think that’s why people are complaining about the division sign.

It’s been decades since I took a math class so I am definitely not the right person to explain things, but I am using technology to confirm my understanding of the various notations:

So yeah, if you put 6 over a denominator of 2(1+2), the answer is different (1) because the equation is different. But if you write it out literally, it would be 6 over 2 times (1+2).

What you wrote swapped the denominator to make it 2(1+2)÷6, which will always be 1.

[–] jambudz@lemmy.zip 22 points 1 day ago

Use unambiguous notation

[–] Noodle07@lemmy.world 22 points 1 day ago

I was taught not to write like this so we dont have to deal with this shit 😊

[–] cattywampas@lemmy.world 100 points 2 days ago (2 children)

It's 9 if you actually understand PEMDAS

[–] Reyali@lemmy.world 56 points 2 days ago (3 children)

I’m guessing confusion is coming from those taking PEMDAS literally as that order? Rather than PE(M|D)(A|S), like it’s supposed to be?

[–] cattywampas@lemmy.world 31 points 2 days ago (1 children)

It's also convoluted by the notation of the multiplication. When it's written like this, many assume that you need to resolve that term first since it involves parentheses.

[–] Jarix@lemmy.world 4 points 1 day ago

This is how I was taught 30 years ago in highschool

[–] FishFace@piefed.social 16 points 2 days ago (5 children)

It's also because writing multiplication without a symbol creates a tightly bound visual unit that is typically evaluated before other things. If you see an exercise like, "what is 4x²/2x" most people answer "2x" not "2x³". But this convention is rarely taught explicitly, so it's ripe for engagement bait.

[–] 0ops@piefed.zip 8 points 2 days ago

tightly bound visual unit

I think you nailed it on the head. The expression isn't technically ambiguous, there's exactly one solution, and neither is the notation incorrect, just unconventional. In this case though, forgoing convention makes the expression typographically misleading. Hence a reason why we have these conventions for writing out expressions in the first place: to visually reinforce the order of operations thereby making expressions as easy to read as possible. So it's not written wrong per se, just unnecessarily confusingly.

load more comments (4 replies)
load more comments (1 replies)
[–] BurntWits@sh.itjust.works 7 points 2 days ago

I was taught BEDMAS in school, so slightly different order. I was also taught that DM and AS are not specifically in that order, but rather left to right of the equation, in the same lesson. I’m not sure why some schools aren’t doing it that way.

[–] pennomi@lemmy.world 56 points 2 days ago (2 children)

I don’t think I ever used a divide symbol like that beyond elementary school. In practice always use fraction style notation for division because it’s not ambiguous or a gotcha.

[–] neatchee@piefed.social 35 points 2 days ago (4 children)

This is the correct answer and it drives me crazy how often this comes up.

As another user commented, division and subtraction are just syntactic flavor for multiplication and addition, respectively. Division is a specific type of multiplication. Subtraction is a specific type of addition.

And so there is a reason mathematicians do not use the division symbol (➗): it is ambiguous as to which of the following terms are in the divisor and which are part of the next non-divisor term.

In other words, the equation as written is a lossy representation of whatever actual equation is being described.

tl;dr: the equation as written provides insufficient information to determine the correct order of operations. It is ambiguous notation and should not be used.

load more comments (4 replies)
load more comments (1 replies)
[–] HeHoXa@lemmy.zip 45 points 2 days ago (1 children)

The ÷ symbol is a bane of mankind

[–] YiddishMcSquidish@lemmy.today 11 points 2 days ago (1 children)

I'm my head cannon, I imagine it as a /. Where the left is the top of a fraction, and the right the bottom. This only works in very simple equations though.

load more comments (1 replies)
[–] janakali@lemmy.4d2.org 16 points 2 days ago* (last edited 2 days ago) (1 children)
[–] AHemlocksLie@lemmy.zip 7 points 1 day ago (1 children)

Only if you forget that multiplication happens left to right and that a(b) is simply a different way to write a×b with no other extra steps or considerations. The P in PEMDAS just means resolve what's INSIDE the parentheses first.

[–] janakali@lemmy.4d2.org 4 points 1 day ago (3 children)

That only works if everyone agrees with you, which is clearly not true. In academic math, there's a thing called juxtaposition. It mostly exists because math people are lazy, so instead of putting parentheses around statement e.g. 5+(2*x) they'll just write 5+2x.

This is fine as long as you know the context of that expression. If you take it out of the context and just ask any person what is the right order of operations - it becomes ambiguous. Because some people know PEMDAS. And other people know that PEMDAS is just a simplification for middle school, when real math notation is messy, non-standard and requires a lot of local domain knowledge.

[–] calcopiritus@lemmy.world 6 points 1 day ago (2 children)

That's not lazyness. Multiplication is always done before addition. No need for parenthesis for that.

[–] janakali@lemmy.4d2.org 4 points 1 day ago* (last edited 1 day ago)

I picked example without confusion on purpose, because most people will generally avoid patterns similar to what OP posted. But if you want something more ambigious:

This is clearly 5/(2 * (a+9)). If we write this the form that the OP uses: 5/2(a+9) - it's fucked beyond all recognition.

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

I think the issue comes with "division and multiplication", and "addition and subtraction" Here, I see people saying "Brackets/Parenthesis > Division > Multiplication > Subtraction > Addition" when I was taught "Brackets/Parenthesis > Division or multiplication, left to right > Subtraction or addition, left to right"

load more comments (2 replies)
[–] brown567@sh.itjust.works 7 points 1 day ago

6 2 ÷ 1 2 + ×

Or 6 2 1 2 + × ÷ for Patrick

[–] yermaw@sh.itjust.works 29 points 2 days ago

We discovered mathematics, the unflinching language of reality itself, and then managed to make it ambiguous.

If i was an alien id give humanity a big hair-tussle like a dog.

[–] GeorgimusPrime@lemmy.world 2 points 1 day ago (2 children)

BODMAS

  • Brackets
  • Of
  • Division
  • Multiplication
  • Addition
  • Subtraction
[–] ne0n@lemmy.world 4 points 1 day ago (1 children)

I can’t tell if this is trolling or not, but O = Orders lol

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

You're right but when I was taught this in grade four we were taught Of, I guess Orders was probably a bit above 10 year Olds.

[–] Mistic@lemmy.world 1 points 1 day ago* (last edited 1 day ago)

Let me just, ahem

1-2+3/(3+3)×2+3×6/3 = 1-2+3/(3+3)×2+1×6 = 1-2+3/(3+3)×2+6 = 7-2+3/(3+3)×2 = 7-2+3/(6+6) = 7-2+(1/2+1/2) = 5+(1/2+1/2) = 5+1=6

Ahh, yes, DMAMDSBA :P

Let's just say BODMAS/PEMDAS isn't all end-all be-all. They're good, but there's also better

For those interested, see: basic number properties

[–] remon@ani.social 34 points 2 days ago (19 children)

Well, Patrick IS an idiot ... so it checks out?

load more comments (19 replies)
[–] Buddahriffic@lemmy.world 1 points 1 day ago

I guess the joke is that it wasn't an ambiguous expression in the first place and that pedmas/bedmas wasn't the issue, or rather using just it here is the problem?

When you have multiplication expressed as numbers joined without a symbol, that takes precedence at the current layer, where layers are created using brackets, fraction symbols, superscript exponents and concatenated multiplies.

I'm not sure this resolves all ambiguity, but it simplifies the rule to just doing multiplication/division before addition/subtraction. It seems simple enough in my mind, so I'd need to see a counter example if it does break down.

Though I hate how mainstream math problems/puzzles always end up being an order of operations problem, which I'd argue isn't even math but more of a metamath thing. If you're using math to solve a real problem, the correct order of operations will be determined by logic, not any conventions.

Like if it takes you 5 seconds to get in your car and 12 seconds per km traveled, and 5 seconds to get out of your car, if you multiply the 10 seconds to get in or out by the distance, you'll have a wrong answer. It'll always be distance traveled in km times 12 seconds/km plus the 10 seconds, and the math works on the units as well as the numbers to show you did it in a way that makes sense.

[–] Clent@lemmy.dbzer0.com 22 points 2 days ago (5 children)

No mathematician would write an ambiguous equation like that.

People who argued over these are displaying an incorrect memory of a math education that is simply not a good look.

Division and multiplication have the same precedence, equations are evaluated left to right, so equation is divide then multiple. Division and subtraction are syntactic sugar for multiplication and addition.

These are fun little experiments showing how social media makes people more stupider and how proud the ignorant behave amongst themselves.

load more comments (5 replies)
[–] SaltyIceteaMaker@lemmy.ml 7 points 2 days ago* (last edited 1 day ago) (5 children)

my calculator disagrees.

and i would too, this is basically
6÷2(1+2) = 6÷2×(1+2) = 6÷2×3

while you resolve brackets first, you still go left to right. you would get 1 if you did
6÷(2×(1+2))

the issue is the missing multiplication sign between the 2 and the brackets, thats why i always write them even if it is not strictly required

[–] ChaoticNeutralCzech@feddit.org 3 points 1 day ago* (last edited 23 hours ago)

CASIO calculators say 1, and I think it's more intuitive with "÷2π" being equivalent to "÷(2×π)" rather than "÷2×π". It took me a while to figure out why my results were almost but not quite one order of magnitude wrong after I was forced to switch to TI. Obviously nobody in high school or uni wrote ÷ (or Czech :) on paper, it was all fractions, but even on "natural mode" calculators I'd use the ÷ key for simple denominators to save vertical space.

load more comments (4 replies)
[–] FishFace@piefed.social 18 points 2 days ago (2 children)

Uh oh, here we go! Before the Fediverse's favourite mathematical charlatan comes to play, let's lay out a few facts:

  • This is an unusual way of writing down this expression: you would not normally mix in-line division (written with ÷) and multiplication written without a symbol. It's written this way on social media to for engagement bait.
  • Because of this, a perfectly valid reply is to ask "can you put in some brackets to make it clear" :)
  • A strict, standard reading of the order-of-operations as abbreviated by PEMDAS, BODMAS, etc, is to perform multiplication and division in the order that they occur. This would mean the evaluation goes like this:
    1. 6÷2(1+2)
    2. Perform addition inside the brackets: 6÷2(3)
    3. Perform the first multiplication or division: 3(3)
    4. Perform the remaining multiplication: 9
  • Occasionally, PEMDAS is interpreted as indicating that multiplication must be done first because the M occurs before the D. This is not usually how it is taught, but rarely it happens. This would give you 1 but, to be clear, in most places this is wrong. I myself was taught BODMAS and, in fact, do division first in all circumstances.
  • Much more commonly, though, the actual practical order in which mathematicians, teachers and students all evaluate expressions is a little different, in that it evaluates symbol-less multiplication (also known as "juxtaposition" which just means "writing two things next to each other" or, in discussions about this topic in particular, "implicit multiplication") before anything else. This is done because writing two things next to each other creates a tightly-bound visual unit.

It's rare for this last point to be mentioned explicitly as a violation of the order-of-operations. It usually only becomes relevant well after those conventions are spelled out (which is typically done in late primary school or early high school) after children start learning algebra and how to write algebraic expressions: using letters to represent unknown quantities, omitting the × symbol. Exam boards and textbooks are usually quite careful to avoid writing problems in which this unstated rule actually matters.

It's important to realise that the order in which we evaluate a mathematical expression is a matter of convention. After establishing how to add, multiply, subtract or divide two numbers, it is a separate question which operations should happen first when more than one is written together. This is why we need to teach students the order of operations - they can't just work it out themselves. Having said that, it certainly makes a lot more sense to do multiplication before addition, and exponentiation before multiplication, because each of these operations is (typically: you can define them in different ways if you're a masochist) defined in terms of the previous one. This means that if you have an expression involving all three, and you first turn all the exponentiation into multiplications, you are left with a simpler expression that means the same thing. This only happens if evaluating exponentiation is the first thing you're supposed to do. However, it would be a mistake to think this means that there is any mathematical necessity about this: what a sequence of squiggles on paper means is entirely up to the people reading and writing the squiggles; as long as they agree, the person reading the squiggles will get the same answer as intended by the person writing them. There's a good, lengthy write-up here

This means that while what I was taught is "wrong" according to how it is usually taught (including today in the same country), this wrongness is better understood mathematically as "unusual" - something that needs to be worked out by communication and consensus rather than by dictating one right and another wrong.

You do get some people with very strong opinions about this, which is not always correlated with their actual knowledge. If the aforementioned charlatan turns up, I'll explain...

load more comments (2 replies)
load more comments
view more: next ›