Here is an example of an unsound application
of the transitive property: "Team A defeated team B, and
team B defeated team C. Therefore, team A will defeat team C."
b = A value equal to both a and c, serving as the link between them
c = Any number, variable, or expression
Worked Example
Problem: You know that x = 2y + 5 and that 2y + 5 = 17. What can you conclude about x?
Step 1: Write down the two given equations.
x=2y+5and2y+5=17
Step 2: Identify the common expression that appears on both sides. Here, 2y + 5 plays the role of b — it equals x (from the first equation) and equals 17 (from the second equation).
a=x,b=2y+5,c=17
Step 3: Apply the transitive property: since x = 2y + 5 and 2y + 5 = 17, conclude that x = 17.
x=17
Answer: By the Transitive Property of Equality, x = 17.
Another Example
Problem: In a geometry proof, you establish that angle A = angle B and angle B = angle C. What can you conclude?
Step 1: State the two known equalities.
∠A=∠Band∠B=∠C
Step 2: The shared quantity is angle B. Apply the transitive property to link angle A directly to angle C.
∠A=∠C
Answer: By the Transitive Property of Equality, angle A = angle C.
Frequently Asked Questions
What is the difference between the transitive property and the substitution property?
The transitive property specifically chains two equalities that share a common middle term: if a = b and b = c, then a = c. The substitution property is broader — it says that if a = b, you can replace a with b (or vice versa) in any expression or equation. The transitive property can be thought of as a special case of substitution.
Does the transitive property work for inequalities too?
Yes, but only when the inequality signs point the same way. If a < b and b < c, then a < c. The same holds for >, ≤, and ≥. It does not work if the signs are mixed (for example, a < b and b > c does not let you draw a conclusion about a and c).
Transitive Property vs. Symmetric Property
The transitive property connects three quantities through a shared middle value (if a = b and b = c, then a = c). The symmetric property involves only two quantities and says you can flip the sides of an equation (if a = b, then b = a). Transitive builds a chain; symmetric reverses a single link.
Why It Matters
The transitive property is one of the most frequently used logical steps in algebra and geometry proofs. Whenever you solve an equation by chaining several equal expressions together, you are relying on it. It also underpins real-world reasoning — for example, if Container A holds the same volume as Container B, and Container B holds the same volume as Container C, you can immediately conclude Containers A and C match.
Common Mistakes
Mistake: Applying the transitive property when the middle terms do not actually match.
Correction: For the property to apply, the right side of the first equation and the left side of the second equation must be exactly the same expression. If a = b + 1 and b = c, you cannot directly conclude a = c; you would need substitution or additional algebra.
Mistake: Using the transitive property with relationships that are not transitive, such as 'is a friend of' or 'defeated in a game.'
Correction: The transitive property applies to equality and same-direction inequalities. Not every relation in everyday life is transitive, so check that the mathematical relationship genuinely supports chaining before applying this rule.