Solving Linear Equations using Division and Multiplication Properties of Equality
When you have an equation like or , the variable is being multiplied or divided by something. To isolate that variable, you need to "undo" the operation using division or multiplication. These two properties of equality are the tools that make that possible.
Properties of Equality
Division Property of Equality: If you divide both sides of an equation by the same non-zero number, the equation stays true.
For example, to solve :
- The variable is being multiplied by 3
- Divide both sides by 3:
- The 3s cancel on the left, giving you
Multiplication Property of Equality: If you multiply both sides of an equation by the same non-zero number, the equation stays true.
For example, to solve :
- The variable is being divided by 5
- Multiply both sides by 5:
- The 5s cancel on the left, giving you
The core idea behind both properties is balance. Whatever you do to one side, you must do to the other.

Inverse Operations and Reciprocals
These properties work because of inverse operations. Multiplication and division are inverses of each other: one undoes the other.
- Additive inverse: The number that adds with a given number to make zero. The additive inverse of 5 is , because . You use this when undoing addition or subtraction.
- Multiplicative inverse (reciprocal): The number that multiplies with a given number to make 1. The reciprocal of 3 is , because . You find it by flipping the fraction.
Reciprocals are especially useful when the coefficient of your variable is a fraction. For example, to solve :
- The reciprocal of is
- Multiply both sides by :
- The left side simplifies to , and the right side gives , so

Simplification Before Solving
Most equations need some cleanup before you can use division or multiplication to finish solving. Here's the general process:
-
Apply the distributive property to remove parentheses. Multiply the outside factor by each term inside.
- becomes
-
Combine like terms on each side. Like terms have the same variable raised to the same power.
- becomes
-
Add or subtract to get all variable terms on one side and constants on the other.
- becomes (add 3 to both sides)
-
Divide both sides by the coefficient of the variable.
- becomes
Follow the order of operations (PEMDAS) whenever you're simplifying expressions within each side: Parentheses, Exponents, Multiplication/Division (left to right), Addition/Subtraction (left to right).
Translating Word Problems into Equations
Turning words into algebra is a skill that takes practice. Here's a reliable approach:
-
Identify the unknown and assign it a variable. For example, let = the number you're looking for.
-
Translate the words into math operations.
- "The sum of twice a number and 5 is 25" becomes
-
Solve using the properties of equality.
- Subtract 5 from both sides:
- Divide both sides by 2:
Common translations to remember:
- "sum" → addition
- "difference" → subtraction
- "twice" or "double" → multiply by 2
- "is" or "equals" →
- "of" (with fractions/percents) → multiplication
Real-World Applications
Linear equations show up in many practical situations. The process is the same as with word problems: define a variable, build an equation, solve, then interpret your answer.
Distance, rate, and time: A car travels at 60 miles per hour. How long does it take to go 180 miles?
- Let = time in hours
- Use the formula :
- Divide both sides by 60: hours
Cost problems: A gym charges a $50 sign-up fee plus $25 per month. If you've spent $200 total, how many months have you been a member?
- Let = number of months
- Subtract 50:
- Divide by 25: months
Other common types include age problems, mixture problems (combining solutions of different concentrations), and revenue problems (total cost = fixed costs + variable costs). In every case, the last step is to check that your answer makes sense in context.