Questions: Writing and Interpreting Numerical Expressions
5 questions to test your understanding
Score: 0 / 5
Question 1 Multiple Choice
A student translates 'add 5 and 3, then double the result' as 5 + 3 × 2. What is wrong with this expression?
ANothing — 5 + 3 × 2 = 16, which is correctly double 8
BBy order of operations, 5 + 3 × 2 = 11, not 16 — the student needed to write (5 + 3) × 2
CThe student should have written 2 × 5 + 3 = 13
DThere is no mathematical way to represent 'add first, then multiply'
Without parentheses, order of operations multiplies first: 5 + (3 × 2) = 5 + 6 = 11. But the verbal description says to add first, then double the result: (5 + 3) × 2 = 8 × 2 = 16. Parentheses are essential to override the default multiplication-first priority. This is exactly the misconception described in the topic: translating word order directly into symbol order without considering operation priority.
Question 2 Multiple Choice
Without calculating either expression, which is larger: 5 × (20 + 3) or 5 × 20 + 3?
AThey are equal — the distributive property makes them equivalent
B5 × (20 + 3) is larger — the 5 multiplies the entire sum of 23
C5 × 20 + 3 is larger — adding 3 at the end increases the result
DYou cannot compare them without calculating both
In 5 × (20 + 3), the 5 multiplies the full sum 23, giving 115. In 5 × 20 + 3, only 20 is multiplied by 5 (= 100), then 3 is added, giving 103. Recognizing structure — what is inside the parentheses versus outside — lets you compare without full calculation. Option A is wrong: the distributive property says 5 × (20 + 3) = 5 × 20 + 5 × 3, not 5 × 20 + 3.
Question 3 True / False
The expression (8 + 7) × 2 correctly represents the instruction 'add 8 and 7, then multiply the result by 2.'
TTrue
FFalse
Answer: True
Parentheses force the addition to happen first: (8 + 7) = 15, then × 2 = 30. Without parentheses, 8 + 7 × 2 would follow order of operations, computing 7 × 2 = 14 first, then 8 + 14 = 22 — a different and incorrect result. The parentheses are not optional; they carry the precise meaning of the verbal instruction.
Question 4 True / False
The expressions 3 × (4 + 5) and 3 × 4 + 5 are equivalent because multiplication distributes over addition.
TTrue
FFalse
Answer: False
3 × (4 + 5) = 3 × 9 = 27. 3 × 4 + 5 = 12 + 5 = 17. These are NOT equal. The distributive property says 3 × (4 + 5) = 3 × 4 + 3 × 5 = 27 — you must multiply 3 by each term inside the parentheses. Simply dropping the parentheses (getting 3 × 4 + 5) is not distribution; it changes the expression's value entirely.
Question 5 Short Answer
Why do parentheses change the meaning of a mathematical expression, and when must they be used when translating a verbal description?
Think about your answer, then reveal below.
Model answer: Parentheses override the default order of operations (multiplication before addition). They must be used whenever a verbal description says to perform an addition or subtraction before a multiplication or division — that is, whenever the intended sequence differs from the order that operations would naturally execute without parentheses.
This is the bridge between natural language and mathematical notation. English can describe any sequence of operations ('first do this, then that'), but mathematical notation executes in a fixed default order. Parentheses are the tool that encodes the intended sequence. Missing them produces a syntactically valid expression that means something different than what was described.