A fake Facebook event disguised as a math problem has been one of its top posts for 6 months
A fake Facebook event disguised as a math problem has been one of its top posts for 6 months
A fake Facebook event disguised as a math problem has been one of its top posts for 6 months
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
I guess remembering grade school order of operation means you're a guinus now? Bar has gotten pretty low...
And it will go even lower as people start relying mpre on AI...
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.
G U I N U S.
I know it's probably a typo, but I'm enjoying it.
For the programmers: operator precedence.
Not a genius. But if subtraction is last, why isn't it 9-4?
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.
should actually be
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.
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
The "why" goes a little further than that.
In actuality, it's because of fundamental properties of operations
a + b = b + a
a×b = b×a
(a + b) + c = a + (b + c)
(a×b)×c = a×(b×c)
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
Multiplication and Division, and Addition and Subtraction are executed at the same level and done in left to right order.
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.
What’s lazy about learning PEMDAS? And what’s the non-lazy/superior way?