Question: Which of the following is the correct order of operations to simplify the expression 2 + 3 * (4 - 1)?
Options:
Correct Answer: Parentheses, Multiplication, Addition
Solution:
The correct order is to first solve the parentheses (4 - 1), then multiply by 3, and finally add 2.