In this type of exercise we must use the hierarchy of operations that reads like this:
- Brackets ⇝ []
- Parenthesis ⇝ ()
- Exponents ⇝ a^b
- Multiplications and divisions ⇝ a × b / a ÷ b
- Addition and subtraction ⇝ a + b / a - b
Remember that if there are only additions or subtractions or only divisions and multiplications, you must solve from left to right.
We apply the hierarchy of operations to the problem:





ANSWER:
The expression is equal to 309.91.