✦ For everyone, free.

Practical knowledge for real and everyday life

Home

10.2 Substitution Procedure

Substitution Procedure is a method in algebra used to solve equations by replacing variables with known values to simplify and find solutions.

Substitution Procedure is the precise sequence of steps for replacing every variable in an expression with its assigned value, protecting the expression's original structure by enclosing substituted values in parentheses where needed, and then evaluating the resulting purely numerical expression to a single final value.

Locating and Replacing Variables

Variable Occurrence Location

The first step of substitution is locating every place the variable appears in the expression, including occurrences nested inside grouped sub-expressions, exponents, or fractions, since each one must receive the same substituted value.

x2 + 3x 1  two occurrences of  x

Replacement of Every Matching Variable

Every located occurrence of the variable must be replaced with its assigned value; replacing only some occurrences while leaving others in symbolic form produces an inconsistent expression that does not correctly represent the original expression's value.

Preservation of Original Expression Structure

Throughout substitution, the surrounding structure of the expression — its grouping symbols, exponents, fraction bars, and the order in which terms and factors appear — must remain exactly as it was, with only the variable symbols themselves being replaced by numbers.

Protecting Substituted Values with Parentheses

Parentheses around a Negative Substitution

When the value being substituted is negative, it must be enclosed in parentheses at the point of substitution, so that the negative sign is clearly attached to the substituted value rather than being misread as an operation acting on the surrounding terms.

x2 ,   x = 3 (3)2

Parentheses around a Fractional Substitution

When the value being substituted is a fraction, it should be enclosed in parentheses to keep its numerator and denominator together as a single unit, preventing the fraction from being misinterpreted as separate factors interacting incorrectly with the rest of the expression.

4x ,   x = 12 4 × ( 12 )

Parentheses around a Compound Assigned Value

When the value being substituted is itself an expression with more than one term, it must be enclosed in parentheses so that any operation applied to the variable in the original expression, such as multiplication or exponentiation, applies to the entire substituted quantity rather than only to part of it.

2x, x = a + 1 → 2(a + 1) parentheses preserve the substituted sum as one unit

Substituting Several Variables at Once

Simultaneous Replacement of Distinct Variables

When an expression contains more than one distinct variable, every variable is replaced with its own assigned value in a single substitution pass, each one enclosed in parentheses as needed, before any evaluation of the resulting numerical expression begins.

2x + 3y ,   x = 4 , y = 2 2 (4) + 3 (2)

Completing the Evaluation

Numerical Expression after Substitution

Once every variable has been replaced, the result is a purely numerical expression, containing only numbers, operation symbols, and grouping symbols, with no variable symbols remaining anywhere.

Order-of-Operations Application

The resulting numerical expression is then evaluated by applying the standard order of operations: resolving grouping symbols first, then powers and roots, then multiplication and division, and finally addition and subtraction, exactly as with any other numerical expression.

Final Expression Value Statement

The last step is stating the single number obtained from this evaluation as the value of the original expression for the given variable assignments, completing the substitution procedure from the original symbolic expression to its final numerical result.