Put these operations in order. The operations with the greatest impact should go on the top level. (Add, Subtract, Multiply, Divide)

Top Level-Multiply and Add

Least Impact-Divide and Subtract

Multiply, Add, Divide , Subtract-Is this in the right order?

My new answer: Multiply, Divide, Add, Subtract

Is this correct?

better

Almost! You are correct that Multiply and Add should be placed on the top level, as they have the greatest impact. However, the order of Divide and Subtract should be reversed. Divide should have less impact than Subtract.

So the correct order from top level to least impact would be:

1. Multiply
2. Add
3. Subtract
4. Divide

Thus, the correct order is: Multiply, Add, Subtract, Divide.