Equality as Relationship Math Example 2

Follow the full solution, then compare it with the other examples linked below.

Example 2

medium
If \(a = b\) and \(b = c\), what can we conclude about \(a\) and \(c\)? Give a numeric example.

Solution

  1. 1
    By transitivity of equality: if \(a = b\) and \(b = c\), then \(a = c\).
  2. 2
    Example: Let \(a = 2+3\), \(b = 5\), \(c = 10/2\).
  3. 3
    \(2+3=5\) and \(5=10/2\), so \(2+3=10/2\).
  4. 4
    Transitivity: equality chains through shared values.

Answer

\(a = c\) (by transitivity)
Equality is transitive: \(a=b\) and \(b=c\) implies \(a=c\). This lets us chain equalities together.

About Equality as Relationship

Understanding == not as 'the answer is' but as expressing that two expressions represent the same value.

Learn more about Equality as Relationship โ†’

More Equality as Relationship Examples