You can put this solution on YOUR website! What does[ ] mean in algebra and what order does it come in in the order of operations
---
PEMDAS:
parentheses
exponents
Multiply
Divide
Add
Subtract
------------------
If you have parens inside of parens, work from the inner
most to the outer most.
---
[3^2 + 2(5-(14/2)]
---
= [3^2 + 2(5-7)]
---
= [3^2 + 2(-2)]
---
= [9-4]
---
= 5
============
Cheers,
Stan H.
============