p e m d a s
please excuse my dear aunt sally
2006-08-16 13:52:28
·
answer #1
·
answered by molly 2
·
0⤊
0⤋
There is not an order of computation - there is a commonly accepted convention for the order of computation, but , for example, most professional programmers would never rely on the fact that a "convention" was in use - and would force priorities with parentheses.
But the convention goes from exponentiation, to multiplication/divison (it's as arbitrary which comes first as the whole convention is, so I won't bother with the rest). And whatever rule you are looking for is bound to be incomplete. For example , will it show the priority of Logarithms? eg is Log 2 * 3 saying 3 times the log of 2, or is it the log of 6? and there's more but you get the idea (I hope)
2006-08-16 20:54:29
·
answer #2
·
answered by JustaThought 3
·
0⤊
0⤋
PEMDAS-Please Excuse My Dear Aunt Sally
Parenthesis, Exponents, Multiply, Divide, Add, Subtract
2006-08-16 20:52:00
·
answer #3
·
answered by Anonymous
·
0⤊
0⤋
According to what I have been taught the order of computation in mathematical problems is as below:
First do what is in the Brackets
Then, the Exponents (i.e. the indices)
Then, Divide
Multiply
Add (Addition)
The last being Subtraction.
Hence the acronym being BEDMAS
2006-08-16 20:54:41
·
answer #4
·
answered by hzdformlessfear 1
·
0⤊
0⤋
Parenthesis, exponent, multiplication/division, addition subtraction.
Please Excuse My Dear Aunt Sally
2006-08-16 20:52:36
·
answer #5
·
answered by Mobius 2
·
0⤊
0⤋
Are you refering to the order of operations or the FOIL method?
Order of Operations:
"Please Excuse My Dear Aunt Sally"
P = Parenthesis
E = Exponents
M = Multiplication
D = Division
A = Addition
S = Subtraction
The Foil Method is the following:
(w+x) (y+z)
First = w times y
Outer = w times z
Inner = x times y
Last = x times z
2006-08-16 20:56:48
·
answer #6
·
answered by Oklahoman 6
·
0⤊
0⤋
generally computation inside braces () is performed first,
outside of braces usual order be multiplication, addition, subtraction/devision (could be the other way round on last two)
2006-08-16 20:57:34
·
answer #7
·
answered by z3b3rd33 3
·
0⤊
0⤋
I use My Dear Aunt Sally - multiplication, division, addition, subtraction -not sure what kind of equations you mean
2006-08-16 20:52:46
·
answer #8
·
answered by Anonymous
·
0⤊
0⤋
PEMDAS: Parenthesis, Exponents, Multiplacation or Division (which ever is first left to right), Addition or Subtraction (again, left to right)
2006-08-16 20:52:11
·
answer #9
·
answered by Anonymous
·
0⤊
0⤋
Parentheses
Exponents
Multipication/Division
Addition/Subtraction
PEMDAS (duh)
In the case of M/D and A/S they are treated as one function. In a problem they are processed left to right (Multipication does not take precedence over Division)
2006-08-16 20:52:59
·
answer #10
·
answered by DonSoze 5
·
0⤊
0⤋