Music Banter - View Single Post - 6/2*(1+2)=?
Thread: 6/2*(1+2)=?
View Single Post
Old 04-29-2011, 02:00 PM   #28 (permalink)
[MERIT]
Account Disabled
 
[MERIT]'s Avatar
 
Join Date: Nov 2004
Location: Missouri, USA
Posts: 4,814
Default

Quote:
Originally Posted by storymilo View Post
Yeah... oojay's fatal flaw is his conviction that multiplication is always done before division.
It is not a fatal flaw, it is a fact:

Quote:
The order of operations is a convention that tells us how to evaluate mathematical expressions (these could be purely numerical). The problem arises because expressions consist of operators applied to variables or values (or other expressions) that each demand individual evaluation, yet the order in which these individual evaluations are done leads to different outcomes.

A conventional order of operations solves this. One could technically do without memorizing this convention, but the only alternative is to use parentheses to group every single term of an expression and evaluate the innermost operations first.

For example, in the expression ab+c , how do we know whether to apply multiplication or addition first? We could interpret even this simple expression two drastically different ways:

Add b and c ,
Multiply the sum from (1) with a .
or

Multiply a and b ,
Add to the product in (1) the value of c .
One can see the different outcomes for the two cases by selecting some different values for a , b , and c . The issue is resolved by convention in order of operations: the correct evaluation would be the second one.

The nearly universal mathematical convention dictates the following order of operations (in order of which operators should be evaluated first):

Factorial.
Exponentiation.
Multiplication.
Division.
Addition.
Any parenthesized expressions are automatically higher ``priority'' than anything on the above list.

There is also the problem of what order to evaluate repeated operators of the same type, as in:

abcd
The solution in this problem is typically to assume the left-to-right interpretation. For the above, this would lead to the following evaluation:

(((ab)c)d)
In other words,

Evaluate ab .
Evaluate (1)/c .
Evaluate (2)/d .
Note that this isn't a problem for associative operators such as multiplication or addition in the reals. One must still proceed with caution, however, as associativity is a notion bound up with the concept of groups rather than just operators. Hence, context is extremely important.

Exponentiation is an exception to the left-to-right assumption, as it is evaluated right-to-left. That is, a ^b ^c is computed as

Evaluate b ^c .
Evaluate a ^(1).
Of course, this could also have been written as abc , and in this form can be thought of as evaluated ``highest to lowest''.

For more obscure operations than the ones listed above, parentheses should be used to remove ambiguity. Completely new operations are typically assumed to have the highest priority, but the definition of the operation should be accompanied by some sort of explanation of how it is evaluated in relation to itself. For example, Conway's chained arrow notation explicitly defines what order repeated applications of itself should be evaluated in (it is right-to-left rather than left-to-right)!
PlanetMath: order of operations

So once again:

6/2*(1+2) = 6/2*(3) = 6/6 = 1

THE ANSWER IS STILL 1
[MERIT] is offline