QUESTIONIn the order of operations, after parentheses and exponents have been cleared, how are the multiplications and divisions in an equation evaluated?
- Aall multiplications first, then all divisions
- Bfrom right to left, one operation at a time
- Ctogether, from left to right in one step
Show the answer and explanation
Correct answer: C. together, from left to right in one step
- A — incorrect The handbook identifies this two-step approach as a common error, not the correct method.
- B — incorrect The sweep goes from left to right, not right to left.
- C — correct Multiplication and division are evaluated from left to right in one sweep; the handbook notes that clearing all multiplications first and then all divisions is a common error.