MathBored

Essential Math Primer
← Back to Primer Overview
M21 • Lesson 35 of 105

Solving Simple Equations

Two-step equations, inverse operations, balance method

Middle School Bridge • 6-8

Prerequisites: M20

Key Concepts

  • equations
  • inverse operations
  • solving

Solving Simple Equations

An equation is like a balanced scale: whatever sits on one side must equal what sits on the other. When one of the values is unknown, your job is to figure out what number makes the equation true. This lesson teaches you to solve equations using inverse operations -- the fundamental skill of algebra.

What Is an Equation?

An equation is a mathematical statement that two expressions are equal, such as 2x + 3 = 11. The value of x that makes the equation true is called the solution.

The Balance Method

Think of the equals sign as the center of a balance scale. To keep it balanced, any operation you perform on one side, you must also perform on the other side. You use inverse operations (opposites) to isolate the variable:

OperationInverse
Addition (+)Subtraction (-)
Subtraction (-)Addition (+)
Multiplication (×)Division (÷)
Division (÷)Multiplication (×)

Example 1 -- One-Step Equation

Solve: x + 8 = 15.

  1. The variable has 8 added to it. The inverse of adding 8 is subtracting 8.
  2. Subtract 8 from both sides: x + 8 - 8 = 15 - 8.
  3. Simplify: x = 7.

Check: 7 + 8 = 15. Correct.

Example 2 -- Two-Step Equation

Solve: 3x - 5 = 16.

  1. First, undo subtraction: add 5 to both sides. 3x - 5 + 5 = 16 + 5, so 3x = 21.
  2. Next, undo multiplication: divide both sides by 3. x = 21 ÷ 3 = 7.

Check: 3(7) - 5 = 21 - 5 = 16. Correct.

Example 3 -- Variable on One Side with Division

Solve: x4 + 2 = 9.

  1. Subtract 2 from both sides: x4 = 7.
  2. Multiply both sides by 4: x = 28.

Check: 28 ÷ 4 + 2 = 7 + 2 = 9. Correct.

Solving Strategy

For multi-step equations, undo operations in reverse order. Since the expression was built by first multiplying and then adding/subtracting, undo the addition/subtraction first, then undo the multiplication/division. Think of it as peeling off layers from the outside in.

Common Mistake

Forgetting to do the same thing to both sides. If you subtract 5 from the left side, you must also subtract 5 from the right side. Otherwise the equation becomes unbalanced and leads to a wrong answer.

Practice Problems

1. Solve: x - 9 = 14.

Show Solution

Add 9 to both sides: x = 14 + 9 = 23. Check: 23 - 9 = 14.

2. Solve: 5x = 45.

Show Solution

Divide both sides by 5: x = 9. Check: 5(9) = 45.

3. Solve: 2x + 7 = 19.

Show Solution

Subtract 7: 2x = 12. Divide by 2: x = 6. Check: 2(6) + 7 = 19.

4. Solve: n3 - 4 = 2.

Show Solution

Add 4: n3 = 6. Multiply by 3: n = 18. Check: 18 ÷ 3 - 4 = 6 - 4 = 2.

5. Solve: 4x + 3 = -9.

Show Solution

Subtract 3: 4x = -12. Divide by 4: x = -3. Check: 4(-3) + 3 = -12 + 3 = -9.

Lesson Summary

To solve an equation, use inverse operations to isolate the variable, always performing the same operation on both sides. For two-step equations, undo addition or subtraction first, then undo multiplication or division. Always check your solution by substituting it back into the original equation.

Overview