Substitution Property of Equality - Definition & Examples
Book A Free Math Class
Substitution Property of Equality - Definition & Examples
TL;DR
The substitution property of equality says that if a=b, then a can replace b (or b can replace a) in any expression or equation without changing its value. It is the rule that makes "plugging in" a known value legitimate. This article gives the definition, works six examples across algebra, geometry, and limits, and clears up the most common confusion: how the substitution property differs from the transitive property.
What Is The Substitution Property Of Equality?
The substitution property of equality states that if two quantities are equal, then one can be substituted for the other in any expression or equation, and the truth of that expression or equation is unchanged. In symbols: if a=b, then any occurrence of a may be replaced by b, and any occurrence of b may be replaced by a.
The word equality here means the two quantities are genuinely the same value, written with the === sign. The substitution property is one of several properties of equality - the small set of rules (reflexive, symmetric, transitive, addition, subtraction, substitution, and so on) that together let you manipulate equations and write proofs with full justification.
How Do You Use The Substitution Property?
The mechanics are simple, which is why it is easy to take for granted. You have two pieces of information: a fact like x=7, and an expression that contains x. The property licenses you to write 7 in place of every x.
For example, take x=7 and the equation x+4=11. Substitute:
7+4=11.
The statement stays true. That is the property doing its quiet work.
Is The Substitution Property The Same As The Transitive Property?
No, and this is the question that trips up the most students. They overlap, but they are not the same rule.
- Substitution property: if a=b, you may replace a with b anywhere inside any expression, equation, or formula. It is about swapping equal values in and out of larger statements.
- Transitive property: if a=b and b=c, then a=c. It is about chaining three quantities through a shared middle one.
Examples Of The Substitution Property Of Equality
Example 1
Given x=4, evaluate x²−3x+8.
Substitute 4 for each x:
x²−3x+8=(4)²−3(4)+8
=16−12+8=12.
Final answer: 12.
Example 2
Given a=b and a+5=12, find b.
From a+5=12, subtracting 5 gives a=7. Now apply substitution: because a=b, replace a with b to get b=7.
Final answer: b=7.
Example 3
In a geometry figure, ∠ABC=∠DEF, and you have shown ∠DEF=90°. State the measure of ∠ABC.
Replace ∠DEF with 90° in the first statement:
∠ABC=90°.
Final answer: ∠ABC=90°.
Example 4
Substituting into a two-variable equation. Given x=2y and 3x+y=14, solve for y.
Substitute 2y for x in 3x+y=14:
3(2y)+y=14
6y+y=14.
Final answer: y=2.
Example 5
A square has side length s, and you are told s=6 cm. The perimeter formula is P=4s. Find P.
Substitute 6 for s:
P=4(6)=24 cm.
Final answer: P=24 cm.
Example 6
Given y=x+1 and z=y², write z in terms of x.
Substitute the expression x+1 for y:
z=(x+1)².
Final answer: z=(x+1)².
Why A Rule This Obvious Needs A Name
"Replace a thing with its equal, and nothing about the truth changes."
It is fair to ask why something so self-evident gets a formal title. The answer is that mathematics earns its certainty by refusing to leave any step unjustified, even the obvious ones.
There is also a deeper reason the property matters. The freedom to swap equals for equals is what makes algebra algebra - the entire discipline of replacing unknowns with values, simplifying, and back-substituting rests on it.
Common Errors To Watch For
Mistake 1: Confusing substitution with the transitive property
Where it slips in: Citing a justification in a two-column proof.
Mistake 2: Substituting only some occurrences
Where it slips in: An expression with the same variable appearing multiple times.
Mistake 3: Substituting across an inequality as if it were an equality
Where it slips in: Moving from work with = to work with < or >.
Practice Questions On The Substitution Property
- Given x=3, evaluate 2x²+x−5.
- Given a=b and a−6=1, find b, showing the substitution step.
- Given p=2q and 5p−3q=14, solve for q.
- In a figure, ∠PQR=∠XYZ and ∠XYZ=65°. State ∠PQR and the property that justifies it.
- Given m=n−2 and k=m², write k in terms of n.
Answers:
- 18
- From a−6=1, a=7; substituting a=b gives b=7.
- q=2.
- ∠PQR=65°, justified by the substitution property.
- k=(n−2)².