How do you simplify #18div(9-6)(1+2)# using PEMDAS?
1 Answer
Using PEMDAS:
#18 -: (9-6)(1+2) = 18#
Explanation:
PEMDAS is a mnemonic for the following conventions of order of operations:
P Parentheses.
E Exponents.
MD Multiplication and Division - evaluated left to right.
AS Addition and Subtraction - evaluated left to right.
Note that multiplication and division have the same priority and addition and subtraction have the same priority.
Given:
#18 -: (9-6)(1+2)#
We evalulate the two expressions in parentheses first to get:
#18 -: 3*3#
Note that since we are using PEMDAS, division and multiplication have equal precedence and are evalulated from left to right.
So the next step involves dividing
#6*3#
Finally:
#6*3 = 18#
Footnote
This is a different result from what you might expect. The multiplication of
Historically, that might have been the way this expression would be evalulated, especially since the obelus
However, note well that PEMDAS makes no distinction as to different kinds of division or multiplication. They all have the same priority and are evaluated left to right.