11
submitted 2 months ago by Obelix@feddit.org to c/technology@lemmy.world
you are viewing a single comment's thread
view the rest of the comments
[-] jordanlund@lemmy.world 3 points 2 months ago* (last edited 2 months ago)

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 4 points 2 months ago

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

[-] SARGE@startrek.website 2 points 2 months ago

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.

[-] AnotherPenguin@programming.dev 2 points 2 months ago

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

[-] Mistic@lemmy.world 1 points 2 months ago* (last edited 2 months 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

[-] Imgonnatrythis@sh.itjust.works 0 points 2 months ago

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

[-] aliceblossom@lemmy.world 2 points 2 months 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 1 points 2 months ago* (last edited 2 months 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

[-] cecilkorik@lemmy.ca -1 points 2 months ago

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.

[-] iglou@programming.dev 0 points 2 months ago* (last edited 2 months ago)

No, it should simply be "Parenthesis, exponents, multiplication, addition."

A division is defined as a multiplication, and a substraction is defined as an addition.

I am so confused everytime I see people arguing about this, as this is basic real number arithmetics that every kid in my country learns at 12 yo, when moving on from the simplified version you learn in elementary school.

[-] SmartmanApps@programming.dev 1 points 1 month ago

A division is defined as a multiplication

No it isn't. Multiplication is defined as repeated addition. Division isn't repeated subtraction. They just happen to have opposite effects if you treat the quotient as being the result of dividing.

[-] iglou@programming.dev 0 points 1 month ago

Yes, it is. The division of a by b in the set of real numbers and the set of rational numbers (which are, de facto, the default sets used in most professions) is defined as the multiplication of a by the multiplicative inverse of b. Alternative definitions are also based on a multiplication.

That's why divisions are called an auxilliary operation.

[-] SmartmanApps@programming.dev 1 points 1 month ago

Yes, it is

No it isn't.

The division of a by b in the set of real numbers and the set of rational numbers (which are, de facto, the default sets used in most professions) is defined as the multiplication of a by the multiplicative inverse of b

No it isn't. The Quotient is defined as the number obtained when you divide the Dividend by the Divisor. Here it is straight out of Euler...

Alternative definitions are also based on a multiplication

Emphasis on "alternative", not actual.

[-] 13igTyme@lemmy.world -1 points 2 months ago

You want PEMA with knowledge of what is defined, when people can't even understand PEMDAS. You wish for too much.

[-] Cethin@lemmy.zip -1 points 2 months ago

I hate most math eduction because it's all about memorizing formulas and rules, and then memorizing exceptions. The user above's system is easier to learn, because there's no exceptions or weirdness. You just learn the rule that division is multiplication and subtraction is addition. They're just written in a different notation. It's simpler, not more difficult. It just requires being educated on it. Yes, it's harder if you weren't obviously, as is everything you weren't educated on.

[-] Mistic@lemmy.world 0 points 2 months ago* (last edited 2 months ago)

That's because (strictly speaking) they aren't teaching math. They're teaching "tricks" to solve equations easier, which can lead to more confusion.

Like the PEMDAS thing that's being discussed here. There's no such thing as "order of operations" in math, but it's easier to teach by assuming that there is.

Edit: To the people downvoting: I want to hear your opinions. Do you think I'm wrong? If so, why?

[-] SmartmanApps@programming.dev 1 points 1 month ago

they aren’t teaching math.

Yes we are. Adults forgetting it is another matter altogether.

There’s no such thing as “order of operations” in math

Yes there is! 😂

Do you think I’m wrong?

No, I know you're wrong.

If so, why?

If you don't solve binary operators before unary operators you get wrong answers. 2+3x4=14, not 20. 3x4=3+3+3+3 by definition

[-] Mistic@lemmy.world 0 points 1 month ago* (last edited 1 month ago)

Yes we are

Yes and no. You teach how to solve equations, but not the fundamentals (and if you do then kudos to you, as it's not a trivial accomplishment). Fundamentals, most of the time, are taught in universities. It's so much easier that way, but doesn't mean it's right. People call it math, which is fair enough, but it's not really math in a sense that you don't understand the underlying principles.

Yes there is!

Nope.

There's only commutation, association, distribution, and identity. It doesn't matter in which order you apply any of those properties, the result will stay correct.

2×2×(2-1)/2 = 2×(4-2)/2 = 1×(4-2) = 4-2 = 2

As you can see, I didn't follow any particular order and still got the correct result. Because no basic principle was broken.

Or I could also go

2×2×(2-1)/2 = 4×(2-1)/2 = 4×(1-0.5) = 4×0.5 = 2

Same result. Completely different order, yet still correct.

My response to the rest goes back to the aforementioned.

[-] SmartmanApps@programming.dev 0 points 1 month ago

You teach how to solve equations, but not the fundamentals

Nope. We teach the fundamentals. Adults not remembering them doesn't mean they weren't taught. Just pick up a Maths textbook. It's all in there. Always has been.

Fundamentals, most of the time, are taught in universities

No they're not. They only teach order of operations from a remedial point of view. Most of them forget about The Distributive Law. I've seen multiple Professors be told by their students that they were wrong.

it’s not really math in a sense that you don’t understand the underlying principles

The Constructivist learners have no trouble at all understanding it.

Nope.

Yep!

There’s only commutation, association, distribution, and identity.

And many proofs of other rules, which you've decided to omit mentioning.

It doesn’t matter in which order you apply any of those properties, the result will stay correct

But the order you apply the operations does matter, hence the proven rules to be followed.

2×2×(2-2)/2

Notably you picked an example that has no addition, subtraction, or distribution in it. That's called cherry-picking.

Completely different order, yet still correct

Yep, because you cherry-picked a simple example where it doesn't matter. It's never going to matter when you only pick operations which have the same precedence.

My response to the rest goes back to the aforementioned

...cherry-picking.

[-] Mistic@lemmy.world 0 points 1 month ago* (last edited 1 month ago)

We teach the fundamentals

Sure. They are, however, not the focus. At least that's not how I've been taught in school. You're not teaching kids how to prove the quadratic formula, do you? No, you teach them how to use it instead. The goal here is different.

They only teach order of operations.

Again, with the order of operations. It's not a thing. I've given you two examples that don't follow any.

The constructivist learners...

That's kinda random, but sure?

And many proofs of other rules...

They all derive from each other. Even those fundamental properties are. For example, commutation is used to prove identity.

But the order you apply operators does matter

2+2-2 = 4-2 = 2+0 = 0

2 operators, no order followed.

If we take your example

2+3×4 then it's not an order of operation that plays the role here. You have no property that would allow for (2+3)×4 to be equal 2+3×4

Look, 2+3×4 = 1+3×(2+2)+1 = 1+(6+6)+1 = 7+7 = 14

Is that not correct?

Notably you picked...

It literally has subtraction and distribution. I thought you taught math, no?

2-2 is 2 being, hear me out, subtracted from 2

Same with 2×(2-2), I can distribute the value so it becomes 4-4

No addition? Who cares, subtraction literally works the same, but in opposite direction. Same properties apply. Would you feel better if I wrote (2-2) as (1+1-2)? I think not.

Also, can you explain how is that cherry-picking? You only need one equation that is solvable out of order to prove order of operation not existing. One is conclusive enough. If I give you two or more, it doesn't add anything meaningful.

[-] SmartmanApps@programming.dev 1 points 1 month ago* (last edited 1 month ago)

At least that’s not how I’ve been taught in school

If you had a bad teacher that doesn't mean everyone else had a bad teacher.

You’re not teaching kids how to prove the quadratic formula, do you?

We teach them how to do proofs, including several specific ones.

No, you teach them how to use it instead.

We teach them how to use everything, and how to do proofs as well. Your whole argument is just one big strawman.

Again, with the order of operations

Happens to be the topic of the post.

It’s not a thing

Yes it is! 😂

I’ve given you two examples that don’t follow any

So you could not do the brackets first and still get the right answer? Nope!

2×2×(2-2)/2=0

2×2×2-2/2=7

That’s kinda random, but sure?

Not random at all, given you were talking about students understanding how Maths works.

2+3×4 then it’s not an order of operation that plays the role here

Yes it is! 😂 If I have 1 2-litre bottle of milk, and 4 3-litre bottles of milk, there's only 1 correct answer for how many litres of milk of have, and it ain't 20! 😂 Even elementary school kids know how to work it out just by counting up.

They all derive from each other

No they don't. The proof of order of operations has got nothing to do with any of the properties you mentioned.

For example, commutation is used to prove identity

And neither is used to prove the order of operations.

2 operators, no order followed

Again with a cherry-picked example that only includes operators of the same precedence.

You have no property that would allow for (2+3)×4 to be equal 2+3×4

And yet we have a proof of why 14 is the only correct answer to 2+3x4, why you have to do the multiplication first.

Is that not correct?

Of course it is. So what?

It literally has subtraction and distribution

No it didn't. It had Brackets (with subtraction inside) and Multiplication and Division.

I thought you taught math, no?

Yep, and I just pointed out that what you just said is wrong. 2-2(1+2) has Subtraction and Distribution.

2-2 is 2 being, hear me out, subtracted from 2

Which was done first because you had it inside Brackets, therefore not done in the Subtraction step in order of operations, but the Brackets step.

Also, can you explain how is that cherry-picking?

You already know - you know which operations to pick to make it look like there's no such thing as order of operations. If I tell you to look up at the sky at midnight and say "look - there's no such thing as the sun", that doesn't mean there's no such thing as the sun.

[-] barsoap@lemm.ee -2 points 2 months ago

Why? Because a bunch of dead Greeks say so!

The Greeks certainly didn't come up with PEMDAS. US teachers too lazy to teach kids actual maths did. And that's before taking into account that the Greeks didn't come up with Algebra.

[-] dohpaz42@lemmy.world 0 points 2 months ago

US teachers too lazy to teach kids actual maths did.

What’s lazy about learning PEMDAS? And what’s the non-lazy/superior way?

[-] SmartmanApps@programming.dev 1 points 1 month ago

What’s lazy about learning PEMDAS?

Nothing. Only people who don't know what they're talking about say that.

[-] barsoap@lemm.ee -2 points 2 months ago* (last edited 2 months ago)

Learning the actual algebraic laws, instead of an order of operations to mechanically replicate. PEMDAS might get you through a standardised test but does not convey any understanding, it's like knowing that you need to press a button to call the elevator but not understand what elevators are for.

Though "lazy teachers" might actually be a bit too charitable a take given the literacy rates of US college graduates mastering in English. US maths teachers very well might not understand basic maths themselves, thinking it's all about a set of mechanical operations.

[-] dohpaz42@lemmy.world 1 points 2 months ago

You might be smart, but you’re still wrong about the importance of order of operations; especially in algebra.

As far as teachers go, you’re being a dick by generalizing all (US) teachers are lazy and do not understand math.

Pro tip: opinions are like assholes; you too have one, and yes it too stinks.

[-] SmartmanApps@programming.dev 1 points 1 month ago

You might be smart

Smart-arse more like. A serial troll who doesn't actually know what they're talking about.

[-] AbidanYre@lemmy.world 1 points 2 months ago* (last edited 2 months ago)

Is it also lazy to learn Roy G. Biv to know the color spectrum instead of learning all the physics and optical properties behind that?

Or what about My Very Elderly Mother Just Served Us Nine Pickles to know the planets instead of learning orbital dynamics and astrophysics?

Christ man, it's a mnemonic device for elementary schoolers.

[-] barsoap@lemm.ee -1 points 2 months ago* (last edited 2 months ago)

Those two things are memorisation tasks. Maths is not about memorisation.

You are not supposed to remember that the area of a triangle is a * h / 2, you're supposed to understand why it's the case. You're supposed to be able to show that any triangle that can possibly exist is half the area of the rectangle it's stuck in: Start with the trivial case (right-angled triangle), then move on to more complicated cases. If you've understood that once, there is no reason to remember anything because you can derive the formula at a moment's notice.

All maths can be understood and derived like that. The names of the colours, their ordering, the names of the planets and how they're ordered, they're arbitrary, they have no rhyme or reason, they need to be memorised if you want to recall them. Maths doesn't, instead it dies when you apply memorisation.

Ein Anfänger (der) Gitarre Hat Elan. There, that's the Guitar strings in German. Why do I know that? Because my music theory knowledge sucks. I can't apply it, music is all vibes to me but I still need a way to match the strings to what the tuner is displaying. You should never learn music theory from me, just as you shouldn't learn maths from a teacher who can't prove a * h / 2, or thinks it's unimportant whether you can prove it.

[-] SmartmanApps@programming.dev 1 points 1 month ago

Maths is not about memorisation

It is for ROTE learners.

You are not supposed to remember that the area of a triangle is a * h / 2

Yes you are. A lot of students get the wrong answer when they forget the half.

you’re supposed to understand why it’s the case

Constructivist learners can do so, ROTE learners it doesn't matter. As long as they all know how to do Maths it doesn't matter if they understand it or not.

You’re supposed to be able to show that any triangle that can possibly exist is half the area of the rectangle it’s stuck in

No they're not.

If you’ve understood that once, there is no reason to remember anything because you can derive the formula at a moment’s notice.

And if you haven't understood it then there is a reason to remember it.

you can derive the formula at a moment’s notice

Students aren't expected to be able to do that.

All maths can be understood and derived like that

It can be by Constructivist learners, not ROTE learners.

The names of the colours, their ordering, the names of the planets and how they’re ordered, they’re arbitrary

No they're not. Colours are in spectrum order, the planets are in order from the sun.

Maths doesn’t, instead it dies when you apply memorisation

A very substantial chunk of the population does just fine with having memorised Maths.

[-] AbidanYre@lemmy.world 1 points 2 months ago

What fundamental property of the universe says that

6 + 4 / 2 is 8 instead of 5?

[-] SmartmanApps@programming.dev 1 points 1 month ago

6 + 4 / 2 is 8 instead of 5?

The fundamental property of Maths that you have to solve binary operators before unary operators or you end up with wrong answers.

[-] AbidanYre@lemmy.world 0 points 1 month ago* (last edited 1 month ago)

But +, -, *, and / are all binary operators.

As far as I know, the only reason multiplication and division come first is that we've all agreed to it. But it can't be derived in a vacuum as that other dude contends it should be.

[-] SmartmanApps@programming.dev 0 points 1 month ago* (last edited 1 month ago)

But +, -, *, and / are all binary operators?

No, only multiply and divide are. 2+3 is really +2+3, but we don't write the first plus usually (on the other hand we do always write the minus if it starts with one).

As far as I know, the only reason multiplication and division come first is that we’ve all agreed to it.

No, they come first because you get wrong answers if you don't do them first. e.g. 2+3x4=14, not 20. All the rules of Maths exist to make sure you get correct answers. Multiplication is defined as repeated addition - 3x4=3+3+3+3 - hence wrong answers if you do the addition first (just changed the multiplicand, and hence the answer). Ditto for exponents, which are defined as repeated multiplication, a^2=(axa). Order of operations is the process of reducing everything down to adds and subtracts on a number line. 3^2=3x3=3+3+3

[-] AbidanYre@lemmy.world 0 points 1 month ago* (last edited 1 month ago)

Typical examples of binary operations are the addition ( + {\displaystyle +}) and multiplication ( × {\displaystyle \times }) of numbers and matrices

Very confidently getting basic facts wrong doesn't inspire confidence in the rest of your comments.

Your example still doesn't give a reason why 2 + 3 * 4 is 2 + 3 + 3 + 3 +3 instead of 2 + 3 + 2 + 3 + 2 + 3 + 2 + 3 other than that we all agree to it.

[-] SmartmanApps@programming.dev 0 points 1 month ago

Very confidently getting basic facts wrong doesn’t inspire confidence in the rest of your comments.

...says person quoting Wikipedia and NOT a Maths textbook! 😂

Your example still doesn’t give a reason why 2 + 3 * 4 is 2 + 3 + 3 + 3 +3

Yes it does., need to work on your comprehension..

Multiplication is defined as repeated addition - 3x4=3+3+3+3

other than that we all agree to it

You can disagree as much as you want and 3x4 will still be defined as 3+3+3+3. It's been that way ever since Multiplication was invented.

[-] AbidanYre@lemmy.world 0 points 1 month ago

The arithmetic operations, addition + , subtraction − , multiplication × , and division ÷

That better? Or you can find one you like all by yourself: https://duckduckgo.com/?q=binary+operator&ko=-1&ia=web

Yes it does., need to work on your comprehension..

And you can shove the condescension up your ass until you understand the difference between unary and binary operators.

But to original point. I'm not disagreeing with anything and you're proving my point for me. There is no fundamental law of the universe that says multiplication comes first. It's defined by man and agreed to. If we encounter aliens someday, the area of their triangles are still going to be half the width times the height, the ratios of their circles circumference to diameter are still going to be pi, regardless of how they represent those values. But they could very well prioritize addition and subtraction over multiplication and division.

[-] SmartmanApps@programming.dev 0 points 1 month ago

That better?

Is it a Maths textbook?

Or you can find one you like all by yourself

I already have dozens of Maths textbooks thanks.

And you can shove the condescension up your ass until you understand the difference between unary and binary operators

It's not me who doesn't understand the difference.

you’re proving my point for me.

Still need to work on your comprehension then. I did nothing of the sort.

There is no fundamental law of the universe that says multiplication comes first.

Yes there is. The fact that it's defined as repeated addition. You don't do it first, you get wrong answers.

It’s defined by man and agreed to

It's been defined and man has no choice but to agree with the consequences of the definition, or you get wrong answers.

But they could very well prioritize addition and subtraction over multiplication and division

No they couldn't. It gives wrong answers.

[-] AbidanYre@lemmy.world 0 points 1 month ago* (last edited 1 month ago)

Actually, it is. Written by a PhD and used in a college course. It just happens to be distributed for free because Canada is cool like that.

The LibreTexts libraries are Powered by NICE CXone Expert and are supported by the Department of Education Open Textbook Pilot Project, the UC Davis Office of the Provost, the UC Davis Library, the California State University Affordable Learning Solutions Program

May want to work on your own reading comprehension.

It's not me who doesn't understand the difference.

The facts disagree.

You can keep saying defined all you want, it doesn't change the underlying issue that it's defined by man. In the absence of all your books (which you clearly don't understand anyway based on our discussion of unary vs binary) order of operations only exists because we all agree to it.

[-] SmartmanApps@programming.dev 0 points 1 month ago

Actually, it is. Written by a PhD and used in a college course.

Yeah there's an issue with them having forgotten the basic rules, since they don't actually teach them (except in a remedial way). Why do you think I keep trying to bring you back to actual Maths textbooks?

May want to work on your own reading comprehension.

Nope. It's still not a textbook. Sounds more like a higher education version of Wikipedia.

The facts disagree

With you, yes.

it doesn’t change the underlying issue that it’s defined by man.

The notation is, the rules aren't.

In the absence of all your books (which you clearly don’t understand anyway based on our discussion of unary vs binary)

Says person who doesn't understand the difference between unary and binary. Apparently EVERYTHING is binary according to you (and your website). 😂

order of operations only exists because we all agree to it

It exists whether we agree with it or not. Don't obey it, get wrong answers.

[-] AbidanYre@lemmy.world 0 points 1 month ago* (last edited 1 month ago)

Nope. It's still not a textbook. Sounds more like a higher education version of Wikipedia.

It is though. Here's a link to buy a printed copy: https://libretexts.org/bookstore/order?math-7309

You keep mentioning textbooks but haven't actually shown any that support you. I have. I'll trust the PhD teaching a university course on the subject over the nobody on the internet who just keeps saying "trust me bro" and then being condescending while also being embarrassingly wrong.

And because I can't help it, I'll also trust Wolfram over you: Examples of binary operation on A from A×A to A include addition (+), subtraction (-), multiplication (×) and division (÷). Here, you can buy a copy of this too: https://www.amazon.com/exec/obidos/ASIN/1420072218/weisstein-20

Says person who doesn't understand the difference between unary and binary.

Talking about yourself in the third person is weird. Even your nonsense about a silent "+" is really just leaving off the leading 0 in the equation 0+2. Because addition is a binary operator.

Apparently EVERYTHING is binary according to you (and your website). 😂

Only the ones that operate on two inputs. Some examples of unary operators are factorial, absolute value, and trig functions. The laughing face when you make a fool of yourself isn't really as effective as you think it is.

But we're getting off topic again. I can't keep trying to explain the same thing to you, so I would say this has been fun, but it's been more like talking to an unusually obnoxious brick wall. Next time you want to engage with someone try being less of a prick, or at least less wrong. You're not nearly as smart as you seem to think you are.

[-] SmartmanApps@programming.dev 0 points 1 month ago* (last edited 1 month ago)

It is though. Here’s a link to buy a printed copy:

BWAHAHAHAHAHAHA! They print it out when someone places an order! 😂

You keep mentioning textbooks but haven’t actually shown any that support you. I have

No you haven't. You've shown 2 websites, both updated by random people.

I’ll trust the PhD teaching a university course on the subject

I already pointed out to you that they DON'T teach order of operations at University. It's taught in high school. Dude on page you referred to was teaching Set theory, not order of operations.

over the nobody on the internet

Don't know who you're referring to. I'm a high school Maths teacher, hence the dozens of textbooks on the topic.

Talking about yourself in the third person is weird

Proves I'm not weird then doesn't it.

Even your nonsense about a silent “+”

You call what's in textbooks nonsense? That explains a lot! 😂

is really just leaving off the leading 0 in the equation 0+2

And yet the textbook says nothing of the kind. If I had 2+3, which is really +2+3 (see above textbook), do I, according to you, have to write 0+2+0+3? Enquiring minds want to know. And do I have to put another plus in front of the zero, as per the textbook, +0+2+0+3

Because addition is a binary operator

No it isn't 😂

Only the ones that operate on two inputs.

Now you're getting it. Multiply and divide take 2 inputs, add and subtract take 1.

Some examples of unary operators are factorial, absolute value, and trig functions.

Actually none of those are operators. The first 2 are grouping symbols (like brackets, exponents, and vinculums), the last is a function (it was right there in the name). The only unary operators are plus and minus.

I can’t keep trying to explain the same thing to you

You very nearly got it that time though! 😂

at least less wrong

Again, it's not me who's wrong.

[-] AbidanYre@lemmy.world 0 points 1 month ago* (last edited 1 month ago)

They print it out when someone places an order! 😂

Welcome to the 21st century. We have this thing called the internet so people can share information without killing trees. It's the resource material for a college course. That's like the definition of a text book without costing the students a month's rent.

random people.

One is a PhD teaching a college course on the subject, the other is Wolfram. Neither of those are "random people" and their credentials beat "claims to be a high school math teacher but had trouble counting to 2" pretty soundly.

I already pointed out to you that they DON'T teach order of operations at University. It's taught in high school. Dude on page you referred to was teaching Set theory, not order of operations.

This portion of the discussion wasn't about order of operations, it was about the number of inputs an operator (+, and - in this case) has. Try to keep up.

Don't know who you're referring to. I'm a high school Maths teacher, hence the dozens of textbooks on the topic.

Dear God if that's true I feel sorry for your students and embarrassed for whatever school is paying you. But this is the internet and with any luck that's a flat out lie. At least your repeated use of the plural maths means you're not anywhere near my kids.

And yet the textbook says nothing of the kind. If I had 2+3, which is really +2+3..

Oh, I see the problem. We're back to reading comprehension. That section you highlighted specifically refers to when those symbols are being used as a "sign of the quality" of the number it's referring to, not when it's being used to indicate an operation like addition or subtraction. Hopefully that clears it up. This is ignoring the fact that a random screen shot could be anything. For all I know you wrote that yourself.

do I, according to you, have to write 0+2+0+3

No. You also don't need to write +2+3 because the first "+" isn't an operator. It's, as your own picture says, a sign of the quality of 2.

Now you're getting it. Multiply and divide take 2 inputs, add and subtract take 1.

I would love to know how you get to a sum or difference with only one input. Here, I'll try to spell it out using your own example so that even you can understand.

The inputs to 2 + 3 = 5 are 2 and 3. Let's count them together. 2 is the first, and 3 is the second. 1, 2. Two inputs for addition. Did you get it this time? Was that too fast? You can go back and read it again if you need to

Actually none of those are operators. The first 2 are grouping symbols

Fine, operation then. The fact that you think "!" is the same thing as brackets doesn't do anything to help your bona fides. And I don't have the energy to write up a word doc and screen shot it since that's apparently what it takes for you to consider something valid.

Maybe you're just being weirdly pedantic about operator vs operation. Which would be a strange hill to die on since the original topic was operations.

You very nearly got it that time though! 😂

If by "it" you mean through your thick skull, then you're more optimistic than I am.

Again, it's not me who's wrong.

Again, according to literally everyone, it is. I could keep providing sources, but I still don't have the time to screen shot some random crap with no supporting evidence. And as much as I enjoy dunking on dipshits, I've got other things to do.

[-] SmartmanApps@programming.dev 1 points 1 month ago* (last edited 1 month ago)

Welcome to the 21st century

Welcome to it's not a textbook (and it wasn't about order of operations anyway).

We have this thing called the internet so people can share information without killing trees

We also have this thing called textbooks, that schools order so that Maths classes don't have to be held in computer labs.

It’s the resource material for a college course

And the college doesn't teach order of operations.

That’s like the definition of a text book

by someone who can't back up their statements with actual textbooks.

One is a PhD teaching a college course on the subject

Yep, exactly what I said - a random person as far as order of operations is concerned, since he teaches Set Theory and not order of operations.

the other is Wolfram

Yeah, their programmers didn't know The Distributive Law either.

I’m willing to bet their credentials beat “claims to be a high school math teacher” pretty soundly

Happy to take that bet. Guarantee you neither of them has studied order of operations since they were in high school.

This portion of the discussion wasn’t about order of operations

Yes it is. I said that order of operations dictates that you have to solve binary operators before unary operators, then you started trying to argue about unary operators.

it was about the number of inputs an operator (+, and - in this case) has

Yep, the ones with more inputs, binary operators, have to be solved first.

Try to keep up

Says person who's forgotten why we were talking about it to begin with! 😂

At least your repeated use of the plural maths means you’re not anywhere near my kids.

Well that outs yourself as living in a country which has fallen behind the rest of the world in Maths, where high school teachers don't even have to have Maths qualifications to teach Maths.

when those symbols are being used as a “sign of the quality” of the number it’s referring to

which is always. As usual, the comprehension issue is at your end.

not when it’s being used to indicate an operation like addition or subtraction

Yes it is 😂

Hopefully that clears it up

That you still have comprehension issues? I knew that already

This is ignoring the fact that a random screen shot could be anything

The name of the book is in the top left. Not very observant either.

For all I know you wrote that yourself

You don't care how much you embarrass yourself do you, given the name of the book is in the top left and anyone can find and download it. 😂

because the first “+” isn’t an operator

Yes it is! 😂

It’s, as your own picture says, a sign of the quality of 2

and a sign of the quality of the 3 too. There are 2 of them, one for each Term, since it's a 1:1 relationship.

I would love to know how you get to a sum or difference with only one input.

You don't. Both need 2 Terms with signs. In this case +2 and +3.

2 is the first, and 3 is the second

Yep, corresponding to the 2 plus signs, +2 and +3. 1 unary operator, 1 Term, 2 of each.

Two inputs for addition

2 jumps on the number line, starting from 0, +2, then +3, ends up at +5 on the number line. This is how it's taught in elementary school.

Did you get it this time?

The real question is did you?

Was that too fast?

No, you just forgot one of the plus signs in your counting, the one we usually omit by convention if at the start of the expression (whereas we never omit a minus sign if it's at the start of the expression).

You can go back and read it again if you need to

I'm not the one who doesn't know how unary operators work. Try it again, this time not leaving out the first plus sign.

Fine, operation then

Nope, not an operation either.

The fact that you think “!” is the same thing as brackets

I see you don't know how grouping symbols work either.

Maybe you’re just being weirdly pedantic about operator vs operation

Grouping symbols are neither.

Which would be a strange hill to die on since the original topic was operations

You were the one who incorrectly brought grouping symbols into it, not me.

I could keep providing sources

You haven't provided any yet! 😂

I still don’t have the time to screen shot some random crap with no supporting evidence

Glad you finally admitted you have no supporting evidence. Bye then! 😂

[-] barsoap@lemm.ee -2 points 2 months ago* (last edited 2 months ago)

Nothing. And that's why people don't write equations like that: You either see

     4
6 +
***
     2

or

 6 + 4
-------
   2

If you wrote 6 + 4 / 2 in a paper you'd get reviewers complaining that it's ambiguous, if you want it to be on one line write (6+4) / 2 or 6 + (4/2) or 6 + ⁴⁄₂ or even ½(6 + 4) Working mathematicians never came up with PEMDAS, which disambiguates it without parenthesis, US teachers did. Noone else does it that way because it does not, in the slightest, aid readability.

[-] SmartmanApps@programming.dev 1 points 1 month ago* (last edited 1 month ago)

And that’s why people don’t write equations like that

Says someone who clearly hasn't looked in any Maths textbooks

If you wrote 6 + 4 / 2 in a paper you’d get reviewers complaining that it’s ambiguous

Only if their Maths was very poor. #MathsIsNeverAmbiguous

Working mathematicians never came up with PEMDAS

Yes they did.

which disambiguates it without parenthesis

It was never ambiguous to begin with.

Noone else does it that way

Says someone who has never looked in a non-U.S. Maths textbooks - BIDMAS, BODMAS, BEDMAS, all textbooks have one variation or another.

[-] baines@lemmy.cafe 1 points 2 months ago

just say you like the smell of your own farts, it would be less text for us to read for the same result

[-] Halosheep@lemm.ee 0 points 2 months ago

This guy is the the guy posting the answer and then spending hours fighting the idiots who got it wrong on Facebook.

Nerd.

[-] barsoap@lemm.ee -1 points 2 months ago

x/0 is the set {+inf,-inf}, fite me IRL.

this post was submitted on 31 May 2025
11 points (92.3% liked)

Technology

73731 readers
1314 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