Top | Newest First | Oldest First
TurtleEclipseOfTheHeart · 22-25, F
the answer is Dora
xSiFiGamer2016x · 26-30, M
@TurtleEclipseOfTheHeart Dora? 🤣
SW-User
It’s 104. The +4 in the end isn’t affected by the negative of the parenthesis. Someone clearly failed middle school algebra.
xSiFiGamer2016x · 26-30, M
@SW-User See? 😆
SW-User
@xSiFiGamer2016x it’s not even a matter of pemdas. You can even go through it straight from left to right and it’ll still be right as long as it is understood that the 4 doesn’t become a minus since it’s not part of the negative parenthesis. Straightforward math 100 - 0 + 4, not 100 - ( 0 + 4 )
xSiFiGamer2016x · 26-30, M
@SW-User Yeah, I've done the operations that way when I was a lot younger. And yeah, it would've been 96 if the parentheses we're involved at the last minute.
Rolexeo · 26-30, M
Why is the order of operations the way it is?
View 3 more replies »
ViciDraco · 36-40, M
@Rolexeo Yes. You have to remember that the math we write is a representative description of what is happening. The formulas describe the physical math that is happening. Just like we use our words to describe objects, events, and concepts.
I had ten dollars. I doubled it and then Jimmy took two. I have eighteen dollars.
10 X 2 - 2 = 18
I had ten dollars. Jimmy took two of my dollars and then I doubled the rest. I have sixteen dollars
(10 - 2) X 2 = 16
I had ten dollars. I told Jimmy I would double what he takes. Jimmy took 2 dollars. I have six dollars.
10 - 2 X 2 = 6
What is happening is happening. The numbers we choose to represent what is happening have to be agreed upon so that we can communicate. Just as we agree on what the word tree means.
I had ten dollars. I doubled it and then Jimmy took two. I have eighteen dollars.
10 X 2 - 2 = 18
I had ten dollars. Jimmy took two of my dollars and then I doubled the rest. I have sixteen dollars
(10 - 2) X 2 = 16
I had ten dollars. I told Jimmy I would double what he takes. Jimmy took 2 dollars. I have six dollars.
10 - 2 X 2 = 6
What is happening is happening. The numbers we choose to represent what is happening have to be agreed upon so that we can communicate. Just as we agree on what the word tree means.
Iwantyourhotwife · 22-25
@Rolexeo no, it is based on how it relates to real world physics
If you use a smaller number vs a larger one, you can see uf you got the right impact or not
Math isn't originally based in theory. Math is meant to be a representation of the real world, be it having its faults and limits
If you use a smaller number vs a larger one, you can see uf you got the right impact or not
Math isn't originally based in theory. Math is meant to be a representation of the real world, be it having its faults and limits
Bleak · 36-40, F
So what’s the real mathematics?
xSiFiGamer2016x · 26-30, M
@Bleak It goes by the order of operations.
P is "parentheses" or B is "brackets". You gotta solve the problem in there first.
Then
E is "exponents", like 2² (small number being the exponent). The O meaning "order".
The next step
M and D means to multiply or divide. This is sort of a confusing part for many, but it's supposed to be in order.
Last
A and S is to add or subtract. That's the easy part.
P is "parentheses" or B is "brackets". You gotta solve the problem in there first.
Then
E is "exponents", like 2² (small number being the exponent). The O meaning "order".
The next step
M and D means to multiply or divide. This is sort of a confusing part for many, but it's supposed to be in order.
Last
A and S is to add or subtract. That's the easy part.
Bleak · 36-40, F
@xSiFiGamer2016x Thankyou. And it seems very simple.
xSiFiGamer2016x · 26-30, M
@Bleak Oh, it is. Trust me. And you're welcome. 😎✌️
ImperialAerosolKidFromEP · 51-55, M
One of my former bosses, who might be the smartest man I've ever known, didn't twig to it when looking at some C++ code
ViciDraco · 36-40, M
PEMDAS does a huge disservice to people. The acronym doesn't make clear that multiply and divide are at same order and that add and subtract are at same order.
xSiFiGamer2016x · 26-30, M
@ViciDraco I've noticed that for a while. It's confusing to many, even I had a problem back in grade school. Especially elementary.