Equality and Inverse Operations
Equality and Inverse Operations are the foundation of solving linear equations. When you solve an equation, your goal is to find the value of the variable that makes the equation true.
An equation is a math sentence that says two expressions are equal. For example, in the equation \(x + 5 = 12\), the left side and the right side have the same value.
To solve an equation, you must keep it balanced. You can think of an equation like a balanced scale: if you do something to one side, you must do the same thing to the other side so the balance stays equal.
This idea is called the properties of equality. The most important ones for solving equations are:
- Addition Property of Equality: If \(a = b\), then \(a + c = b + c\).
- Subtraction Property of Equality: If \(a = b\), then \(a - c = b - c\).
- Multiplication Property of Equality: If \(a = b\), then \(ac = bc\).
- Division Property of Equality: If \(a = b\) and \(c \ne 0\), then \(\frac{a}{c} = \frac{b}{c}\).
These properties let you change an equation without changing its truth. That is why they are so useful when solving for a variable.
An inverse operation is an operation that undoes another operation.
- Addition and subtraction are inverse operations.
- Multiplication and division are inverse operations.
For example:
- Adding \(7\) is undone by subtracting \(7\).
- Multiplying by \(4\) is undone by dividing by \(4\).
When solving equations, you use inverse operations to isolate the variable. Isolate means to get the variable by itself on one side of the equation.
Here is the basic strategy:
- Look at what is happening to the variable.
- Use the inverse operation to undo it.
- Do the same operation to both sides of the equation.
- Keep going until the variable is alone.
- Check your answer by substituting it back into the original equation.
It is important to undo operations in a sensible order. If more than one operation is affecting the variable, usually undo addition or subtraction first, then undo multiplication or division.
Worked Example 1: One-step equation
Solve \(x + 6 = 14\).
The variable has \(+6\), so use the inverse operation, which is subtracting \(6\).
$$ x + 6 = 14 $$ $$ x + 6 - 6 = 14 - 6 $$ $$ x = 8 $$Check:
$$ 8 + 6 = 14 $$This is true, so the solution is \(x = 8\).
Worked Example 2: One-step equation with multiplication
Solve \(5x = 35\).
The variable is being multiplied by \(5\), so use the inverse operation, which is dividing by \(5\).
$$ 5x = 35 $$ $$ \frac{5x}{5} = \frac{35}{5} $$ $$ x = 7 $$Check:
$$ 5(7) = 35 $$ $$ 35 = 35 $$The solution is \(x = 7\).
Worked Example 3: Two-step equation
Solve \(3x - 4 = 20\).
First, look at the operations on \(x\). The variable is multiplied by \(3\), and then \(4\) is subtracted. Undo the subtraction first by adding \(4\) to both sides.
$$ 3x - 4 = 20 $$ $$ 3x - 4 + 4 = 20 + 4 $$ $$ 3x = 24 $$Now divide both sides by \(3\).
$$ \frac{3x}{3} = \frac{24}{3} $$ $$ x = 8 $$Check:
$$ 3(8) - 4 = 24 - 4 = 20 $$The solution is \(x = 8\).
Worked Example 4: Variable on both sides
Solve \(2x + 5 = x + 11\).
When a variable appears on both sides, move the variable terms to one side and the number terms to the other side. Subtract \(x\) from both sides first.
$$ 2x + 5 = x + 11 $$ $$ 2x - x + 5 = x - x + 11 $$ $$ x + 5 = 11 $$Now subtract \(5\) from both sides.
$$ x + 5 - 5 = 11 - 5 $$ $$ x = 6 $$Check:
$$ 2(6) + 5 = 12 + 5 = 17 $$ $$ 6 + 11 = 17 $$Both sides are equal, so the solution is \(x = 6\).
Important reminders when using equality and inverse operations:
- Whatever you do to one side, do to the other side.
- Use inverse operations to undo what is happening to the variable.
- Work step by step and keep the equation balanced.
- Simplify each side carefully.
- Always check your solution in the original equation.
Common mistakes to avoid:
- Only changing one side: For example, subtracting \(3\) from the left side but not the right side breaks the equality.
- Using the wrong inverse operation: If the variable is multiplied by \(4\), you should divide by \(4\), not subtract \(4\).
- Doing steps out of order: In \(2x + 7 = 15\), subtract \(7\) first, then divide by \(2\).
- Forgetting to check: A quick check can catch mistakes.
Why this matters:
Equality and inverse operations are used in almost every equation-solving problem in algebra. Once you understand how to keep an equation balanced and undo operations, you can solve many different kinds of linear equations with confidence.
Summary
An equation shows that two expressions are equal. To solve it, you use the properties of equality to do the same thing to both sides and keep the equation balanced.
Inverse operations help you undo addition, subtraction, multiplication, and division so you can isolate the variable. By working carefully and checking your answer, you can solve linear equations correctly and understand why each step works.
Put what you read to the test
You've worked through Equality and Inverse Operations. Try answering a few questions to see what stuck — and what might deserve a quick reread before you move on.