6TH GRADE MATH • EXPRESSIONS AND EQUATIONS

Solve One-Step Equations

Learn to find unknown values using inverse operations in just one step.

Where Did Equations Come From?

People have been solving equations for thousands of years. Long before anyone wrote the letter x to stand for a mystery number, ancient civilizations figured out unknown amounts. They used word puzzles, drawings, and clever reasoning.

Think about it: every time you ask, "How many more do I need?" you are really solving an equation. Equations are just a shorthand way to write that question down.

1800 BCE
Babylonian Clay Tablets
Babylonian scribes carved math problems onto clay tablets. They solved problems like "a number plus 5 equals 12" — the same type of equation you will learn today!
300 BCE
Greek Geometry Problems
Greek mathematicians like Euclid solved unknowns using shapes and lengths. They didn't use letters yet — they drew pictures instead.
820 CE
Al-Khwarizmi Writes the First Algebra Book
A Persian mathematician named al-Khwarizmi wrote a book about "restoring balance" in equations. The word algebra comes from the Arabic title of his book!
1600s
Letters Replace Words
European mathematicians began using letters like x and y for unknown values. This is the same style we use today when we write x + 5 = 12.

So the big question has always been the same: When you know part of a number relationship, how do you find the missing piece? That's exactly what solving one-step equations is all about.

Core Principles & Definitions

Before we solve anything, let's make sure we understand the key vocabulary. An equation is a math sentence that uses an equal sign (=) to show that two sides have the same value. A variable is a letter (like x) that stands for a number we don't know yet.

1

Equation

A statement that two expressions are equal. Example: x + 3 = 10. The equal sign is like a balance point.
2

Variable

A letter that represents an unknown number. In x + 3 = 10, the variable is x. Your job is to find what number x equals.
3

Inverse Operations

Operations that undo each other. Addition and subtraction are inverses. Multiplication and division are inverses. These are your main tools!
4

Solution

The value of the variable that makes the equation true. For x + 3 = 10, the solution is x = 7, because 7 + 3 = 10. ✓
5

Balance Rule

Whatever you do to one side of the equation, you must do to the other side too. This keeps the equation true.
KEY TAKEAWAY
Think of an equation like a seesaw on a playground. Both sides must weigh the same to stay level. If you take weight off one side, you must take the same weight off the other side. That's the balance rule — and it's the #1 rule for solving equations!

The Balance Model

The best way to understand equations is to picture a balance scale. The left side and the right side must always be equal. When you perform an operation on one side, you must do the same to the other side to keep it balanced.

The top scale shows the original equation x + 5 = 12. We subtract 5 from both sides (the balance rule). The bottom scale shows the result: x = 7. The scale stays balanced!

Notice what happened. The equation had "+ 5" next to x. To get x alone, we did the inverse operation — we subtracted 5. And we did it on both sides so the equation stayed balanced.

The Two Types of One-Step Equations

There are two forms of one-step equations you need to know. Each one uses a different inverse operation to solve. Let's look at both.

Type 1: Addition Equations (x + p = q)

ADDITION EQUATION
x + p = q
x = the unknown number you want to find, p = the number being added, q = the total. To solve: subtract p from both sides → x = q − p.

Since addition and subtraction are inverse operations, you undo addition by subtracting. For example, if x + 8 = 20, subtract 8 from both sides to get x = 12.

Type 2: Multiplication Equations (px = q)

MULTIPLICATION EQUATION
p × x = q
p = the number being multiplied by x, x = the unknown number, q = the product. To solve: divide both sides by p → x = q ÷ p.

Multiplication and division are inverse operations, so you undo multiplication by dividing. For example, if 4x = 24, divide both sides by 4 to get x = 6.

💡 Quick Tip
How do you decide which operation to use? Look at what's happening to x. If a number is added to x, subtract it. If x is multiplied by a number, divide by it. You always do the opposite!

Step-by-Step Strategy & Checking Your Work

Every one-step equation can be solved with the same three-step strategy. Here is a flowchart that shows how to pick the right move and check your answer every time.

This flowchart shows the three steps: (1) identify the operation acting on x, (2) use the inverse operation on both sides, and (3) always check your answer by substituting it back into the original equation.

Checking your answer is super important. After you find x, plug it back into the original equation. If both sides equal the same number, you got it right! If they don't match, go back and try again.

Inverse operations summary
Operation on xInverse OperationExampleResult
Addition (+)Subtraction (−)x + 9 = 15x = 15 − 9 = 6
Subtraction (−)Addition (+)x − 4 = 10x = 10 + 4 = 14
Multiplication (×)Division (÷)5x = 30x = 30 ÷ 5 = 6
Division (÷)Multiplication (×)x ÷ 3 = 7x = 7 × 3 = 21

Worked Examples

Example 1: Addition Equation

Maya has some stickers. Her friend gives her 14 more stickers, and now she has 23 stickers total. How many stickers did Maya start with?

Solve x + 14 = 23
1
Step 1 — Write the EquationLet x = the number of stickers Maya started with. She got 14 more, and the total is 23. So the equation is: x + 14 = 23.
2
Step 2 — Identify the OperationThe number 14 is being added to x. The inverse of addition is subtraction.
3
Step 3 — Use the Inverse OperationSubtract 14 from both sides: x + 14 − 14 = 23 − 14. The left side simplifies to x. The right side simplifies to 9.
x = 9
4
Step 4 — CheckPlug 9 back into the original equation: 9 + 14 = 23. ✓ That's correct!
Maya started with 9 stickers.

Example 2: Multiplication Equation

A box of granola bars costs $3 each. You spent $21 on granola bars. How many boxes did you buy?

Solve 3x = 21
1
Step 1 — Write the EquationLet x = the number of boxes. Each box costs $3, and you spent $21 total. So the equation is: 3x = 21.
2
Step 2 — Identify the OperationThe variable x is being multiplied by 3. The inverse of multiplication is division.
3
Step 3 — Use the Inverse OperationDivide both sides by 3: 3x ÷ 3 = 21 ÷ 3. The left side simplifies to x. The right side simplifies to 7.
x = 7
4
Step 4 — CheckPlug 7 back in: 3 × 7 = 21. ✓ That's correct!
You bought 7 boxes.

Example 3: Fractions and Decimals

Solve x + 2.5 = 6.3
1
Step 1 — Identify the OperationThe number 2.5 is being added to x. We need to subtract 2.5 from both sides.
2
Step 2 — Subtract from Both Sidesx + 2.5 − 2.5 = 6.3 − 2.5. The left side becomes x. On the right: 6.3 − 2.5 = 3.8.
x = 3.8
3
Step 3 — CheckPlug 3.8 back in: 3.8 + 2.5 = 6.3. ✓ It works!

Common Mistakes & How to Avoid Them

Even though one-step equations are straightforward, there are a few mistakes that trip students up again and again. Let's look at each one so you can avoid them.

Common mistakes when solving one-step equations
MistakeWhy It's WrongHow to Fix It
Using the same operation instead of the inverseIf x + 5 = 12 and you add 5, you get x + 10 = 17 — you moved farther from the answer!Always use the opposite operation. Addition → subtraction. Multiplication → division.
Only operating on one sideIf you subtract 5 from the left but not the right, the equation is no longer balanced.Whatever you do to one side, do the exact same thing to the other side.
Forgetting to check your answerWithout checking, you might have a calculation error and not know it.Plug your answer back into the original equation every single time.
Mixing up multiplication and additionIn 3x = 15, the "3x" means 3 times x, not 3 plus x.Remember: a number right next to a variable means multiplication.
⚠️ REMEMBER THIS
Think of it like a video game: every move you make on one side of the equation, you must "mirror" on the other side. If you only move one player, the game breaks. Always keep both sides equal.

From One-Step to Multi-Step Equations

You've now learned how to solve equations with just one operation. But in 7th and 8th grade, equations get more complex. Here's a sneak peek at what comes next.

One-step equations vs. future topics
What You Know NowWhat's Coming Next
One-step: x + 5 = 12Two-step: 2x + 5 = 17
Nonnegative numbers only (0 and above)Negative numbers: x + 3 = −4
One variable on one sideVariables on both sides: 3x + 1 = x + 9
Simple equationsInequalities: x + 5 > 12

The great news? The balance rule and inverse operations you learned today will be used in every single one of those future topics. Master them now, and you'll have a huge head start!

🔭 Looking Ahead
In a two-step equation like 2x + 5 = 17, you would first subtract 5 from both sides (one step), then divide both sides by 2 (second step). It's just one-step equations done twice! The skills you're building now are the foundation for all of algebra.

Practice Problems

Time to practice! Try each problem on your own before looking at the answer. Remember: identify the operation, use the inverse, and check.

PROBLEM 1CONCEPTUAL
In the equation x + 7 = 15, what operation should you use to solve for x, and why?
PROBLEM 2BASIC CALCULATION
Solve for x: 6x = 42.
PROBLEM 3INTERMEDIATE
Solve for x: x + 3.75 = 10.5.
PROBLEM 4APPLIED
A group of friends wants to split the cost of a $36 pizza order equally. If each person pays $9, write and solve an equation to find how many friends are in the group.
PROBLEM 5CRITICAL THINKING
A student says that for the equation x + ½ = ¾, the answer is x = ¼. Another student says the answer is x = 1¼. Who is correct, and how can you prove it?

Lesson Summary

A one-step equation is solved by performing a single inverse operation to isolate the variable. For addition equations (x + p = q), subtract p from both sides to get x = q − p. For multiplication equations (px = q), divide both sides by p to get x = q ÷ p. The balance rule says whatever you do to one side, you must do to the other.

Always check your answer by plugging it back into the original equation. These skills work with whole numbers, decimals, and fractions — the strategy is always the same. Mastering one-step equations gives you the foundation for multi-step equations and all of algebra ahead.

Varsity Tutors • 6th Grade Math • Solve One-Step Equations