Substituting into a Formula Without Bracket Mistakes
Take the formula:
y = 2x^2 − 3x + 1If x = −2, write:
y = 2(−2)^2 − 3(−2) + 1Now evaluate:
y = 2(4) + 6 + 1 = 15Why 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.