180k views
3 votes
For the order of operations, Group of answer choices Multiplication, division and remainder is performed first Addition and subtraction is performed first Assignment is performed first Addition and subtraction is performed after multiplication, division and remainder Multiplication, division and remainder is performed after addition and subtraction Assignment is performed last

User Hui Liu
by
6.1k points

1 Answer

2 votes

Answer: Addition and subtraction is performed after multiplication, division and remainder

Explanation:

The correct order of operations is to calculate whatever is in the parenthesis first.

Then calculate multiplication and division depending on which comes first as you move from left to right.

Then addition and subtraction can be performed also depending on which comes first as you move left to right.

User Ejolly
by
6.2k points