MYP 3 · Maths

NUMBER

Order of operations

QUESTION 1 [6 marks] — Criterion B Medium
Consider the digits and operation symbols: $$6 \quad 2 \quad 4 \quad 1$$ used with $+$ and $\times$ in the expression $6 + 2 \times 4 - 1$, where brackets may be inserted anywhere.
a. Evaluate $6 + 2 \times 4 - 1$ without any brackets.
[1]
Show Solution
$$6+2\times4-1 = 6+8-1 = 13$$
b. Insert brackets in at least 3 different positions and evaluate each resulting expression. Record your results in a table.
[3]
Show Solution
Example results: $(6+2)\times4-1 = 31$; $6+2\times(4-1)=12$; $(6+2)\times(4-1)=24$; $6+(2\times4-1)=13$. (Working shown for each.)
c. Describe any pattern you notice in how bracket position affects the result. Which position gives the largest value?
[2]
Show Solution
Bracketing the addition together with a following multiplication tends to increase the result (since addition happens before a larger multiplier is applied), while bracketing to delay multiplication tends to decrease it. Of the options tested, $(6+2)\times4-1=31$ gives the largest value.
QUESTION 2 [5 marks] — Criterion C Medium
Consider the expression $$15 - 3 \times 2^2 + 8 \div 4$$
a. Evaluate the expression, showing each step of your working clearly and stating which operation you perform first, second, etc.
[3]
Show Solution
Step 1 (powers): $2^2=4$. Step 2 (multiplication/division, left to right): $3\times4=12$ and $8\div4=2$. Step 3 (addition/subtraction, left to right): $15-12+2=5$.
b. Explain, in words, why the order of operations convention (BIDMAS/PEMDAS) is necessary — what would go wrong without an agreed order?
[2]
Show Solution
Without an agreed order, the same expression could be evaluated in different sequences, giving different answers depending on who solves it. A universal convention ensures every mathematician gets the same, unambiguous result for the same expression.
QUESTION 3 [5 marks] — Criterion D Medium
A café bill is calculated as follows: 3 coffees at \$4.50 each, 2 pastries at \$3.20 each, then a 10\% service charge is added to the subtotal, and finally a \$2 discount voucher is subtracted.
a. Write a single expression (using correct order of operations) for the total bill, and evaluate it.
[3]
Show Solution
$$\text{Total} = (3\times4.50 + 2\times3.20)\times1.10 - 2$$ Subtotal $= 13.50+6.40=19.90$. After service charge: $19.90\times1.10=21.89$. After discount: $21.89-2=19.89$.
b. The café's till shows a total of \$21.89 (before the voucher was applied). Explain whether this matches your calculation, and state the correct final amount the customer should pay.
[2]
Show Solution
Yes, \$21.89 matches the subtotal-plus-service-charge stage of the calculation, before the \$2 voucher is subtracted. The correct final amount the customer should pay is \$19.89.
QUESTION 4 [7 marks] — Criterion A Hard
A recipe scaling calculation requires evaluating: $$\frac{(24+36) \times 3 - 15}{5} + 2^3$$
a. Evaluate the expression fully, showing every step in the correct order.
[3]
Show Solution
Brackets: $24+36=60$. Multiply: $60\times3=180$. Subtract: $180-15=165$. Divide: $165\div5=33$. Power: $2^3=8$. Add: $33+8=41$.
b. A second version of the formula removes the outer brackets around $(24+36)$, becoming $24+36\times3-15 \div 5+2^3$. Evaluate THIS version, and explain precisely why removing the brackets changes the result so significantly.
[4]
Show Solution
New order: powers first ($2^3=8$), then multiply/divide ($36\times3=108$, $15\div5=3$), then add/subtract left to right: $24+108-3+8=137$. This differs greatly from 41 because without brackets, $36$ is multiplied by 3 alone (not the combined $60$), and $15$ is divided by 5 alone (not subtracted from a running total first) — brackets fundamentally change WHICH numbers get combined by which operations.
QUESTION 5 [6 marks] — Criterion B Hard
Investigate how many DIFFERENT results are possible by inserting a single pair of brackets somewhere into the expression $2+3\times4-1$ (including the option of no brackets at all).
a. Evaluate the expression with NO brackets, then with brackets around $(2+3)$, then around $(4-1)$, then around $(3\times4-1)$.
[4]
Show Solution
No brackets: $2+12-1=13$. $(2+3)\times4-1=20-1=19$. $2+3\times(4-1)=2+9=11$. $2+3\times4-1$ with brackets around $(3\times4-1)$: this doesn't change anything since multiplication already happens first, giving $2+11=13$ (same as no brackets).
b. How many GENUINELY DIFFERENT numerical results did you find from your 4 tests? Explain why one of your bracket placements didn't actually change the answer.
[2]
Show Solution
3 genuinely different results: 13, 19, 11. The brackets around $(3\times4-1)$ didn't change anything because multiplication ALREADY happens before subtraction by the standard order of operations rule — adding brackets around an operation that would happen first anyway has no effect.
QUESTION 6 [6 marks] — Criterion C Hard
A student evaluates $20-4\times3+2^2$ by working strictly left to right (ignoring order of operations entirely), getting a different answer than the correct method.
a. Calculate the student's (incorrect) left-to-right answer, and the mathematically CORRECT answer using proper order of operations.
[4]
Show Solution
Student's left-to-right: $20-4=16$, $16\times3=48$, $48+2=50$, $50^2=2500$. Correct method: $2^2=4$ first, then $4\times3=12$, then $20-12+4=12$.
b. Explain precisely WHERE the two methods first diverge, and why mathematicians universally agree to use the standard order of operations rather than simple left-to-right reading.
[2]
Show Solution
The methods diverge immediately at the SECOND step — left-to-right treats $-4$ then $\times3$ sequentially without prioritizing multiplication, and (critically) applies squaring to the WRONG number entirely (50 instead of just 2). A universal, agreed-upon order of operations ensures every person (and every calculator) evaluates any given expression identically, avoiding ambiguity.
QUESTION 7 [6 marks] — Criterion D Hard
An electrician charges according to the formula: (call-out fee) + (hourly rate $\times$ hours) $-$ (loyalty discount), specifically $$45 + 38 \times 3.5 - 20$$ dollars for a particular job.
a. Calculate the total charge, following the correct order of operations.
[2]
Show Solution
$$45+38\times3.5-20 = 45+133-20=158$$
b. The customer misreads the formula and calculates $(45+38)\times3.5-20$ instead (incorrectly bracketing), getting a different total. Find their (incorrect) total, the SIZE of the discrepancy in dollars, and explain the real-world consequence of this kind of order-of-operations error on an actual bill.
[4]
Show Solution
Customer's version: $(45+38)\times3.5-20 = 83\times3.5-20=290.5-20=270.5$. Discrepancy: $270.5-158=\$112.50$ (a significant overestimate). In a real billing context, this kind of misreading could cause a customer to be alarmed by an incorrectly high expected charge, or a business to genuinely OVERCHARGE a customer if the formula itself were programmed incorrectly — showing why precise, unambiguous mathematical formulas matter in real invoicing systems.
QUESTION 8 [7 marks] — Criterion A Hard
A recipe scaling calculation requires evaluating: $$\frac{(24+36) \times 3 - 15}{5} + 2^3$$
a. Evaluate the expression fully, showing every step in the correct order.
[3]
Show Solution
Brackets: $24+36=60$. Multiply: $60\times3=180$. Subtract: $180-15=165$. Divide: $165\div5=33$. Power: $2^3=8$. Add: $33+8=41$.
b. A second version of the formula removes the outer brackets around $(24+36)$, becoming $24+36\times3-15 \div 5+2^3$. Evaluate THIS version, and explain precisely why removing the brackets changes the result so significantly.
[4]
Show Solution
New order: powers first ($2^3=8$), then multiply/divide ($36\times3=108$, $15\div5=3$), then add/subtract left to right: $24+108-3+8=137$. This differs greatly from 41 because without brackets, $36$ is multiplied by 3 alone (not the combined $60$), and $15$ is divided by 5 alone (not subtracted from a running total first) — brackets fundamentally change WHICH numbers get combined by which operations.
QUESTION 9 [6 marks] — Criterion B Hard
Investigate how many DIFFERENT results are possible by inserting a single pair of brackets somewhere into the expression $2+3\times4-1$ (including the option of no brackets at all).
a. Evaluate the expression with NO brackets, then with brackets around $(2+3)$, then around $(4-1)$, then around $(3\times4-1)$.
[4]
Show Solution
No brackets: $2+12-1=13$. $(2+3)\times4-1=20-1=19$. $2+3\times(4-1)=2+9=11$. $2+3\times4-1$ with brackets around $(3\times4-1)$: this doesn't change anything since multiplication already happens first, giving $2+11=13$ (same as no brackets).
b. How many GENUINELY DIFFERENT numerical results did you find from your 4 tests? Explain why one of your bracket placements didn't actually change the answer.
[2]
Show Solution
3 genuinely different results: 13, 19, 11. The brackets around $(3\times4-1)$ didn't change anything because multiplication ALREADY happens before subtraction by the standard order of operations rule — adding brackets around an operation that would happen first anyway has no effect.
QUESTION 10 [6 marks] — Criterion C Hard
A student evaluates $20-4\times3+2^2$ by working strictly left to right (ignoring order of operations entirely), getting a different answer than the correct method.
a. Calculate the student's (incorrect) left-to-right answer, and the mathematically CORRECT answer using proper order of operations.
[4]
Show Solution
Student's left-to-right: $20-4=16$, $16\times3=48$, $48+2=50$, $50^2=2500$. Correct method: $2^2=4$ first, then $4\times3=12$, then $20-12+4=12$.
b. Explain precisely WHERE the two methods first diverge, and why mathematicians universally agree to use the standard order of operations rather than simple left-to-right reading.
[2]
Show Solution
The methods diverge immediately at the SECOND step — left-to-right treats $-4$ then $\times3$ sequentially without prioritizing multiplication, and (critically) applies squaring to the WRONG number entirely (50 instead of just 2). A universal, agreed-upon order of operations ensures every person (and every calculator) evaluates any given expression identically, avoiding ambiguity.
QUESTION 11 [6 marks] — Criterion D Hard
An electrician charges according to the formula: (call-out fee) + (hourly rate $\times$ hours) $-$ (loyalty discount), specifically $$45 + 38 \times 3.5 - 20$$ dollars for a particular job.
a. Calculate the total charge, following the correct order of operations.
[2]
Show Solution
$$45+38\times3.5-20 = 45+133-20=158$$
b. The customer misreads the formula and calculates $(45+38)\times3.5-20$ instead (incorrectly bracketing), getting a different total. Find their (incorrect) total, the SIZE of the discrepancy in dollars, and explain the real-world consequence of this kind of order-of-operations error on an actual bill.
[4]
Show Solution
Customer's version: $(45+38)\times3.5-20 = 83\times3.5-20=290.5-20=270.5$. Discrepancy: $270.5-158=\$112.50$ (a significant overestimate). In a real billing context, this kind of misreading could cause a customer to be alarmed by an incorrectly high expected charge, or a business to genuinely OVERCHARGE a customer if the formula itself were programmed incorrectly — showing why precise, unambiguous mathematical formulas matter in real invoicing systems.