This site is a work in progress. New lessons are added regularly. Contact us

Solving One-Step Equations

Learning goals

  • Say what solving means, and confirm a solution by substituting
  • Apply the balance principle, doing the same to both sides
  • Undo what is attached with the inverse operation
  • Solve all four one-step forms, including xa=b\dfrac{x}{a} = b
  • Carry the method across negatives, fractions and decimals unchanged
  • Check by substituting the answer into the original equation

What it means to solve an equation

To solve an equation is to find every value of the variable that makes the equation a true statement. Each such value is a solution. The equations in this lesson have exactly one solution apiece, so solving means pinning down that one number.

The honest way to test a candidate is to put it back into the original equation and check whether both sides come out equal. This is just the substitution you learned for evaluating expressions, now used as a verdict. Take x+5=12x + 5 = 12 and try x=7x = 7:

7+5=12,12=12.  7 + 5 = 12, \qquad 12 = 12. \;\checkmark

Both sides agree, so 77 is a solution. Try instead x=6x = 6:

6+5=12,11=12.  false6 + 5 = 12, \qquad 11 = 12. \;\text{false}

The sides disagree, so 66 is not a solution. Substitution never lies: a value is a solution exactly when it makes the two sides equal. You can always confirm an answer this way once you have it. What you need is a reliable way to produce the answer instead of guessing it, and that is the balance principle.

The balance principle

Think of the equals sign as the center of a balance scale, with each side of the equation in one pan. Saying the equation is true is the same as saying the two pans balance: they hold equal amounts. Now ask what you are allowed to do without disturbing that balance.

If two pans weigh the same and you add the same weight to both, they still weigh the same. If you remove the same weight from both, they still match. The same goes for doubling both, or halving both. Whatever operation you perform on one side of an equation, performing the identical operation on the other side keeps the equation true. This is the balance principle, and it is the one rule that powers every step of equation solving.

An equation as a balanced scaleA level balance scale with the expression x + 5 in the left pan and 12 in the right pan, illustrating that the two sides of an equation hold equal amounts.do the same to both pans to keep it levelx + 512x + 5 = 12
An equation is a balanced scale. The two pans hold equal amounts, so the same change made to both pans keeps them level. Change only one pan and the balance is lost.

Why does this preserve the solution? Because the operation is applied equally, a number that made the two sides equal before still makes them equal after.

Why doing the same to both sides keeps every solution#

Suppose some value of the variable is a solution of an equation. Then, with that value substituted in, the left side and the right side are the very same number. Call that common number NN: the left side equals NN and the right side equals NN.

Now apply one operation to both sides, say add 33. The left side becomes N+3N + 3 and the right side becomes N+3N + 3. These are equal, because adding the same amount to one number, NN, cannot give two different results. So the value that was a solution before is still a solution of the new equation. The identical argument works for subtracting the same amount, multiplying by the same nonzero number, or dividing by the same nonzero number. In each case both sides were equal and you changed them in the same way, so they remain equal.

The reverse direction matters too, and it holds for the same reason. Every operation we will use can be undone by another, since adding 33 is undone by subtracting 33. So no solution is gained or lost along the way. The new equation and the old equation have exactly the same solutions. That is what lets you rewrite an equation step by step, each step simpler than the last, knowing the answer never changes. The forbidden moves are dividing by zero, which is undefined, and multiplying by zero, which turns every equation into 0=00 = 0 and cannot be undone. So “divide both sides” always means by a nonzero number, and “multiply both sides” likewise.

Inverse operations undo what is attached to the variable

The balance principle says you may do the same thing to both sides. It does not yet say what to do. The goal tells you that: get the variable by itself on one side, a state called isolating the variable. Isolation is the goal because once xx stands alone the other side displays its value.

To isolate the variable you peel off whatever is attached to it, and you peel it off with the operation that undoes it. Two operations undo each other when doing one and then the other lands you back where you started. These are inverse operations:

So the plan for a one-step equation is short. Look at what is being done to the variable, then do the inverse to both sides. If 55 is added to the variable, subtract 55 from both sides. If the variable is multiplied by 33, divide both sides by 33. The inverse cancels the attachment on the variable’s side, leaving the variable alone, while the balance principle keeps the equation true. Every one-step equation falls into one of four forms, one for each operation, and the rest of the lesson works through all four.

Both halves of that idea, the hunt for the number and the undoing, are things you can carry out on the number line below. It takes a number to start from and a number to add, and you set each one. The arrow draws the step and the filled point shows where it lands.

Try the hunt first. Leave the number added at 33 and move the starting number along until the landing point reads 77. The only start that gets there is 44, and that hunt is the whole of x+3=7x + 3 = 7. You were looking for the number which, after a step of 33, arrives at 77.

Then watch the undoing. Set the start to 77 and the number added to 3-3, and you land back on 44, exactly where the first walk began. A step of 33 and a step of 3-3 cancel. That cancellation is why “subtract 33 from both sides” is the move that removes an added 33.

Why the step back is what solves the equation

2 + 3 = 5. That is the equation x + 3 = 5, solved by x = 2. Stepping back by (-3) undoes it and returns to 2. A number line from -5 to 7. A dot marks the starting number and an arrow shows the step to the landing point. Use the controls below the figure to change either one. -5 -4 -3 -2 -1 0 1 2 3 4 5 6 7 +3 2 5
Start at Then add

2 + 3 = 5. That is the equation x + 3 = 5, solved by x = 2. Stepping back by (-3) undoes it and returns to 2.

One step on a number line, with both halves under your control: the number the step starts from, and the number added to it.

Form 1: the variable plus a number

An equation like x+a=bx + a = b has a number added to the variable. The inverse of adding aa is subtracting aa, so subtract aa from both sides.

Worked example 1 Solve x+8=21x + 8 = 21

The variable has 88 added to it. To undo that addition, subtract 88 from both sides, keeping the scale balanced:

x+88=218.x + 8 - 8 = 21 - 8.

On the left, 88=08 - 8 = 0, so the 88 is gone and the variable stands alone. On the right, 218=1321 - 8 = 13:

x=13.x = 13.

Now check by substituting 1313 back into the original equation:

13+8=21,21=21.  13 + 8 = 21, \qquad 21 = 21. \;\checkmark

Both sides match, so x=13x = 13 is correct. Subtracting the same 88 from each side is exactly the balance principle at work.

The numbers need not be whole. The method is identical with a decimal, a fraction, or a negative; you just carry out the subtraction using the arithmetic from earlier chapters.

Worked example 2 Solve x+2.5=4.1x + 2.5 = 4.1

A decimal is added to the variable, so subtract that decimal from both sides:

x+2.52.5=4.12.5.x + 2.5 - 2.5 = 4.1 - 2.5.

The left side collapses to xx, and the right side is a decimal subtraction:

x=1.6.x = 1.6.

Check it against the original equation:

1.6+2.5=4.1,4.1=4.1.  1.6 + 2.5 = 4.1, \qquad 4.1 = 4.1. \;\checkmark

The decimal point changes nothing about the strategy. You still undo “add 2.52.5” with “subtract 2.52.5” on both sides.

Check your understanding

Solve x+6=4x + 6 = 4 for xx.

Answer choices

Form 2: the variable minus a number

An equation like xa=bx - a = b has a number subtracted from the variable. The inverse of subtracting aa is adding aa, so add aa to both sides.

Worked example 3 Solve x7=12x - 7 = 12

Here 77 has been subtracted from the variable. Undo it by adding 77 to both sides:

x7+7=12+7.x - 7 + 7 = 12 + 7.

On the left, 7+7=0-7 + 7 = 0, so the variable is isolated. On the right, 12+7=1912 + 7 = 19:

x=19.x = 19.

Check by substituting into the original equation:

197=12,12=12.  19 - 7 = 12, \qquad 12 = 12. \;\checkmark

So x=19x = 19. Notice the symmetry with the previous form: a subtracted number is removed by adding it back. In the same way, an added number is removed by subtracting it.

A subtraction equation can land on a negative or fractional answer, and the rule does not flinch.

Worked example 4 Solve x14=34x - \tfrac{1}{4} = \tfrac{3}{4}

A fraction has been subtracted from the variable, so add that fraction to both sides:

x14+14=34+14.x - \tfrac{1}{4} + \tfrac{1}{4} = \tfrac{3}{4} + \tfrac{1}{4}.

The left side becomes xx. On the right, the two fractions already share the denominator 44, so add the numerators:

x=34+14=44=1.x = \tfrac{3}{4} + \tfrac{1}{4} = \tfrac{4}{4} = 1.

Check the result in the original equation:

114=34,34=34.  1 - \tfrac{1}{4} = \tfrac{3}{4}, \qquad \tfrac{3}{4} = \tfrac{3}{4}. \;\checkmark

So x=1x = 1. Adding fractions with a common denominator is the chapter-4 skill; the equation step is the same “add to both sides” as always.

Check your understanding

Which operation, applied to both sides, isolates the variable in x9=15x - 9 = 15?

Answer choices

Form 3: a number times the variable

An equation like ax=bax = b has the variable multiplied by a number, the coefficient aa. The inverse of multiplying by aa is dividing by aa, so divide both sides by aa. You can always do this because the coefficient aa is a nonzero number. That matters because dividing by zero is undefined, as you saw in the division lessons.

Worked example 5 Solve 6x=426x = 42

The coefficient is 66, so the variable is multiplied by 66. Undo that by dividing both sides by 66:

6x6=426.\frac{6x}{6} = \frac{42}{6}.

On the left, dividing 6x6x by 66 cancels the coefficient and leaves xx alone, since 6÷6=16 \div 6 = 1 and 1x=x1x = x. On the right, 42÷6=742 \div 6 = 7:

x=7.x = 7.

Check by substituting into the original equation, writing the value in parentheses so the multiplication is clear:

6(7)=42,42=42.  6(7) = 42, \qquad 42 = 42. \;\checkmark

So x=7x = 7. Dividing by the coefficient is how you strip a multiplier off the variable.

A negative coefficient is handled the same way: divide both sides by the whole coefficient, sign and all. Then let the integer division rules from chapter 2 settle the sign.

Worked example 6 Solve 4x=20-4x = 20

The coefficient is 4-4, so divide both sides by 4-4, carrying the negative sign with it:

4x4=204.\frac{-4x}{-4} = \frac{20}{-4}.

On the left, 4-4 divided by 4-4 is 11, leaving xx alone. On the right, a positive divided by a negative is negative:

x=204=5.x = \frac{20}{-4} = -5.

Check in the original equation:

4(5)=20,20=20.  -4(-5) = 20, \qquad 20 = 20. \;\checkmark

So x=5x = -5. The negative times negative on the left of the check is positive 2020, which confirms the answer. Always divide by the full coefficient, including its sign.

Check your understanding

Solve 7x=567x = 56 for xx.

Answer choices

Form 4: the variable divided by a number

An equation like xa=b\dfrac{x}{a} = b has the variable divided by a number. The inverse of dividing by aa is multiplying by aa, so multiply both sides by aa.

Worked example 7 Solve x3=9\dfrac{x}{3} = 9

The variable is divided by 33. Undo that division by multiplying both sides by 33:

3x3=39.3 \cdot \frac{x}{3} = 3 \cdot 9.

On the left, multiplying by 33 cancels the division by 33, since 33=1\frac{3}{3} = 1, leaving the variable alone. On the right, 39=273 \cdot 9 = 27:

x=27.x = 27.

Check by substituting into the original equation:

273=9,9=9.  \frac{27}{3} = 9, \qquad 9 = 9. \;\checkmark

So x=27x = 27. Multiplying by the divisor is the move that clears a fraction off the variable.

Worked example 8 Solve x5=1.2\dfrac{x}{5} = -1.2

The variable is divided by 55, so multiply both sides by 55, even though the right side is a negative decimal:

5x5=5(1.2).5 \cdot \frac{x}{5} = 5 \cdot (-1.2).

The left side becomes xx. On the right, 5(1.2)=65 \cdot (-1.2) = -6, a positive times a negative:

x=6.x = -6.

Check it in the original equation:

65=1.2,1.2=1.2.  \frac{-6}{5} = -1.2, \qquad -1.2 = -1.2. \;\checkmark

So x=6x = -6. The negative decimal rode along through the multiplication without changing the method.

Check your understanding

Solve x4=8\dfrac{x}{4} = 8 for xx.

Answer choices

Reading the equation before you move

Every one-step equation comes down to the same two questions. First, what one operation is attached to the variable? Second, what is its inverse? Apply that inverse to both sides and the variable stands alone. This little table is the whole lesson in one glance.

If the equation readsthe variable is beingso apply to both sideswhich gives
x+a=bx + a = badded tosubtract aax=bax = b - a
xa=bx - a = bsubtracted fromadd aax=b+ax = b + a
ax=bax = bmultiplieddivide by aax=bax = \dfrac{b}{a}
xa=b\dfrac{x}{a} = bdividedmultiply by aax=abx = ab

The pattern to internalize is that you always apply the opposite operation. Adding is undone by subtracting, multiplying by dividing, and the reverse each way. Whatever you choose, you do it to both sides, and you finish by substituting your answer back to confirm both sides are equal.

Worked example 9 Identify the move, then solve 23x=8\tfrac{2}{3}x = 8

First read the equation. The variable is multiplied by the coefficient 23\tfrac{2}{3}, so this is the multiplication form, and the inverse of multiplying by 23\tfrac{2}{3} is dividing by 23\tfrac{2}{3}. Dividing by a fraction is the same as multiplying by its reciprocal, the chapter-4 rule, so multiply both sides by 32\tfrac{3}{2}:

3223x=328.\frac{3}{2} \cdot \frac{2}{3}x = \frac{3}{2} \cdot 8.

On the left, 3223=1\tfrac{3}{2} \cdot \tfrac{2}{3} = 1, leaving the variable alone. On the right, 328=242=12\tfrac{3}{2} \cdot 8 = \tfrac{24}{2} = 12:

x=12.x = 12.

Check in the original equation:

23(12)=243=8,8=8.  \frac{2}{3}(12) = \frac{24}{3} = 8, \qquad 8 = 8. \;\checkmark

So x=12x = 12. Reading the form first told you to multiply by the reciprocal, and the check confirms it.

Check your understanding

You solve x+4=11x + 4 = 11 and get x=7x = 7. Substituting to check, what should the left side equal?

Answer choices

Common mistakes

Practice

Multiple Choice Questions (MCQ)

Progressively harder sets of questions. Each opens on its own page.

Free Response Questions (FRQ)

Longer questions in parts, to be worked out on paper. Progressive hints, the answer on its own so you can check yourself and try again, then the full worked solution, plus a rubric to mark your own work against.

Free response Work it out on paper 5 questions Start →
More practice (optional)

Extra sets, as hard as the Challenge set. Each one opens on its own page.

More resources (optional)

Other explanations of this lesson, if you want a second take.

A bit of history (Optional)

Algebra is named after a book, and the book is named after two moves. A scholar called al-Khwarizmi wrote it in Baghdad, a city in what is now Iraq, around the year 820820. His title held the words al-jabr and al-muqabala.

Al-jabr means putting back what was taken away. If an amount had been cut from one side, you put it back on that side. You then put the same amount on the other side. Al-muqabala means balancing, or facing the two sides off. If both sides held the same amount, you struck it off both and the problem got shorter.

There was no equals sign yet, and the unknown had no letter. Each step was a full sentence of plain prose. Now look at what those two words really name. One is adding the same thing to both sides. The other is taking the same thing off both sides. That is the balance rule, written down twelve hundred years before you met it. The word algebra is just al-jabr, and you used it on every equation here.