Answer: 85
Explanation:
To solve this problem, we want to use the order of operations, or PEMDAS.
Parenthesis
Exponent
Multiply
Divide
Add
Subtract
To be more specific, you evaluate the expression in the order from top to bottom. To clarify, it is multiply OR divide, depending on which comes first, left to right. This also applies to add OR subtract.
------------------------------------------------------------------------------------------------------------
20÷(5-3)+5²(3) [solve parenthesis]
20÷(2)+5²(3) [solve exponent]
20÷2+25(3) [solve multiply or divide, left to right]
10+75 [solve add or subtract]
85