Skip to main content
guidealgebraequations

Solving One-Step Equations: A Complete Guide with Worked Examples

·10 min read·Solvify Team

Solving one-step equations is the first algebra skill you master — and the most important to get right, because every harder equation is built on this exact foundation. A one-step equation contains a single operation keeping the variable from standing alone, and your only task is to undo that one operation using its inverse. That principle — apply the inverse operation to both sides — is the same rule that drives two-step equations, multi-step equations, and beyond. This guide covers every case you will encounter: addition, subtraction, multiplication, division, negative coefficients, and fractional coefficients, with real worked examples and substitution checks for each one.

What Is a One-Step Equation and When Does It Appear?

A one-step equation is any equation that requires exactly one inverse operation to isolate the variable. The variable appears once, with a single addition, subtraction, multiplication, or division connecting it to a constant — and nothing else. Examples: x + 8 = 15 (one addition to undo), 4x = 28 (one multiplication to undo), x/5 = 3 (one division to undo), x − 6 = 11 (one subtraction to undo). One-step equations appear everywhere: Pre-Algebra and Algebra I courses, standardized test warm-up sections, missing-value problems in geometry formulas, science class unit conversions, and everyday situations like splitting a bill or calculating a discount. They also appear as the final move inside a longer multi-step solution — once you have distributed, combined like terms, and collected variable terms, you are almost always left with a one-step equation to finish the job. Recognizing a one-step equation on sight, and solving it quickly and accurately, is the single most reused algebra skill.

A one-step equation requires exactly one inverse operation to isolate the variable. Every multi-step equation reduces to a one-step equation at the end.

How Do Inverse Operations Work When Solving One-Step Equations?

An inverse operation is the mathematical opposite of a given operation — it reverses what the operation did. Solving one-step equations depends entirely on this concept. The four pairs of inverse operations are: addition and subtraction (each undoes the other), and multiplication and division (each undoes the other). The rule is simple: whatever operation the equation contains, apply its inverse to both sides. Applying to both sides is non-negotiable — an equation is a statement that both sides are equal, like a balance scale. If you add weight to one side only, the scale tips. You must apply the same operation to both sides simultaneously so the equality is preserved at every step. After applying the inverse, the variable stands alone with a coefficient of 1, and the other side gives you the answer.

1. Inverse of addition → subtraction

If the equation reads x + b = c, subtract b from both sides: x + b − b = c − b, which simplifies to x = c − b. The +b and −b cancel to zero on the left side, leaving x alone.

2. Inverse of subtraction → addition

If the equation reads x − b = c, add b to both sides: x − b + b = c + b, which simplifies to x = c + b. The −b and +b cancel on the left side.

3. Inverse of multiplication → division

If the equation reads ax = c (where a ≠ 0), divide both sides by a: ax/a = c/a, which simplifies to x = c/a. The coefficient a cancels, leaving x with a coefficient of 1.

4. Inverse of division → multiplication

If the equation reads x/a = c, multiply both sides by a: a × (x/a) = a × c, which simplifies to x = ac. The a in the denominator and the multiplied a cancel, leaving x alone.

Inverse operation pairs: addition ↔ subtraction, multiplication ↔ division. Apply the inverse to both sides — never to just one side.

How Do You Solve One-Step Equations with Addition and Subtraction?

Addition and subtraction one-step equations are the most straightforward to solve: spot the constant attached to x by + or −, apply the opposite operation to both sides, and simplify. Watch the sign carefully — a common error is subtracting when you should add, or vice versa. The examples below progress from whole-number constants to negatives.

1. Example 1: x + 7 = 19

The equation adds 7 to x. Undo it by subtracting 7 from both sides. x + 7 − 7 = 19 − 7 x = 12. Check: 12 + 7 = 19 ✓

2. Example 2: x − 9 = 4

The equation subtracts 9 from x. Undo it by adding 9 to both sides. x − 9 + 9 = 4 + 9 x = 13. Check: 13 − 9 = 4 ✓

3. Example 3: x + 15 = 6 (result is negative)

Subtract 15 from both sides. x + 15 − 15 = 6 − 15 x = −9. Check: −9 + 15 = 6 ✓ Negative answers are perfectly valid in one-step equations. Always verify by substituting the answer — if both sides match, the answer is correct regardless of its sign.

4. Example 4: x − (−3) = 10 (subtracting a negative)

Subtracting a negative is the same as adding: x − (−3) = x + 3. Subtract 3 from both sides. x + 3 − 3 = 10 − 3 x = 7. Check: 7 − (−3) = 7 + 3 = 10 ✓ Rewriting x − (−3) as x + 3 before solving prevents a sign error.

5. Example 5: −4 + x = −11 (constant on the left)

The operation is still addition of −4 to x. Undo by adding 4 to both sides. −4 + 4 + x = −11 + 4 x = −7. Check: −4 + (−7) = −11 ✓ The position of the constant (left or right of x) does not change the method — identify the operation on x, then apply its inverse to both sides.

For x + b = c, subtract b from both sides. For x − b = c, add b to both sides. Always perform the operation on both sides simultaneously.

How Do You Solve One-Step Equations with Multiplication and Division?

Multiplication and division one-step equations require one additional step of attention: check whether the coefficient is positive, negative, or a fraction, because the sign of your answer depends on it. For division equations where x is in the numerator, multiply both sides by the denominator. For multiplication equations where x has a coefficient, divide both sides by that coefficient. The worked examples below cover each case.

1. Example 1: 6x = 42 (positive coefficient)

x is multiplied by 6. Divide both sides by 6. 6x ÷ 6 = 42 ÷ 6 x = 7. Check: 6 × 7 = 42 ✓

2. Example 2: x/4 = 9 (x divided by a positive integer)

x is divided by 4. Multiply both sides by 4. 4 × (x/4) = 4 × 9 x = 36. Check: 36/4 = 9 ✓

3. Example 3: −5x = 30 (negative coefficient)

x is multiplied by −5. Divide both sides by −5. −5x ÷ (−5) = 30 ÷ (−5) x = −6. Check: −5 × (−6) = 30 ✓ Dividing a positive number by a negative gives a negative result. The most common error here is writing x = 6 — always carry the sign through the division.

4. Example 4: x/(−3) = 7 (x divided by a negative integer)

x is divided by −3. Multiply both sides by −3. (−3) × (x/(−3)) = (−3) × 7 x = −21. Check: −21 ÷ (−3) = 7 ✓ Multiplying both sides by a negative number does not flip any inequality (this is not an inequality), so proceed directly.

5. Example 5: 8x = −56 (positive coefficient, negative product)

Divide both sides by 8. 8x ÷ 8 = −56 ÷ 8 x = −7. Check: 8 × (−7) = −56 ✓

6. Example 6: x/7 = −4 (result is negative)

Multiply both sides by 7. 7 × (x/7) = 7 × (−4) x = −28. Check: −28/7 = −4 ✓

For ax = c, divide both sides by a. For x/a = c, multiply both sides by a. When a is negative, the sign of the right side flips after the operation.

How Do You Solve One-Step Equations with Fractional Coefficients and Negative Fractions?

Fractional coefficients — like (3/4)x or (−2/5)x — are still multiplication equations. Two methods work: divide both sides by the fraction (which most students find awkward), or multiply both sides by the fraction's reciprocal (which is quicker and cleaner). The reciprocal of a/b is b/a, and (a/b) × (b/a) = 1, leaving x with a coefficient of 1. For negative fractional coefficients, the reciprocal carries the negative sign, so apply it carefully.

1. Example 1: (3/4)x = 12 (positive fractional coefficient)

x is multiplied by 3/4. Multiply both sides by the reciprocal 4/3. (4/3) × (3/4)x = (4/3) × 12 x = 48/3 = 16. Check: (3/4) × 16 = 12 ✓ Verify the reciprocal before multiplying: flip the numerator and denominator of the coefficient. The reciprocal of 3/4 is 4/3.

2. Example 2: (2/5)x = 8 (positive fractional coefficient)

Multiply both sides by the reciprocal 5/2. (5/2) × (2/5)x = (5/2) × 8 x = 40/2 = 20. Check: (2/5) × 20 = 8 ✓

3. Example 3: (−3/7)x = 9 (negative fractional coefficient)

The reciprocal of −3/7 is −7/3. Multiply both sides by −7/3. (−7/3) × (−3/7)x = (−7/3) × 9 x = −63/3 = −21. Check: (−3/7) × (−21) = 63/7 = 9 ✓ The reciprocal of a negative fraction is also negative: flip the fraction AND keep the negative sign.

4. Example 4: x/(2/3) = 15 (x divided by a fraction)

x is divided by 2/3. Dividing by 2/3 is the same as multiplying by 3/2. x × (3/2) ... wait — the equation reads x ÷ (2/3) = 15, which is x × (3/2) = 15. So this is a multiplication equation with coefficient 3/2. Multiply both sides by the reciprocal 2/3. (2/3) × (3/2)x = (2/3) × 15 x = 30/3 = 10. Check: 10 ÷ (2/3) = 10 × (3/2) = 15 ✓

To solve (a/b)x = c, multiply both sides by the reciprocal b/a. The product (a/b) × (b/a) = 1, leaving x alone.

What Mistakes Do Students Most Often Make When Solving One-Step Equations?

One-step equations are simple in structure, but four specific errors appear again and again in student work. Each has a quick fix. Recognizing these before a test is far more effective than discovering them after a graded assignment returns.

1. Applying the operation to only one side

In x + 5 = 12, some students subtract 5 from only the left side and write x = 12. The correct move is to subtract 5 from both sides: x = 12 − 5 = 7. An equation is a balance — whatever you do to one side, you must do to the other. Writing the operation explicitly beneath both sides (rather than doing it mentally) makes this requirement visual.

2. Using the same operation instead of the inverse

To solve x + 8 = 20, adding 8 to both sides gives x + 16 = 28 — the opposite of helpful. The inverse of addition is subtraction: subtract 8 from both sides to get x = 12. Always ask: 'what operation does the equation use?' then apply its opposite.

3. Dropping the negative sign when dividing by a negative coefficient

In −4x = 20, dividing both sides by −4 gives x = 20/(−4) = −5. Writing x = 5 is incorrect. Verify immediately: −4 × (−5) = 20 ✓. If you are prone to this error, rewrite the equation as 4x = −20 first by multiplying both sides by −1, then divide by 4: x = −5. Both routes give the same answer.

4. Forgetting to check the answer

Substituting the answer back into the original equation takes about ten seconds and immediately reveals any arithmetic mistake. If both sides equal the same number, the solution is correct. If they do not, an error occurred somewhere — and finding it before submitting is far faster than discovering it from a returned test. Make checking automatic, not optional.

Practice Problems: Solving One-Step Equations from Easy to Harder

Work through each problem on your own before reading the solution. The skill becomes automatic with repetition — these problems are arranged by difficulty so you can build speed and confidence progressively. The later problems include negatives and fractions, which are the types that appear most often on Algebra I exams and standardized tests.

1. Problem 1 (Easy): x + 14 = 23

Subtract 14 from both sides: x = 23 − 14 = 9. Check: 9 + 14 = 23 ✓

2. Problem 2 (Easy): x − 8 = 17

Add 8 to both sides: x = 17 + 8 = 25. Check: 25 − 8 = 17 ✓

3. Problem 3 (Easy): 9x = 72

Divide both sides by 9: x = 72/9 = 8. Check: 9 × 8 = 72 ✓

4. Problem 4 (Easy): x/6 = 11

Multiply both sides by 6: x = 11 × 6 = 66. Check: 66/6 = 11 ✓

5. Problem 5 (Medium): x + 5 = −3

Subtract 5 from both sides: x = −3 − 5 = −8. Check: −8 + 5 = −3 ✓

6. Problem 6 (Medium): −7x = 49

Divide both sides by −7: x = 49/(−7) = −7. Check: −7 × (−7) = 49 ✓

7. Problem 7 (Medium): x/(−4) = −9

Multiply both sides by −4: x = (−9) × (−4) = 36. Check: 36/(−4) = −9 ✓

8. Problem 8 (Medium): x − (−6) = 2

Rewrite: x + 6 = 2. Subtract 6 from both sides: x = 2 − 6 = −4. Check: −4 − (−6) = −4 + 6 = 2 ✓

9. Problem 9 (Harder): (5/8)x = 20

Multiply both sides by the reciprocal 8/5: x = 20 × (8/5) = 160/5 = 32. Check: (5/8) × 32 = 160/8 = 20 ✓

10. Problem 10 (Harder): (−2/9)x = 6

Multiply both sides by the reciprocal −9/2: x = 6 × (−9/2) = −54/2 = −27. Check: (−2/9) × (−27) = 54/9 = 6 ✓

Frequently Asked Questions About Solving One-Step Equations

These questions come up most often when students encounter solving one-step equations for the first time or revisit the concept before an exam.

1. What makes an equation 'one-step' vs. two-step or multi-step?

A one-step equation needs exactly one inverse operation to isolate x. A two-step equation needs exactly two operations — for example, 3x + 5 = 20 requires subtracting 5 first, then dividing by 3. Multi-step equations involve three or more operations, often including distribution and combining like terms before you can isolate x. If you look at an equation and can get x alone in a single move, it is a one-step equation.

2. Why must I apply the inverse operation to both sides?

An equation states that the expression on the left equals the expression on the right. If you change one side without changing the other, the equality breaks — the two sides no longer represent the same value. Applying the same operation to both sides preserves the equality at every step, so each simplified form of the equation is still true. Think of a balance scale: the moment you add or remove weight from only one pan, it tips.

3. Can a one-step equation have no solution?

In practice, a genuine one-step equation (ax = c with a ≠ 0, or x + b = c) always has exactly one solution. A 'no solution' outcome occurs when variable terms cancel during solving — which requires variable terms on both sides. That situation cannot arise in a one-step equation, since x appears on only one side by definition. If you encounter 0x = 5 (coefficient is zero), no value of x satisfies it, but this is an edge case not typically classified as a one-step equation.

4. Does it matter which side I put x on when I write the answer?

No. x = 7 and 7 = x convey the same solution. Convention is to write x on the left (x = 7), but the mathematical meaning is identical. What does matter is that you do not accidentally write two different values on each side. The answer should always be in the form x = [single value].

5. When should I use the reciprocal method vs. dividing?

For integer coefficients (like 6x = 42), dividing by the coefficient is fastest. For fractional coefficients (like (3/4)x = 12), multiplying by the reciprocal is cleaner — dividing by 3/4 means multiplying by 4/3 anyway, so skipping the extra step saves time and reduces calculation errors. For negative fractional coefficients, the reciprocal method is almost always faster than dividing by a negative fraction.

6. How do I recognize whether to add, subtract, multiply, or divide?

Look at what operation the equation is doing to x. If the equation says x plus something, subtract. If it says x minus something, add. If it says something times x, divide. If it says x divided by something, multiply. The verbal description of what the equation does to x tells you the inverse operation to apply. When in doubt, ask: 'what operation sits between x and the constant on that side?' then apply its opposite.

Ready to Practice More One-Step Equations?

Solving one-step equations becomes effortless with enough deliberate practice — the goal is to reach the point where you identify the inverse operation and apply it without hesitation. If you want immediate feedback on your working, Solvify AI can show you the complete step-by-step solution for any one-step equation you photograph or type in, explain why each step is correct, and generate similar problems to practice until the pattern is automatic.

Tags:
guidealgebraequations

Get Homework Help Now

Join millions of students using our AI math solver for homework help. Get instant solutions to math problems, step-by-step explanations, and 24/7 homework assistance.

Available for iOS and Android devices