Math Equalities- Examples and Explanations Guide
What Are Math Equalities?
An equality is a mathematical statement showing that two expressions have the same value. You recognize them by the equals sign (=) sitting between two sides.
Left side = Right side
That's it. That's the whole concept. Everything else in this guide is just details about how equalities work and how to manipulate them without breaking the truth.
The Three Types of Math Equalities
Not all equalities are created equal. They fall into three categories, and knowing which one you're dealing with matters.
1. Identities
An identity is true for every possible value you can plug in. The equation holds universally.
Example: (x + 2)² = x² + 4x + 4
Try x = 0, x = 5, x = -100. It works every time. That's an identity.
2. Conditional Equations
These are true only for specific values. Most equations you solve in school fall here.
Example: x + 3 = 7
Only x = 4 makes this work. Plug in anything else and you get nonsense.
3. Contradictions
These are false for every value. No solution exists.
Example: x + 1 = x + 2
No matter what x is, this can never be true. The left side will always be exactly one less than the right side.
Properties of Equality
These are the rules that let you manipulate equations without lying. Break them and your solutions become garbage.
The Reflexive Property
Anything equals itself.
a = a
Seems obvious, but it's the foundation. 5 = 5. x = x. Always true.
The Symmetric Property
You can flip sides. The equation doesn't care which side is left or right.
If a = b, then b = a
If 3 + 4 = 7, then 7 = 3 + 4. Same truth, different order.
The Transitive Property
If A equals B, and B equals C, then A equals C.
If a = b and b = c, then a = c
This is how you chain information together.
The Addition Property of Equality
You can add the same thing to both sides without breaking anything.
If a = b, then a + c = b + c
This is how you isolate variables. Add to both sides, the equality survives.
The Subtraction Property of Equality
Same logic as addition, but with subtraction.
If a = b, then a - c = b - c
The Multiplication Property of Equality
Multiply both sides by the same number, equality holds.
If a = b, then a × c = b × c
The Division Property of Equality
Divide both sides by the same nonzero number.
If a = b and c ≠ 0, then a ÷ c = b ÷ c
Critical warning: Never divide by zero. The math breaks completely.
Working Examples
Example 1: Solving a Simple Equation
Solve: x - 5 = 12
Step 1: Add 5 to both sides (Addition Property)
x - 5 + 5 = 12 + 5
Step 2: Simplify
x = 17
Step 3: Check your work. Plug 17 back in: 17 - 5 = 12. ✓
Example 2: Solving with Division
Solve: 4x = 28
Divide both sides by 4.
4x ÷ 4 = 28 ÷ 4
x = 7
Check: 4(7) = 28. ✓
Example 3: Two-Step Equation
Solve: 3x + 4 = 19
Step 1: Subtract 4 from both sides.
3x + 4 - 4 = 19 - 4
3x = 15
Step 2: Divide both sides by 3.
x = 5
Check: 3(5) + 4 = 15 + 4 = 19. ✓
Example 4: Variable on Both Sides
Solve: 2x + 3 = x + 7
Subtract x from both sides.
2x - x + 3 = x - x + 7
x + 3 = 7
Subtract 3 from both sides.
x = 4
Check: 2(4) + 3 = 8 + 3 = 11. And x + 7 = 4 + 7 = 11. ✓
Equality vs. Inequality — Know the Difference
Equalities use =. Inequalities use <, >, ≤, or ≥.
This matters because equalities have specific solutions (or infinite ones for identities). Inequalities describe ranges of possible values.
x = 5 means exactly 5. x > 5 means anything greater than 5. Entirely different beast.
Quick Reference Table
| Type | Symbol | Solution Count | Example |
|---|---|---|---|
| Identity | = | Infinite (all values work) | x² = x · x |
| Conditional Equation | = | Specific values only | x + 2 = 10 (x = 8) |
| Contradiction | = | No solution | x + 1 = x + 5 |
| Linear Inequality | <, >, ≤, ≥ | Range of values | x + 3 > 7 (x > 4) |
Getting Started: How to Solve Any Basic Equation
Follow this process every time. It works for linear equations and most algebra problems you'll encounter.
- Step 1: Identify what you're solving for. Which variable do you need isolated?
- Step 2: Simplify both sides. Combine like terms. Remove parentheses.
- Step 3: Move all variables to one side. Use addition or subtraction.
- Step 4: Isolate the variable. Get it alone by undoing operations.
- Step 5: Reverse the operation order. If the variable was multiplied by 3, divided by 3. If added by 5, subtract 5.
- Step 6: Check your answer. Plug it back into the original equation.
This isn't complicated. Equations are puzzles with one right answer. Apply the right operation to both sides, and the math stays honest.
Common Mistakes That Ruin Everything
These errors show up constantly. Stop making them.
- Dividing by zero. Just don't.
- Forgetting to apply the same operation to both sides. You change one side, you break the equality.
- Not checking your answer. Always verify. It takes 5 seconds and saves you from looking stupid.
- Dropping negative signs. -5 + x is not the same as x - 5 when you're moving things around. Pay attention.
- Assuming an equation has a solution. Sometimes it doesn't. x + 1 = x has no answer. Accept it.
When You're Stuck
If an equation looks messy, simplify first. Get rid of fractions by multiplying everything by the denominator. Combine like terms until the variable appears in fewer places.
Complex equations are just simple equations with extra steps. Strip away the clutter, follow the properties, and you'll get there.