Explanation:
The substitution property of equality says ...
if A = B and A = C then B = C.
The value B can be put in place of A, because they are equal to each other.
This idea is used to solve equations by making a substitution that reduces the number of variables involved. This is done by writing an expression for one of the variables in terms of the other variable(s).
<u>Example 1</u>
In a 2-variable system of equations, for example, we might have ...
y = 3x +2
y = x -4
Each equation gives an expression for y in terms of x. That expression can be used where y is in the other equation.
3x +2 = x -4 . . . . . using the expression for y of the first equation to substitute for y in the second equation.
This gives a 3-step equation in one variable, so is easily solved for the value of x. Then either of the original equations can be used to find the value of y. Here, x=-3, so y=-3-4 = -7 (using the second equation to find y).
<u>Example 2</u>
The idea of substitution can be used to solve equations of all kinds. Sometimes, the substitution is a bit messy. Nevertheless, it can reduce the problem to one that is more manageable.
A recent Brainly question involved the equations ...
2y = 3x -1
4x^2 -15xy +9y^2 = 0
This system reduces to a single quadratic in one variable by substituting for x or y in the second equation. We used y = (3x -1)/2, so the second equation became ...
4x^2 -15x(3x -1)/2 +9((3x -1)/2)^2 = 0 . . . . the bold expression subs for y
This requires some simplification to get it to the usual quadratic form, but the problem can now be solved in a straightforward way.
_____
<em>Additional comments</em>
You can choose the substitution you want to make so that it simplifies your work. You might want to choose to substitute for a variable that has an easy expression to find. In a system of linear equations, you will usually look first for a variable with a coefficient of (plus or minus) 1. It will generally be easy to write the expression that can be substituted for that variable.
Sometimes, you don't need to find an expression for the "bare" variable. You may be able to substitute easily for some multiple of the variable.
<u>Example 3</u>
2x +3y = 4
3x +6y = 7
The value 6y is twice the value 3y, so we can write these equations as ...
3y = 4 -2x . . . . . first equation solved for 3y
2x +2(3y) = 7 . . . second equation written in terms of 3y
Now, we have an expression for 3y and a place to substitute it.
2x +2(4 -2x) = 7 . . . . . 4 -2x substituted for 3y