Inactive Tutor answered 02/22/18
Tutor
New to Wyzant
PEMDAS is a set of rules.
First, note that you have one leading parenthesis which is unmatched, so DROP that first (.
P means that things within parentheses should be simplified first.
So the first stage yields (-1)(4)+4 and the next stage yields -4+4 and so 0 is the result.