A - ( B x C ) + ( D x E ) = A - ( B x C ) - ( D x E ) if A > B + C + D + E
A - ( B x C ) + ( D x E ) = A - ( B x C ) - ( D x E ) if A > B + C + D + E
The standard order of operations is
The operations on each row are equivalent, and are executed from left to right.
If it helps to conceptualize, you can always replace subtraction and division with these equivalents without affecting the order:
a - b
= a + -b
= a + (-1*b)
and
a / b
= a * b^-1^
= a * (1/b)