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

Respuesta :

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

Step-by-step 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.