Questions: Introduction to Order of Operations

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

Evaluate: 20 ÷ 4 × 2

A2.5 — because PEMDAS puts multiplication before division, so compute 4 × 2 = 8 first, then 20 ÷ 8
B10 — because division and multiplication have equal priority; evaluate left to right: (20 ÷ 4) × 2 = 5 × 2
C40 — because you multiply all numbers together before dividing
D5 — because division always comes first: 20 ÷ 4 = 5, then discard the × 2
Question 2 Multiple Choice

A student means to compute (3 + 4) × 2 but accidentally writes 3 + 4 × 2. What does the written expression equal, and how does it differ from what the student intended?

ABoth expressions equal 14 — parentheses do not change the answer when addition and multiplication are involved
BThe written expression gives 11 (multiply first: 4 × 2 = 8, then 3 + 8 = 11); the intended expression gives 14 (add first: 3 + 4 = 7, then 7 × 2 = 14)
CThe written expression gives 14 (add first); the parentheses version gives 11
DBoth expressions give 11 — addition and multiplication can be performed in any order
Question 3 True / False

Parentheses in a mathematical expression indicate that the operations inside them should be performed before following the standard order of operations.

TTrue
FFalse
Question 4 True / False

According to the order of operations, multiplication should generally be performed before division when both appear in an expression.

TTrue
FFalse
Question 5 Short Answer

Why does mathematics need a shared order of operations? What problem would arise without it?

Think about your answer, then reveal below.