Equality and the Balance Model
Equality and the Balance Model
In maths, an equation is a number sentence that uses the equals sign, \(=\). The equals sign means that the value on the left side is exactly the same as the value on the right side.
For example, in \(7 + 3 = 10\), both sides have the same value. The left side equals 10, and the right side also equals 10. That is why the equation is true.
A helpful way to understand equality is the balance model. Imagine a balance scale. If both sides weigh the same, the scale stays level. If one side changes and the other side does not, the scale tips. Equations work the same way.
When we solve equations, our goal is to keep the equation balanced while finding the value of the unknown number, called the variable. A variable is usually shown with a letter such as \(x\), \(n\), or \(y\).
Key idea: If you do the same operation to both sides of an equation, the equation stays equal.
This idea is called the Properties of Equality. In 7th Grade, the most important ones are:
- Addition Property of Equality: You can add the same number to both sides.
- Subtraction Property of Equality: You can subtract the same number from both sides.
- Multiplication Property of Equality: You can multiply both sides by the same number.
- Division Property of Equality: You can divide both sides by the same nonzero number.
These properties help us keep the balance while we isolate the variable. To isolate the variable means to get the variable by itself on one side of the equation.
Let us connect this to the balance model.
If a scale shows:
$$x + 4 = 9$$you can think of the left side as a box with unknown weight \(x\) and 4 extra units, and the right side as 9 units. To keep the scale balanced, if you remove 4 from the left side, you must also remove 4 from the right side.
$$x + 4 - 4 = 9 - 4$$ $$x = 5$$The equation stays balanced, and now we know that \(x = 5\).
Why inverse operations matter
An inverse operation undoes another operation.
- Addition and subtraction are inverses.
- Multiplication and division are inverses.
When solving an equation, we use inverse operations to undo what is happening to the variable.
For example:
- If the equation is \(x + 6 = 14\), subtract 6 from both sides.
- If the equation is \(x - 3 = 8\), add 3 to both sides.
- If the equation is \(5x = 20\), divide both sides by 5.
- If the equation is \(\frac{x}{4} = 7\), multiply both sides by 4.
Important rule: Never do something to only one side of the equation. That would break the balance.
For example, if you start with \(x + 2 = 10\) and subtract 2 from only the left side, you would get \(x = 10\), which is not true. The correct step is:
$$x + 2 - 2 = 10 - 2$$ $$x = 8$$Now the equation is still balanced.
Worked Example 1: One-step equation using subtraction
Solve:
$$x + 7 = 15$$The variable has 7 added to it. To undo that, subtract 7 from both sides.
$$x + 7 - 7 = 15 - 7$$ $$x = 8$$Check: Substitute 8 for \(x\).
$$8 + 7 = 15$$This is true, so the solution is correct.
Worked Example 2: One-step equation using addition
Solve:
$$y - 5 = 12$$The variable has 5 subtracted from it. Use the inverse operation, so add 5 to both sides.
$$y - 5 + 5 = 12 + 5$$ $$y = 17$$Check:
$$17 - 5 = 12$$This is true.
Worked Example 3: One-step equation using division
Solve:
$$6n = 30$$The variable is multiplied by 6. Undo that by dividing both sides by 6.
$$\frac{6n}{6} = \frac{30}{6}$$ $$n = 5$$Check:
$$6(5) = 30$$ $$30 = 30$$The solution is correct.
Worked Example 4: A two-step equation
Solve:
$$2x + 3 = 11$$We want to isolate \(x\). Follow the order of operations backward.
First, undo the +3 by subtracting 3 from both sides.
$$2x + 3 - 3 = 11 - 3$$ $$2x = 8$$Next, undo the multiplication by 2 by dividing both sides by 2.
$$\frac{2x}{2} = \frac{8}{2}$$ $$x = 4$$Check:
$$2(4) + 3 = 11$$ $$8 + 3 = 11$$This is true, so \(x = 4\).
How to solve equations with the balance model
- Look at the variable and decide what is being done to it.
- Use the inverse operation to undo it.
- Do the same operation to both sides.
- Keep going until the variable is alone.
- Check your answer by substituting it back into the original equation.
Common mistakes to avoid
- Only changing one side: Always do the same thing to both sides.
- Using the wrong inverse operation: If you see addition, use subtraction. If you see multiplication, use division.
- Forgetting to check: Substituting your answer back into the equation helps catch mistakes.
Equality and true equations
An equation is true when both sides have the same value. It is false when they do not.
For example:
- \(4 + 6 = 10\) is true.
- \(9 = 3 + 5\) is false, because \(3 + 5 = 8\), not 9.
- \(x + 2 = 7\) is true only when \(x = 5\).
Why this matters
The balance model is one of the most important ideas in algebra. It helps you solve equations in a fair and organized way. As equations get harder, the same idea still works: keep both sides balanced and use inverse operations.
Brief Summary
Equality means both sides of an equation have the same value. The balance model shows that equations stay true only when we do the same operation to both sides. We use the Properties of Equality and inverse operations to isolate the variable and solve equations correctly.
Put what you read to the test
You've worked through Equality and the Balance Model. Try answering a few questions to see what stuck — and what might deserve a quick reread before you move on.