Fiveable

Pre-Algebra Unit 8 Review

QR code for Pre-Algebra practice questions

8.2 Solve Equations Using the Division and Multiplication Properties of Equality

8.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
Pre-Algebra
Unit & Topic Study Guides

Solving Equations Using the Division and Multiplication Properties of Equality

When you have an equation like 3x=123x = 12, the variable is being multiplied by a number. To find what xx equals, you need a way to "undo" that multiplication (or division) while keeping the equation balanced. That's exactly what the multiplication and division properties of equality do.

These two properties are tools you'll use constantly, not just in simple one-step equations but also in multi-step problems where you need to combine like terms and work through several operations to isolate the variable.

Equation Solving with Division or Multiplication

Division Property of Equality: If both sides of an equation are equal, they stay equal when you divide both sides by the same non-zero number. You use this when a variable is being multiplied by a coefficient.

Example: Solve 3x=123x = 12

  1. The coefficient of xx is 3, so divide both sides by 3
  2. 3x3=123\frac{3x}{3} = \frac{12}{3}
  3. x=4x = 4

Multiplication Property of Equality: If both sides of an equation are equal, they stay equal when you multiply both sides by the same non-zero number. You use this when a variable is being divided by a number.

Example: Solve x4=5\frac{x}{4} = 5

  1. The variable is being divided by 4, so multiply both sides by 4
  2. 4x4=454 \cdot \frac{x}{4} = 4 \cdot 5
  3. x=20x = 20

The goal in both cases is the same: isolate the variable by getting it alone on one side of the equation. You pick division or multiplication depending on what operation is currently being applied to the variable.

A useful way to think about it: multiplying by a reciprocal does the same thing as dividing. For instance, dividing both sides of 3x=123x = 12 by 3 is the same as multiplying both sides by 13\frac{1}{3}. Either way, you get x=4x = 4.

Equation solving with division or multiplication, 5.2 Solve Equations Using the Division and Multiplication Properties of Equality – Introductory ...

Simplifying Equations with Like Terms

Before you can use the division or multiplication properties, you often need to simplify the equation first. That means combining like terms, which are terms that have the same variable raised to the same power.

For example, 3x3x and 2x2x are like terms because they both contain xx. You can add their coefficients: 3x+2x=5x3x + 2x = 5x. But 3x3x and 3x23x^2 are not like terms.

Example: Solve 2x+3+x=4x12x + 3 + x = 4x - 1

  1. Combine like terms on the left side: 2x+x=3x2x + x = 3x, so the equation becomes 3x+3=4x13x + 3 = 4x - 1

  2. Subtract 3x3x from both sides: 3=x13 = x - 1

  3. Add 1 to both sides: 4=x4 = x

  4. So x=4x = 4

Always simplify each side of the equation on its own before you start moving terms across the equals sign.

Equation solving with division or multiplication, 5.2 Solve Equations Using the Division and Multiplication Properties of Equality – Introductory ...

Properties of Equality for Multi-Step Equations

Multi-step equations require you to use several properties in sequence. Here are the properties of equality you should know:

  1. Reflexive Property: a=aa = a

  2. Symmetric Property: If a=ba = b, then b=ab = a

  3. Transitive Property: If a=ba = b and b=cb = c, then a=ca = c

  4. Addition Property: If a=ba = b, then a+c=b+ca + c = b + c

  5. Subtraction Property: If a=ba = b, then ac=bca - c = b - c

  6. Multiplication Property: If a=ba = b, then ac=bca \cdot c = b \cdot c

  7. Division Property: If a=ba = b, then ac=bc\frac{a}{c} = \frac{b}{c} (where c0c \neq 0)

For multi-step equations, follow this general process:

  1. Distribute if there are parentheses (using the distributive property: a(b+c)=ab+aca(b + c) = ab + ac)
  2. Combine like terms on each side separately
  3. Add or subtract to get all variable terms on one side and all constant terms on the other
  4. Multiply or divide to isolate the variable

Example: Solve 2(3x1)+4=5x+72(3x - 1) + 4 = 5x + 7

  1. Distribute the 2: 6x2+4=5x+76x - 2 + 4 = 5x + 7

  2. Combine like terms on the left: 6x+2=5x+76x + 2 = 5x + 7

  3. Subtract 5x5x from both sides: x+2=7x + 2 = 7

  4. Subtract 2 from both sides: x=5x = 5

A common mistake is forgetting to distribute to every term inside the parentheses. In step 1 above, the 2 multiplies both 3x3x and 1-1, giving 6x26x - 2, not 6x16x - 1.