From the notebook
Substituting into a Formula Without Bracket Mistakes
Take the formula:
y = 2x^2 − 3x + 1
If x = −2, write:
y = 2(−2)^2 − 3(−2) + 1
Now evaluate:
y = 2(4) + 6 + 1 = 15
Why the brackets matter
Without brackets, it is easy to read −3x as −3 × 2 instead of −3 × (−2). The brackets keep the sign attached to the substituted number.
Habit worth keeping: substitute first, then simplify. Do not try to do both in one jump.
Useful next step: cover the worked answer and try the same method on a similar question before moving on.