Putting a number where a letter was
Substitution means replacing a letter with a chosen number and then computing. If an expression is 2x + 1 and we decide x = 5, we write 2·(5) + 1 and follow the order of operations to get 11. This act — evaluating by substitution — is how a general expression delivers a concrete value. The wrapping parentheses around the number are a good habit; they prevent sign and grouping mistakes.
Expression: x² − 3x + 4 Evaluate at x = 2: (2)² − 3·(2) + 4 = 4 − 6 + 4 = 2 Evaluate at x = −1: (−1)² − 3·(−1) + 4 = 1 + 3 + 4 = 8 Same formula, two inputs, two answers — no new work beyond plugging in and following PEMDAS.
Why one formula serves endless cases
A formula is an equation that states a relationship in general terms, ready to be specialized by substitution. The area of a circle, A = πr², is a single line; yet feed it r = 1, r = 3, r = 100 and it answers every circle that exists. This is generalization turned into a tool: you solve the *relationship* once, in symbols, and then each real-world case is merely a substitution away.
Formula: A = π r² (one statement) r = 1 → A = π·1² = π ≈ 3.14 r = 3 → A = π·3² = 9π ≈ 28.27 r = 10 → A = π·10² = 100π ≈ 314.16 Three circles, three answers, ZERO new derivations. We proved the relation once; substitution did the rest.
Substitution also runs *between* formulas. If a formula gives a value you need elsewhere, you can plug the whole expression in — the same idea that later powers the substitution method for systems of equations, and that lets you do formula rearrangement to solve for a different letter. The humble act of replacing a symbol by what it equals is one of the most reused moves in all of mathematics.