The result correct of this expression is 38
-
In a numeric expression, we first resolve the numbers that are in symbol, such as:
- parentheses, square brackets and braces.
The signs calculated in order are:
- multiplication/division, addition/subtraction.

The sign rules are
- ( - ) = +
+ ( + ) = +
- ( + ) = -
+ ( - ) = -

Resolution






So, the answer correct is 38