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:
So, which is it? Does anyone know? I’d be interested if this is just an arbitrary (but necessary) decision someone made.
On the heels of my question about the Order of Operations, I ask this: who decided that we should round up when something is in the middle? Why does 1.5 round up to 2? Why couldn't it round down to 1? While this may sound stupid, I'm looking for…
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.
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
Hmmm ... a philosophical question disguised as a math test ... okay, I'll bite:
Because without order there is chaos?
Sounds like you need to introduce your son to 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.
Why not check your favorite site?
http://en.wikipedia.org/wiki/Orderofoperations
Damn you, Markdown. Here:
Why not check your favorite site?
I looked at that, but I didn't find anything on the history and reasoning of it.
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 = 55 = 5+5+5+5+5 (by definition). Adding a value to it: 2+5^2 = 2+55 = 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.
WTF?? y DiD THEy FUCKEN iNVENT THiS STUPiS SHiT??!! FUCKEN NERD ASS PEOPLE THAT DONT HAVE LiFESS!! GO SUCK A COCKK! FUCKEN LOW LiFESSSSS!
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.
2100+410+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.
you know i is also called "BEDMAS" (Brackets, Exponents, Division, Multiplication, Adding and Subtracting.)
I've been trying to research this question myself... Check out the following math problems
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???
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
who made order operation?
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.
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
i think the guys all over here are complicating the issue.it is the case that always follow the BODMAS rule
===============================================================
BODMAS is Bracket,Divison and so on
===============================================================
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