✦ For everyone, free.

Practical knowledge for real and everyday life

Home

16 Equality, Solutions, and Equivalent Equations

Understanding equality, solutions, and equivalent equations is key to solving algebraic problems and exploring mathematical relationships.

Equality, Solutions, and Equivalent Equations is the study of what it formally means for two expressions to be equal, what it means for a value to solve an equation, and which transformations of an equation preserve its solution set. This topic supplies the theoretical justification for every equation-solving technique used throughout elementary algebra, establishing why the step-by-step manipulations performed on an equation are guaranteed not to change its answer.

Equation Structure and the Meaning of Equality

An equation is a mathematical statement asserting that two expressions, called the left-hand side and right-hand side, represent the same value, joined by an equals sign. Unlike an algebraic expression, which merely names a quantity, an equation makes a claim that can be true or false depending on the value substituted for its variable. The claim x + 3 = 7 is true when x = 4 and false for every other value of x, while a statement such as x + x = 2x is true for every possible value of x, illustrating that equations differ in how many values, if any, make them true.

Verifying a Candidate Solution

A solution to an equation is a value of the variable that makes the equation a true statement when substituted in for every occurrence of that variable. Verifying whether a candidate value is a solution requires substituting it into both the left-hand side and the right-hand side of the equation independently, simplifying each side using the order of operations, and confirming the two resulting numbers are equal.

2x-1 = 9 at x=5 : 2(5)-1 = 9

This verification process is the standard method for checking a solved equation and works regardless of how the candidate solution was originally obtained.

The Meaning of Equivalent Equations

Two equations are equivalent if they have exactly the same solution set — every value that solves one equation also solves the other, and no value solves one without solving the other. The equations 2x + 4 = 10 and x = 3 are equivalent, since both are true only when x equals 3, even though the two equations look entirely different. Solving an equation is, formally, the process of transforming it step by step into a sequence of equivalent equations, ending with the simplest possible equivalent form, typically "variable = value."

2x + 4 = 10 → 2x = 6 → x = 3 each equation has the identical solution set: {3}

Fundamental Equality Properties

Equality behaves according to several foundational properties. The reflexive property states that any quantity equals itself: a = a. The symmetric property states that if a = b, then b = a, so an equation may be reversed left-to-right without changing its meaning. The transitive property states that if a = b and b = c, then a = c, allowing intermediate quantities to be chained together. The substitution property states that if a = b, then a may be replaced by b (or b by a) anywhere it occurs in another true statement without changing that statement's truth. These properties, while often used implicitly, are the formal basis for rewriting and combining equations throughout algebra.

Addition and Subtraction Properties of Equality

The addition property of equality states that adding the same quantity to both sides of a true equation produces another true equation: if a = b, then a + c = b + c. The subtraction property of equality states the analogous fact for subtraction: if a = b, then a - c = b - c. These properties guarantee that isolating a variable by adding or subtracting a term from both sides of an equation always produces an equivalent equation, never introducing or losing a solution.

x+7 = 12 x+7-7 = 12-7 x=5

Multiplication and Division Properties of Equality

The multiplication property of equality states that multiplying both sides of a true equation by the same nonzero quantity produces another true equation: if a = b, then ac = bc for c ≠ 0. The division property of equality states the analogous fact for division: if a = b, then a/c = b/c for c ≠ 0. The restriction to nonzero multipliers and divisors is essential — multiplying both sides by zero would make the equation 0 = 0 true regardless of the original equation's actual solutions, destroying the information needed to recover the correct solution set.

Balanced Equation Transformations

Every valid step in solving an equation can be understood as maintaining balance: whatever operation is performed on one side of the equation must be performed identically on the other side, preserving the equality asserted by the equation at every stage. This balance principle is often illustrated as a scale that remains level only if equal weight is added to or removed from both sides simultaneously, and it unifies the addition, subtraction, multiplication, and division properties of equality into a single guiding idea for constructing valid solving steps.

Left Right balanced

Invalid Equation Transformations

Not every operation preserves an equation's solution set. Multiplying or dividing both sides by an expression that could equal zero for some value of the variable can introduce a false extra solution or eliminate a true one, since the multiplication and division properties of equality apply only to nonzero constants or expressions guaranteed never to equal zero. Squaring both sides of an equation, while sometimes a necessary solving step for radical equations, can introduce extraneous solutions — values that satisfy the squared equation but not the original — precisely because squaring is not guaranteed to preserve equivalence in the same way addition, subtraction, multiplication by a nonzero constant, or division by a nonzero constant do.

Verifying Equation Equivalence and Diagnosing Errors

Two equations can be checked for equivalence by comparing their solution sets directly, or, for simpler cases, by confirming that one can be transformed into the other using only the addition, subtraction, multiplication, and division properties of equality with valid (nonzero) constants. Common errors in this area include applying an operation to only one side of an equation, dividing both sides by an expression containing the variable without checking whether that expression could equal zero, and assuming that any transformation that "looks reasonable" automatically preserves the solution set rather than confirming it against the formal properties of equality.

Content in this section