29 points

He looks like he just walked straight out of Idiocracy

permalink
report
reply
6 points

Without realizing he just walked into it.

<sunglasses meme yaaaah>

permalink
report
parent
reply
39 points

I’m not sure if you’re aware or not, but at the moment that photo was taken, he was in the middle of trying to interview then-president Trump.

I don’t remember what specific thing Trump said to elicit that reaction, and I’m not really in the mood to re-watch the interview to remind myself. Suffice it to say, Trump said a lot of just absolute nonsense.

permalink
report
parent
reply
3 points

Yeah I’m aware of the interview, but he also looks like the actor from Idiocracy and the expression he was making when he realized the time skip.

permalink
report
parent
reply
62 points
*

Sadly, this is actually true, people actually don’t know simple math and operation order.

Ajd they ask me why I hold such low expectations for the future 🤦.

permalink
report
reply

To be fair, it’s completely arbitrary, and all of math would be easier to understand, although slightly more verbose, if the only rule of order of operations is “always use parentheses to denote order, there are no implied parentheses”.

lazy mfs from centuries ago who were mortified by the thought of having to write ( and ) too much (lord what i wouldn’t give to hop in a time machine and show them lisp) should not be dictating our mathematical notation in this century. Explicit grouping is always more obvious to the reader.

permalink
report
parent
reply
19 points

That’s true, but it’s not that hard either.

permalink
report
parent
reply
4 points

I would love to watch people who say that diagram a sentence, per 10th grade English class rules.

(For the record, PEMDAS).

permalink
report
parent
reply
8 points

Even then it’s still a quick mistake to make. If I’m not paying attention I could easily make a mistake like this, because I’m used to reading things left to right.

permalink
report
parent
reply

It’s also not that hard to just write it in a far less confusing way in many cases.

In this simple case, 4 x 2 + 2 or 2 x 4 + 2 would have been superior choices because both people reading left to right and people following pemdas correctly would get it right, and only people mis-remembering pemdas would be confused.

permalink
report
parent
reply
20 points

Maybe for very simple calculations like this one, but for more complex ones parenthesis actually make them much harder to read and write. If you’ve ever built a complex functions in Excel you know how difficult it gets because for 90% of the excel operations require parenthesis which means it works exactly like you’d want math to work. Just yesterday I had to do a more complex index match search in excel and excel corrected my parenthesis, because when your function is supposed to end with 5 parenthesis good luck keeping track of how many parenthesis you actually need to write out. Similarly if a week later I would have to change something inside that same function it’s going to take a lot more time to deconstruct the formula because of the abundance of parenthesis.

And the addition of parenthesis in math is entirely unnecessary because the nature of most operators already dictates the order of operations. Exponents are just multiplications and multiplication are just additions. 23 is the same as 2 x 2 x 2 is the same 2 + 2 + 2 + 2. If you take the example in the image then 2 + 2x4 transposed into additions is 2 + (2 + 2 + 2 + 2), parenthesis added to indicate what used to be the multiplication. Why people get it wrong is because they don’t understand the nature of those operators and so they do (2+2)x4 which is how they get (2+2)+(2+2)+(2+2)+(2+2) = 16. The order is clear, you can’t do addition before you do multiplication, because multiplication is a certain form of addition, and you can’t do multiplication before you do exponents, because exponents are a certain form of multiplication. The inverse functions maintain the same order of the function they’re inverting, meaning you can do subtraction before division and you can’t do division before rooting. No need for parenthesis for the natural order of operations. Parenthesis serve a purpose when you need to denote exceptions to the natural order of operations, like (2+2) x 4.

permalink
report
parent
reply
1 point

It’s not a “natural” order of operations. Why in the world would you think that we more often add before multiplying instead of vice versa? That’s such a weird claim

permalink
report
parent
reply
3 points
*

always use parentheses to denote order, there are no implied parentheses

I completely agree on this, and yes, this is what I always do, cuz… well, we’re human, we make mistakes, parentheses makes things easily visible, thus cutting down on mistakes.

Still, I do know operation order, as a rule I mean. In simple calcs like these, making a mistake is almost impossible. Thus, people that answered 16 probably just don’t know the order… that is something you learn in 1st, 2nd grade, it’s not quantum mechanics we’re talking about here.

lazy mfs from centuries ago who were mortified by the thought of having to write ( and ) too much (lord what i wouldn’t give to hop in a time machine and show them lisp) should not be dictating our mathematical notation in this century.

We only do that cuz we’re not sure how the compiler will interpret the operation order, and there’s waaaay too many versions and different languages to actually remember how each of them interprets math operation order. So, we do a safe bet, put parentheses on everything. Hell, I do it as well, I just can’t be bothered to remember if C interprets it like this, Python like that, Rust like… god knows what. They should, in theory, know math operation order, but let’s face it, we all do it cuz we’ve been faced with bugs that are a direct result of the compiler not intepreting things as it should.

That being said, yes, I do agree that prentheses on everything, even math on paper, is the way to go. Plus, even people that don’t know operation order, will learn it a lot qucker if you just show them how easy things become once you start using prentheses.

permalink
report
parent
reply
3 points

Bold of you to assume people would get how parentheses work. Especially when multiplying blocks of additive parentheses (unless you’d expect to always write the expanded form, please tell me you wouldn’t)

permalink
report
parent
reply
4 points
*

To be clear, it’s the standard order of operations (PEMDAS) that is arbitrary. The expression in the post, assuming PEMDAS, is not arbitrary. There’s only one correct answer.

Also, I dunno man. The window from where math is complicated enough to have multiple different operators to where expressions get too complicated to be easily readable with just parentheses to denote order should be passed by like, early to mid highschool, if not junior high. Point being, frankly if you’re struggling with PEMDAS, your either still a high schooler, or you probably should be.

Or we can all learn polish notation

permalink
report
parent
reply
5 points

It’s not arbitrary just because you don’t understand the how and why of it. The expression could certainly be written more clearly, but that’s an entirely separate matter.

permalink
report
parent
reply
2 points

By the end of highschool you’ve mostly stop dealing with numbers and moved on to algebra, which foregoes the confusion of PEMDAS. a+bc is very obvious.

permalink
report
parent
reply
10 points
*

Multiplication is a notation which means add some number by itself a number of times.

5 x 3 = 5 +5 + 5

2 * 4 = 2 + 2 + 2 +2

So when you see some like 2 + 4 * 2 it literally means. 2+4+4

permalink
report
parent
reply
-1 points
*

By that logic it could just as well be 2 + 4 * 2 = (2 + 4) + (2 + 4) = 12. You still need to know to multiply first, or it’s arbitrary

Edit: a lot of you are missing my point. The expression above is wrong, duh, but my point is that the choice to “expand out” the multiplication first is a convention that the mathematics community agreed on, not a fact that can be proven or measured. That’s why it’s arbitrary. @kogasa put nicely, PEMDAS is just a notation, it’s how we agreed to read and write our math, but the underlying math is no different. If we all agreed to scramble the order of operations, say to add before we multiply, expressions will look different, parentheses may need to be added or removed, but they will still be mathematically consistent if we are consistent in writing and reading in that agreed upon order of operations.

permalink
report
parent
reply
3 points

I will literally commit hate crimes against all of humanity if I had to write brackets around all operations in math. Surely remembering 6 things is easier than writing out brackets 100 times a day

permalink
report
parent
reply
1 point
*

Polish notation ftw. + 2 * 2 4, no parentheses needed and no ambiguity. (Though makes it harder to see at first glance where is the cut between the to terms of the operation.)

permalink
report
parent
reply
0 points
*
Deleted by creator
permalink
report
parent
reply
7 points

Everyone learns maths.

Everyone should know maths.

permalink
report
parent
reply
4 points

You learn these things in 1st, 2nd grade. This is not quantum mechanics, this is simple basic math.

permalink
report
parent
reply
1 point

US here, wasn’t taught until high school

permalink
report
parent
reply
-1 points

I don’t know why you expect the mathematical order of operations to stay fresh in people’s heads. I was taught that in like third grade, and the number of times I’ve needed that information outside of a math class in the 35 years since then is exactly zero. Most people don’t really have occasion to go around solving written equations in their adult lives. I mean, I’m a machinist, I use math every day at my job, the only actual written equations I ever have to deal with are the ones I need to solve to shut off my alarm clock app in the morning. That stuff just doesn’t stick when you never have a reason to use it.

permalink
report
parent
reply
4 points
*

I mean, I’m a machinist

Now do electronics. You won’t be getting away from the math in that field.

permalink
report
parent
reply
3 points
*

It’s not an equation, it’s simple math, like one used in a grocery store. You have 2 apples and then you pick up 4 more pairs of apples, how many apples you got?

As I said, it’s not quantum mechanics, it’s basic simple math.

I bet your alarm clock app also uses simple math problems like this one. It’s expected for a grown up or a teenager to be able to solve this, that is why they put it on alarm clock app. It’s not something that’s meant to be easily forgotten. That is why you learn these things when you’re very young, so they stick with you for the rest of your life. But from the answers, it’s easy to notice that most have never even learned this in the first place, at all. Why? Your guess is as good as mine 🤷.

permalink
report
parent
reply
0 points

Because they grew up in households that would say to them “I don’t know why you’re having to learn this! No one uses it except for the eggheads down at Livermore!” and so they ignored it and now justify their ignorance by repeating the same horseshit anti-intellectual screed

permalink
report
parent
reply
1 point

PEMDAS is common. It stands for Parentheses, Exponents, Multiplication/Division, Addition/Subtraction. PEMDAS is often expanded to the mnemonic “Please Excuse My Dear Aunt Sally” in schools.

permalink
report
parent
reply
3 points

People out here saying “why would you expect anyone to know basic elementary school math!?” it was the only logical progression from “no one needs to know how to solve mysterious factors!! (algebra)”

permalink
report
parent
reply
4 points

10 isn’t an option, so people are putting 13 as the closest?

permalink
report
parent
reply
2 points

It’s cut off at the bottom. 10 might be there, or even add your own option might be there.

permalink
report
parent
reply
10 points

No, the four percentages add to 100%

permalink
report
parent
reply
21 points

I understand why people get 16. But how do they get 14, 15 and… 13??? Trolling, right?

permalink
report
reply
28 points

13 is actually the best solution given that 10 isn’t an available option.

permalink
report
parent
reply
7 points

Ohhh I see. Those 26%ers trying their best to approximate

permalink
report
parent
reply
9 points

I wouldn’t call the “best” solution to a clearly wrong option, the same as I wouldn’t call the “best” option jumping off a cliff to an assured death instead burning alive on a fire, but yeah it’s the option closes to the real one.

permalink
report
parent
reply

Being bad at math.

permalink
report
parent
reply
1 point

Strich vor Punkt.

permalink
report
reply
51 points

Since the correct mathematical answer isn’t one of the options, the people picking the other options are representing a real resistance to the order of mathematical logic that binds us.

The real answer is 14 because I’m 14 and this is deep.

permalink
report
reply
6 points

HEAR HEAR!

permalink
report
parent
reply
8 points

13, because it’s just as wrong, but it’s the closest to 10. ;)

permalink
report
parent
reply
4 points

For me it’s 13 because it’s the “wrongest” one. Every single number in the term is even so you’d expect people to at least choose something that is even, too. Not only is 13 odd, it’s a friggin prime…

permalink
report
parent
reply

Memes

!memes@lemmy.ml

Create post

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

Community stats

  • 13K

    Monthly active users

  • 12K

    Posts

  • 259K

    Comments