How To Solve One Step Equations | Get Answers You Trust

A one-step equation solves cleanly when you undo a single operation to leave the variable alone, then confirm by plugging the value back in.

One-step equations are where algebra starts to feel calm. There’s one move hiding the value you want, and your job is to reverse it. That’s it.

Still, people miss points on these because of small slips: a sign flips, a fraction gets handled on one side only, or the “undo” step isn’t matched on both sides. This page keeps the process steady and shows the patterns that pop up most.

What A One-Step Equation Means

A one-step equation has a variable with one operation attached. You can solve it in one algebra move: add, subtract, multiply, or divide.

Think of the equation as a balance. If you do something to one side, you must do the same thing to the other side, or the balance tips. That “same thing to both sides” idea is the reason the steps work.

Spot The Single Operation

Before you touch anything, name the operation that’s happening to the variable.

  • Addition: x + 7 = 19
  • Subtraction: x − 7 = 19
  • Multiplication: 7x = 21
  • Division: x / 7 = 3

Once you can label the operation, the next move is locked in: do the opposite operation.

How To Solve One Step Equations In Class

If you want a reliable routine you can use on quizzes, stick to this four-line flow. It works for every one-step equation, even with negatives and fractions.

Step 1: State The Goal In Plain Words

Your goal is to get the variable by itself on one side. Not “make it simpler.” Not “move stuff over.” Just: variable alone.

Step 2: Undo The Operation On The Variable Side

Ask: “What’s happening to x?” Then undo it. If x is being added to 7, subtract 7. If x is being divided by 5, multiply by 5.

Step 3: Do The Same Move To Both Sides

This is where points are won. Write the operation you’re doing on both sides so you can’t forget it.

Step 4: Check By Substitution

Plug your answer back into the original equation and see if the left and right sides match. If they match, you’re done.

Solving One Step Equations With Add Or Subtract

Add-and-subtract equations are the ones most people see first. They look easy, and they are, as long as you keep the same move on both sides and watch the sign.

Addition Form: x + a = b

If a number is added to the variable, subtract that number on both sides.

Example: x + 8 = 23

  1. Subtract 8 on both sides: x + 8 − 8 = 23 − 8
  2. Simplify: x = 15
  3. Check: 15 + 8 = 23 (true)

Subtraction Form: x − a = b

If a number is subtracted from the variable, add that number on both sides.

Example: x − 6 = 10

  1. Add 6 on both sides: x − 6 + 6 = 10 + 6
  2. Simplify: x = 16
  3. Check: 16 − 6 = 10 (true)

When The Number Is Negative

Negatives don’t change the rule. They just demand cleaner writing.

Example: x + (−4) = 9

  1. Subtract (−4) on both sides: x + (−4) − (−4) = 9 − (−4)
  2. Simplify: x = 13
  3. Check: 13 + (−4) = 9 (true)

Notice the right side: subtracting a negative turns into adding. Writing parentheses keeps that from turning into a sign mess.

Equation Form Undo Move Quick Check
x + a = b Subtract a on both sides Plug in x, verify left equals right
x − a = b Add a on both sides Compute x − a and match b
x + (−a) = b Subtract (−a) on both sides Watch signs; use parentheses
x − (−a) = b Add (−a) on both sides x − (−a) becomes x + a
x / a = b Multiply both sides by a (b)(a) should rebuild the left
a x = b Divide both sides by a (b/a) should make a(b/a) = b
−x = b Multiply both sides by −1 Check that −(answer) equals b
x + a = −b Subtract a on both sides Keep the negative with the number

Solving One Step Equations With Multiply Or Divide

Multiplication and division equations feel different because the variable is tied to a factor. The fix is still the same idea: use the opposite operation, on both sides.

Multiplication Form: a x = b

If the variable is multiplied by a number, divide both sides by that number.

Example: 6x = 54

  1. Divide both sides by 6: 6x / 6 = 54 / 6
  2. Simplify: x = 9
  3. Check: 6(9) = 54 (true)

Division Form: x / a = b

If the variable is divided by a number, multiply both sides by that number.

Example: x / 7 = −3

  1. Multiply both sides by 7: (x / 7)·7 = (−3)·7
  2. Simplify: x = −21
  3. Check: −21 / 7 = −3 (true)

When The Coefficient Is Negative

Example: −4x = 28

  1. Divide both sides by −4: (−4x)/(−4) = 28/(−4)
  2. Simplify: x = −7
  3. Check: −4(−7) = 28 (true)

Two negatives make a positive, so the sign of your answer should make sense once you re-check the original.

Fractions, Decimals, And Mixed Numbers Without Stress

Fractions and decimals aren’t “hard mode.” They just punish sloppy arithmetic. Keep each step written out and simplify at the end.

Fraction Coefficients

Example: (3/5)x = 12

  1. Divide both sides by 3/5, or multiply both sides by 5/3
  2. x = 12 · (5/3)
  3. x = 20
  4. Check: (3/5)(20) = 12 (true)

Fraction On One Side

Example: x / (2/3) = 9

  1. Multiply both sides by 2/3: x = 9 · (2/3)
  2. x = 6
  3. Check: 6 / (2/3) = 6 · (3/2) = 9 (true)

Decimals

Example: 0.4x = 10

  1. Divide both sides by 0.4: x = 10 / 0.4
  2. x = 25
  3. Check: 0.4(25) = 10 (true)

If dividing by a decimal feels messy, you can convert 0.4 to 2/5 and use the fraction method.

How To Check Answers So You Stop Losing Easy Points

Checking is not extra work. It catches sign slips and arithmetic slips in seconds, and it builds confidence during tests.

Substitution Check

Take your answer and replace the variable in the original equation. Then compute each side.

Example: If x = −5 solves x + 12 = 7, plug it in: −5 + 12 = 7. It matches, so it’s correct.

Sense Check

Ask if the direction makes sense. If x + 9 = 2, then x must be less than 2. Your answer should not come out as a big positive number.

Common Slips And How To Fix Them

Most wrong answers on one-step equations come from a short list of habits. If you know the trap, you can dodge it.

Slip What It Looks Like Fix
Only changing one side x + 7 = 20 → x = 13 (but you wrote −7 on one side only) Write the undo move on both sides every time
Sign loss with negatives x − (−4) = 10 → x − 4 = 10 Keep parentheses; x − (−4) becomes x + 4
Dividing wrong in ax = b 5x = 30 → x = 6 (right), but you did 30 − 5 Use division to undo multiplication
Multiplying wrong in x/a = b x/8 = 3 → x = 11 Multiply b by a: x = 3·8
Dropping the negative x/4 = −2 → x = 8 Carry the sign through: x = −2·4
Fraction flip missed (2/3)x = 12 → x = 12·(2/3) Multiply by the reciprocal: x = 12·(3/2)
Checking against the altered equation You check the line after you simplified, not the original Substitute into the first equation you were given

Word Problems That Turn Into One-Step Equations

Word problems feel longer because they hide the operation in a sentence. Once you translate the sentence into an equation, the solve step is the same as before.

Translation Moves That Work

  • Total after adding: “Seven more than a number is 19” → x + 7 = 19
  • Total after taking away: “A number decreased by 6 is 10” → x − 6 = 10
  • Equal groups: “Six times a number is 54” → 6x = 54
  • Shared equally: “A number divided by 7 is −3” → x/7 = −3

Two Quick Word Problem Walkthroughs

Problem 1: “A gym charges a $15 sign-up fee plus a one-time add-on of $8. The total add-on part is 23 dollars. What is the add-on base amount?”

That sentence points to x + 8 = 23, so x = 15. Check: 15 + 8 = 23.

Problem 2: “A recipe uses 3/5 of a cup of oil per batch. You used 12 cups of oil. How many batches is that?”

That’s (3/5)x = 12. Multiply by 5/3: x = 12·(5/3) = 20. Check: (3/5)(20) = 12.

Practice Set With Answers You Can Verify

Try these in order. Keep each line clean. Then do a substitution check on two of them to build the habit.

Add Or Subtract

  • x + 14 = 31 → x = 17
  • x − 9 = −2 → x = 7
  • x + (−11) = 5 → x = 16
  • x − (−3) = −8 → x = −11

Multiply Or Divide

  • 8x = 72 → x = 9
  • −6x = 30 → x = −5
  • x/12 = 4 → x = 48
  • x/(−3) = 7 → x = −21

Fractions And Decimals

  • (1/4)x = 9 → x = 36
  • (5/2)x = 20 → x = 8
  • 0.25x = 6 → x = 24
  • x/(3/5) = 10 → x = 6

Two Reliable Resources If You Want Extra Practice

If you want more worked problems with clear steps, these two are solid starting points. Khan Academy has practice and explanations, and OpenStax lays out the equality rules used in algebra classes.

You can practice with Khan Academy’s
one-step equation review
and read the equality-property method in OpenStax
Solve Equations Using the Subtraction and Addition Properties of Equality.

Wrap-Up: The Habit That Makes One-Step Equations Easy

One-step equations stop being scary once you stick to one habit: name the operation on the variable, undo it on both sides, and check your result in the original equation.

Do that every time, and your work stays neat, your signs stay under control, and your answers hold up under a quick substitution check.

References & Sources