NOTICE:
This content is in the "archives" of Gadgetopia. It has been moved to this subdomain as it is no longer considered relevant to the site. It is being hosted here for a indeterminate period of time. Its existence at this URL is not guaranteed, and it may be removed at any time. If you would like to refer to this content in the future, you are encouraged to save it to your local file system.

Who Decided the Order of Operations?

Originally published by "dbarker" on 2007-05-13 10:02:00Z

I check my 12-year-old son’s math homework every night, and lately he’s been neck-deep in the Order of Operations. This is the order in which you do smaller stuff in a larger problem. For instance:

3 + 5 * 7 / (8 – 7)

In this case, you need to do the 8 – 7 first since it’s in parentheses, then the 5 * 7, and the result should be divided by the 1 from the parenthetical operation then add to the three. So it goes like this:

3 + 5 * 7 / 1 3 + 35 / 1 3 + 35

The answer for the above problem is 38.

The mnemonic for this is:

Please (parentheses) Excuse (exponent operations) My Dear (multiplication and division) Aunt Sally (addition and subtraction)

So, here’s my question —

Why is this the order of operations? This has been so designated as the way we’re supposed to do it, but why? Why does addition and subtraction come before multiplication and division? Who made the rule and why? There are two possibilities:

  1. Someone just decided this and it stuck because we all needed a consistent way of doing it.

  2. There is some higher mathematical truth to it, and at some base level this is the only way to do it because of some core logical principle.

So, which is it? Does anyone know? I’d be interested if this is just an arbitrary (but necessary) decision someone made.

Comment by "iii" on 2007-05-13 14:14:00Z
it's (2). the reason you do exponents (and roots) first is that they may be broken down into multiplication. likewise, multiplication (and division) are based on multiplication. so, say you have 4+3*2. turning the multiplication into addition would make it 4+2+2+2 = 10, which is not what you'd get if you did the addition first. the grouping functions (which is listed as parentheses, but which also includes extended radicals of square root signs, fractions with expressions in the numerator or denominator, and absolute values) are there to allow you to bypass these conventions. it turns out that, because these rules are built on the hierarchical nature of the mathematical operations, that it preserves the properties that exists with binomial operations: addition and multiplication is still commutative, and so on. hope this helped -- i'm used to teaching this extended out over several days, and with out the big words.
Comment by "iii" on 2007-05-13 14:17:00Z
oh, and as long as you don't move stuff around, it's okay to divide before you multiply. in your example above: >3 + 5 * 7 / 1 3 + 35 / 1 3 + 35 you could also have done it as follows: 3 + 5 * 7 /1 = 3 + 5 * 7 = 3 + 35
Comment by "Mean Dean" on 2007-05-14 08:12:00Z
Hmmm ... a philosophical question disguised as a math test ... okay, I'll bite: Because without order there is chaos?
Comment by "Noel" on 2007-05-14 13:38:00Z
Sounds like you need to introduce your son to [Reverse Polish Notation](http://en.wikipedia.org/wiki/Reverse_Polish_notation) (RPN) for you own sanity. >An advantage of RPN is that it obviates the need for parentheses that are required by infix.
Comment by "dz" on 2007-05-14 13:53:00Z
Why not check your favorite site? [http://en.wikipedia.org/wiki/Order](http://en.wikipedia.org/wiki/Order)*of*operations
Comment by "dz" on 2007-05-14 13:55:00Z
Damn you, Markdown. Here: [http://en.wikipedia.org/wiki/Order_of_operations](http://en.wikipedia.org/wiki/Order_of_operations)
Comment by "Deane" on 2007-05-14 13:58:00Z
>Why not check your favorite site? I looked at that, but I didn't find anything on the history and reasoning of it.
Comment by "cmadler" on 2007-05-14 16:55:00Z
I think it's a combination of 2 & 3: the interaction of basic mathematical principles, which are the actual meaning of the calculation, with notation rules. The mathematical principles are the relationships among the various operations, such as 5^2 = 5*5 = 5+5+5+5+5 (by definition). Adding a value to it: 2+5^2 = 2+5*5 = 2+5+5+5+5+5. Obviously for this to be true, the exponent and multiplication must be calculated prior to addition (otherwise we end up with 49=35=27). As charon and Noel pointed out, there are other ways to notate operations. But charon's proposal with no operation order rules will require larger statements for the same calculation (similar to the relation of Hindu-Arabic numerals to Roman numerals). RPN does work well, but it does so by shifting responsibility for operations order from the person (or machine) performing the calculation to the person (or machine) notating the calculation. So if we write your problem in RPN as 3 5 + 7 * 8 7 - / then we have given the order. 3 5 + 7 * 8 7 - / = ((3 5 +) 7 *) (8 7 -) /. In essense, each operation given in RPN creates parentheses around the two previous values.
Comment by "CHERRYLIOUSSS" on 2007-09-20 11:34:00Z
WTF?? y DiD THEy FUCKEN iNVENT THiS STUPiS SHiT??!! FUCKEN NERD ASS PEOPLE THAT DONT HAVE LiFESS!! GO SUCK A COCKK! FUCKEN LOW LiFESSSSS!
Comment by "cragged" on 2007-09-25 14:22:00Z
Unfortunate that the last comment author's name is close to Lisajouss, but anyway, Deane, Take a place value number system like ours, and expand a number like 247. 2*100+4*10+7 If you do the operations left to right you get 2047 which is not what you meant. And so the need for order begins and expands logically to what cmadler and iii point out. The extra notation of parenthesis can be a delight for a 12-year-old who 'wants it MY way,' but they may have become necessary from the intent of language as in, "I'll raise you five and double it!" -- are you just adding ten or going for broke? As for rounding...write out the ten hindu-arabic numerals 0 -- 9 Starting at 0 for 'nothing' (which took awhile for us to accept), the median (middlest) is 4.5 so the 4 is on the side of the start of the existing decade and the 5 is on the side of the next decade. Hope this helps the 12-year-old.
Comment by "Zacefronissoooocute:)" on 2007-09-27 12:54:00Z
you know i is also called "BEDMAS" (Brackets, Exponents, Division, Multiplication, Adding and Subtracting.)
Comment by "Aloha56" on 2007-10-23 09:33:00Z
I've been trying to research this question myself... Check out the following math problems 1. 10-9+23/2(5+1) Old way: 10-9+23 1+23 24 ******_ = ****** = __ = 2 2(5+1) 2x6 12 PEMDAS (from left to right): 10-9+23/2(5+1) = 10-9+23/2x6 = 10-9+11.5x6 = 10-9+69 = 1+69 = 70 There is a HUGE difference in answers. The younger generation (20's and below, from what I've noticed) tends to get 70 and the older generation (30's and older, unless they are a math teacher) tends to get 2. A substitute teacher, who is a retired science teacher, wondered when things have changed. So, following the two logical thinkings above, which answer is correct, since when, and why???
Comment by "Aloha56" on 2007-10-23 09:37:00Z
I'm sorry, the old way became jumbled... 10-9+23 / 2(5+1) = 1 + 23 / 2 x 6 = 24 / 12 = 2 They were taught to do everything on one side of the division line, do everything on the other side of the division line, then divide
Comment by "Anonymous" on 2008-09-26 15:38:00Z
who made order operation?
Comment by "Peter" on 2008-09-26 06:55:00Z
I agree -- exponents are based on how many times a number is multiplied by itself. Multiplication is based on how many times a number should be added to itself.. and then the addition and subtraction are basic arithmetics. Even though we do math mentally, we are really breaking down these exponents into simpler problems we can handle, at which point you can do addition and subtractions left to right. so 3^2 expands to 3*3 which expands to 3+3+3. But if you do problems only left to right, and given an expression 5+3*3, you would do 5+3, but you have disassociated the 3 from the original multiplication (triple addition) problem. So I guess it's a little hierarchy plus convention. Sure, why does it have to be PEMDAS? It could be something else, but as long as we all follow it and get another result, nobody gets upset).. Operations are the tools in Math. PEMDAS dictate the grammar of math. :-) Without grammar, any language, being linguistics or programming, would fall apart because there's no apparent convention around which to do things. [Dr.Math](http://mathforum.org/dr.math/faq/faq.order.operations.html )
Comment by "Anonymous" on 2008-10-06 14:07:00Z
things haven't changed. you are looking at this as two totally different problems. the way it is presented here the answer is 70. but if you expand the fraction bar it changes the entire problem
Comment by "Denidowi" on 2008-11-22 12:44:00Z
Yes; I'd say it is more a combination of your options. Firstly, it IS a higher mathematical law that you need to use the operations in the order specified -- that is, exponents must come before multiplication of division, etc; but in turn, the latter must operate before + and -- in order to get the right answer. But in turn, THIS is so because of the way we read and tend to represent the English language. So there was also some meaning in a consistency of use as well -- for all to understand. It is more because of the way mathematicians have chosen to represent it
Comment by "uknowit" on 2011-08-31 10:08:00Z
I didn't know where it came from either but i checked other sites and its from the greek
Comment by "arsheeya" on 2012-05-27 14:03:00Z
thx very much i am a student
Comment by "jose" on 2012-09-10 06:26:11Z
Well, it seems that this is not use everywhere (unless you are in IT), where I come from only brackets are used to give order...
Comment by "" on 2012-11-08 08:13:28Z
u are supp to tell me who found it
Comment by "tiffany and alyssa" on 2012-11-28 13:39:46Z
hey wow!! order of operation !!
Comment by "brett rockwell" on 2013-01-06 12:25:38Z
4x4+4x4+4-4x4= ill put this into a word problem corruect me if i am wrong >have 4 dollars put in bank to gain interest of 400% have 16 dollars put in 4 more for total of 20 and wait for 400% increase have 80 have 4 and pay black market friend to quadruple you bank account. have 320 hear me out. math is a natural thing and really follows one order of operation witch is time. so why do we not read a math problem from left to right the way we do with words. if we conveyed thoughts by grouping certain words together the we deemed as most important.... sentence read like this because dumb
Comment by "tae pak" on 2013-03-22 17:40:57Z
stupid questions do exist
Comment by "" on 2013-04-04 14:25:58Z
I'm a student and we're working BIDMAS at the moment. Our homework for Easter was to research why BIDMAS is in the order it is. i quite literally haven't found anything, but some of the answers above were very helpful. Thank you.
Comment by "Jacob Harding" on 2013-04-12 08:03:58Z
An equation is just a way of expressing a predetermined answer. If we didn't use order of operations we would just engineer the equation differently to produce the correct answer. So, yes it is arbitrary and simply a way of getting everyone on the same page. BTW I was never taught this so if it is going to be the accepted and universal method then it need to be stressed more.
Comment by "Jacob Harding" on 2013-04-12 09:51:37Z
As for who came up with OoO it was the same dummy who decided which rules of phonics could be ignored or broken and when.
Comment by "Jerry Kokich" on 2014-04-18 17:25:40Z
It seems arbitrary to have multiplication first. I would think that, without parentheses or other groupings, a math problem would logically be solved left to right. With parentheses, it becomes different. 4+3x2 would seem to be 14, but with OoO it's 10. One would think that was why parentheses were employed, to indicate which goes first. If no par, then simple order would prevail. I realize this won't change, but it has always puzzled me. (I was a good math student).
Comment by "" on 2014-05-09 12:45:54Z
"old way" vs. PEMDAS = different answers. Where does that leave the "science" of mathematics?