When evaluating the following expression, which operations must be done first, third, and fifth?: #3-2*(2+4)+5-(3/2)^3#
1 Answer
First: addition inside the bracket.
Third: multiplication
Fifth: addition
Explanation:
We follow the Order of Operations, also known as PEMDAS:
#color(red)(P)# - Parentheses (also known as Brackets)#color(blue)(E)# - Exponents#color(green)(M)# - Multiplication#color(green)(D)# - Division (this has the same weight as M and so I gave it the same colour)#color(brown)(A)# - Addition#color(brown)(S)# - Subtraction - (again, same weight as A and so the same colour)
So in the expression
we first look for
Now we look for
Next we look for
Now we do our
and the fifth thing we do is
And to finish this off: