Fiveable

🔟Elementary Algebra Unit 2 Review

QR code for Elementary Algebra practice questions

2.2 Solve Equations using the Division and Multiplication Properties of Equality

2.2 Solve Equations using the Division and Multiplication Properties of Equality

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
🔟Elementary Algebra
Unit & Topic Study Guides

Solving Linear Equations using Division and Multiplication Properties of Equality

When you have an equation like 3x=123x = 12 or x5=6\frac{x}{5} = 6, 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 3x=123x = 12:

  1. The variable xx is being multiplied by 3
  2. Divide both sides by 3: 3x3=123\frac{3x}{3} = \frac{12}{3}
  3. The 3s cancel on the left, giving you x=4x = 4

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 x5=6\frac{x}{5} = 6:

  1. The variable xx is being divided by 5
  2. Multiply both sides by 5: 5x5=565 \cdot \frac{x}{5} = 5 \cdot 6
  3. The 5s cancel on the left, giving you x=30x = 30

The core idea behind both properties is balance. Whatever you do to one side, you must do to the other.

Properties of equality for linear equations, OpenAlgebra.com: Free Algebra Study Guide & Video Tutorials: Solving Linear Equations: Part I

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 5-5, because 5+(5)=05 + (-5) = 0. 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 13\frac{1}{3}, because 313=13 \cdot \frac{1}{3} = 1. You find it by flipping the fraction.

Reciprocals are especially useful when the coefficient of your variable is a fraction. For example, to solve 23x=10\frac{2}{3}x = 10:

  1. The reciprocal of 23\frac{2}{3} is 32\frac{3}{2}
  2. Multiply both sides by 32\frac{3}{2}: 3223x=3210\frac{3}{2} \cdot \frac{2}{3}x = \frac{3}{2} \cdot 10
  3. The left side simplifies to xx, and the right side gives 1515, so x=15x = 15
Properties of equality for linear equations, 5.2 Solve Equations Using the Division and Multiplication Properties of Equality – Introductory ...

Simplification Before Solving

Most equations need some cleanup before you can use division or multiplication to finish solving. Here's the general process:

  1. Apply the distributive property to remove parentheses. Multiply the outside factor by each term inside.

    • 3(2x1)=123(2x - 1) = 12 becomes 6x3=126x - 3 = 12
  2. Combine like terms on each side. Like terms have the same variable raised to the same power.

    • 4x+2x3=124x + 2x - 3 = 12 becomes 6x3=126x - 3 = 12
  3. Add or subtract to get all variable terms on one side and constants on the other.

    • 6x3=126x - 3 = 12 becomes 6x=156x = 15 (add 3 to both sides)
  4. Divide both sides by the coefficient of the variable.

    • 6x=156x = 15 becomes x=156=52x = \frac{15}{6} = \frac{5}{2}

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:

  1. Identify the unknown and assign it a variable. For example, let xx = the number you're looking for.

  2. Translate the words into math operations.

    • "The sum of twice a number and 5 is 25" becomes 2x+5=252x + 5 = 25
  3. Solve using the properties of equality.

    • Subtract 5 from both sides: 2x=202x = 20
    • Divide both sides by 2: x=10x = 10

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 tt = time in hours
  • Use the formula d=rtd = rt: 60t=18060t = 180
  • Divide both sides by 60: t=3t = 3 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 mm = number of months
  • 25m+50=20025m + 50 = 200
  • Subtract 50: 25m=15025m = 150
  • Divide by 25: m=6m = 6 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.