ALG1-2.2

Multi-Step Equations with Variables on Both Sides

Learn to solve multi-step equations with variables on both sides — distributing, clearing fractions, and telling apart no solution, one solution, and infinitely many.

What you'll do in this lesson

A voice-first session with the Crimsora tutor on Multi-Step Equations with Variables on Both Sides, then targeted practice and FRQs — with the tutor adapting to where you get stuck.

What this lesson covers

Up to now, most equations you solved had the variable sitting on just one side, waiting to be uncovered. Real equations are messier: the unknown shows up on the left and the right, wrapped in parentheses, buried under fractions, or repeated three times in one line. The good news is that no new rules are needed. Every move you already know — add the same thing to both sides, multiply both sides by the same nonzero number, combine like terms — still works.

What changes is strategy. You now decide the order of your moves, and one extra step gets added: gathering all the variable terms onto a single side so the equation collapses back into the two-step form you already handle. Along the way you will meet two surprises — equations where the variable vanishes and leaves something false, and ones where it vanishes and leaves something true. Those are not mistakes. They are answers.

The Four-Phase Plan for Any Linear Equation

Almost every multi-step equation yields to the same ordered plan. Following it in order keeps you from creating extra work.
PhaseWhat you doExample move
1. ClearRemove parentheses by distributing; clear fractions by multiplying every term by the LCD3(x2)3(x-2) becomes 3x63x-6
2. SimplifyCombine like terms on each side separately4x+3x54x+3x-5 becomes 7x57x-5
3. CollectAdd or subtract a variable term so all variables land on one side, all constants on the othersubtract 2x2x from both sides
4. IsolateUndo multiplication or division to get the variable alonedivide both sides by 55
Phase 3 is the new one. In 7x5=2x+107x-5=2x+10, subtracting 2x2x from both sides gives 5x5=105x-5=10, which is exactly the two-step equation you already know. It does not matter which side you collect on — subtracting 7x7x instead gives 5=5x+10-5=-5x+10, and you still reach x=3x=3. Many students prefer to move the smaller variable term so the remaining coefficient stays positive, which cuts down on sign errors.

The deepest idea here, and the reason these steps are legal at all, is that each move produces an equivalent equation — a new equation with exactly the same solutions. You are not "doing something to the variable." You are rewriting a true statement in a simpler but equally true form, which is why checking your answer in the original equation always works.

Distributing and Clearing Fractions Without Losing Terms

Two setups cause most of the trouble. The first is a negative in front of parentheses. In 94(x3)9-4(x-3), the factor being distributed is 4-4, not 44. Correct work gives 94x+129-4x+12, which simplifies to 214x21-4x. Writing 94x129-4x-12 is the single most common error in this lesson; the sign of the second product flips because a negative times a negative is positive.

The second is fractions. You may work with them directly, but multiplying both sides by the least common denominator turns the whole problem into integers. The rule is that the LCD multiplies every term, including terms that have no denominator. Forx3+2=x41\frac{x}{3}+2=\frac{x}{4}-1the LCD is 1212, so you get 4x+24=3x124x+24=3x-12, then x=36x=-36. Students who forget to multiply the 22 and the 1-1 end up with a wrong equation that still looks tidy, so it is worth pausing to count terms before and after.

When a fraction has a whole expression on top, keep it grouped. Multiplying 2x53\frac{2x-5}{3} by 66 gives 2(2x5)=4x102(2x-5)=4x-10, not 4x54x-5. The fraction bar acts as a set of invisible parentheses.

A decimal version works the same way: multiply every term by a power of ten. In 0.4x+1.2=0.15x0.4x+1.2=0.15x, multiplying by 100100 produces 40x+120=15x40x+120=15x, and the arithmetic gets much friendlier.

One Solution, No Solution, or Infinitely Many

Sometimes the variable terms cancel completely during Phase 3. What remains tells you everything.
Final lineNameSolution setMeaning
x=7x = 7 (a number)conditional equationone valuethe two sides agree at exactly one input
6=66 = 6 (true statement)identityall real numbersthe two sides are the same expression in disguise
6=56 = 5 (false statement)contradictionno solutionthe two sides never agree
Consider 5(x+2)=5x+105(x+2)=5x+10. Distributing gives 5x+10=5x+105x+10=5x+10; subtracting 5x5x leaves 10=1010=10. Every real number works, so the solution set is all real numbers. Now consider 5(x+2)=5x+35(x+2)=5x+3. The same steps leave 10=310=3, which is false, so no number works.

Here is where students go wrong: after reaching 10=1010=10 they write x=0x=0, or after reaching 10=310=3 they write x=7x=7 from subtracting. Once the variable is gone, there is no xx to solve for. Read the leftover statement and answer in words: "infinitely many solutions" or "no solution."

There is also a graphical meaning worth carrying forward. Each side of the equation describes a line. One solution means the lines cross once; infinitely many means they are the same line; no solution means they are parallel with different intercepts — same slope on both sides, different constants. That is exactly why matching variable coefficients is the signal to watch for.

Checking Your Work and Catching Silent Errors

Substituting your answer back into the original equation — not a rewritten version — catches nearly every mistake, because an error made in Phase 1 gets carried through invisibly otherwise.

Suppose you solve 2(3x4)=4x+62(3x-4)=4x+6 and get x=7x=7. Check: the left side is 2(214)=2(17)=342(21-4)=2(17)=34, and the right side is 28+6=3428+6=34. The sides match, so x=7x=7 is confirmed. If they had not matched, the disagreement tells you to re-examine your distribution first, since that is where sign errors hide.

Three habits prevent most silent errors. Keep equal signs vertically aligned so each line is a complete equation, not a chain of fragments. Write the operation you are performing under both sides rather than doing it in your head. And never divide by a variable expression to "cancel" — dividing x2=3xx^2 = 3x by xx throws away the solution x=0x=0, and in linear work dividing by something like (x2)(x-2) can quietly assume it is not zero.

Finally, do not be alarmed by fractional or negative answers. An equation such as 4x+1=6x+84x+1=6x+8 gives 7=2x-7=2x, so x=72x=-\frac{7}{2}. That is a perfectly good exact answer, and leaving it as a fraction is better than rounding to a decimal unless the problem asks otherwise. Students often assume a fraction means they made an error and restart unnecessarily.

Key terms

Equivalent equations.
Equations with exactly the same solution set. Every legal step — adding the same quantity to both sides, or multiplying both sides by a nonzero number — produces one.
Like terms.
Terms with identical variable parts, such as 5x5x and 2x-2x. Only like terms can be combined by adding or subtracting coefficients.
Distributive property.
The rule a(b+c)=ab+aca(b+c)=ab+ac, used to remove parentheses. The factor outside multiplies every term inside, keeping its own sign.
Least common denominator (LCD).
The smallest number every denominator divides into. Multiplying every term of an equation by the LCD clears all fractions.
Conditional equation.
An equation true for exactly one value of the variable, such as 3x=123x=12. This is the ordinary case with a single solution.
Identity.
An equation true for every real number, recognized when the variables cancel and a true numerical statement like 4=44=4 remains.
Contradiction.
An equation true for no value of the variable, recognized when the variables cancel and a false statement like 0=90=9 remains. Its solution set is empty.
Solution set.
The collection of all values that make an equation true — one number, all real numbers, or nothing at all.

Worked example

Solve and classify: 12(x+4)=13(x3)+3\frac{1}{2}(x+4)=\frac{1}{3}(x-3)+3
Step 1 — Clear the fractions. The denominators are 22 and 33, so the LCD is 66. Multiply every term on both sides by 66:612(x+4)=613(x3)+636\cdot\frac{1}{2}(x+4)=6\cdot\frac{1}{3}(x-3)+6\cdot 3This gives 3(x+4)=2(x3)+183(x+4)=2(x-3)+18. Notice the 33 on the right was multiplied too — skipping it is the classic slip here.

Step 2 — Distribute. On the left, 3(x+4)=3x+123(x+4)=3x+12. On the right, 2(x3)=2x62(x-3)=2x-6, so the right side is 2x6+182x-6+18.

The equation is now 3x+12=2x6+183x+12=2x-6+18.

Step 3 — Simplify each side. Combine 6+18=12-6+18=12 on the right:3x+12=2x+123x+12=2x+12Step 4 — Collect the variables. Subtract 2x2x from both sides: x+12=12x+12=12.

Step 5 — Isolate. Subtract 1212 from both sides: x=0x=0.

The variable did not vanish, so this is a conditional equation with exactly one solution.

Step 6 — Check in the original. Left side: 12(0+4)=12(4)=2\frac{1}{2}(0+4)=\frac{1}{2}(4)=2. Right side: 13(03)+3=13(3)+3=1+3=2\frac{1}{3}(0-3)+3=\frac{1}{3}(-3)+3=-1+3=2. Both sides equal 22, so x=0x=0 is correct.

And note: x=0x=0 is a genuine solution, completely different from "no solution." Zero is a number that works.

Practice questions

Which statement correctly describes the solution set of 4(2x1)=8x+54(2x-1)=8x+5?
  1. x=0x=0
  2. x=98x=-\frac{9}{8}
  3. There is no solution.
  4. There are infinitely many solutions.

Answer: There is no solution.

Distribute the left side: 8x4=8x+58x-4=8x+5. Subtracting 8x8x from both sides removes the variable entirely and leaves 4=5-4=5, which is false. Since no value of xx can make a false numerical statement true, the equation has no solution. Both sides have the same coefficient of xx but different constants — graphically, two parallel lines that never meet. The tempting wrong answer is to keep manipulating and report a number, but once xx is gone there is nothing left to solve for.
Solve 72(3x+1)=4x57-2(3x+1)=4x-5 and show the check.

Answer: x=1x=1

Distribute first, carefully with the negative: 2(3x+1)=6x2-2(3x+1)=-6x-2, so the left side is 76x2=56x7-6x-2=5-6x. The equation becomes 56x=4x55-6x=4x-5. Add 6x6x to both sides to collect variables on the right: 5=10x55=10x-5. Add 55 to both sides: 10=10x10=10x, so x=1x=1. Check in the original: the left side is 72(3+1)=78=17-2(3+1)=7-8=-1, and the right side is 45=14-5=-1. They match. Students who write 76x+27-6x+2 in the first step get 96x=4x59-6x=4x-5 and the wrong answer x=1.4x=1.4; the sign of the 2-2 must multiply both terms inside.
Marisol simplifies 3(x2)+5x3(x-2)+5x and 2(4x3)2(4x-3) and finds that the two expressions are equal for every value she tries. Explain algebraically why the equation 3(x2)+5x=2(4x3)3(x-2)+5x=2(4x-3) has infinitely many solutions.

Answer: Both sides simplify to 8x68x-6, so the equation is an identity and every real number is a solution.

Distribute on the left: 3x6+5x3x-6+5x, which combines to 8x68x-6. Distribute on the right: 8x68x-6. The equation is therefore 8x6=8x68x-6=8x-6. Subtracting 8x8x from both sides gives 6=6-6=-6, a statement true no matter what xx is. The two sides were never really different expressions — they were the same expression written in two forms, so the two lines they describe are identical and overlap at every point. The correct answer is stated in words, "infinitely many solutions" or "all real numbers," not as a single number.

FAQ

Does it matter which side I move the variables to?
No — you will get the same answer either way. Moving the smaller variable term is usually easier because it leaves a positive coefficient. For 3x+8=9x43x+8=9x-4, subtracting 3x3x gives 8=6x48=6x-4 and then x=2x=2; subtracting 9x9x gives 6x+8=4-6x+8=-4 and still x=2x=2.
Do I have to clear fractions, or can I just work with them?
You can work with them directly, but multiplying every term by the LCD is faster and produces fewer arithmetic mistakes. Just make sure the LCD hits every single term, including whole numbers, and treat any expression written over a fraction bar as if it were in parentheses.
How can I tell the difference between no solution and infinitely many?
Finish the algebra and look at what remains after the variable cancels. A false statement such as 2=72=7 means no solution. A true statement such as 2=22=2 means infinitely many solutions. A quick preview: if both sides have the same coefficient of xx but different constants, expect no solution; if both sides are identical after simplifying, expect an identity.
Is x=0x=0 the same as having no solution?
No, and confusing the two is a frequent error. x=0x=0 means the equation has exactly one solution and that solution happens to be the number zero. No solution means the variable disappeared and left a false statement, so no number at all makes the equation true. You can verify x=0x=0 by substituting zero back in; you cannot substitute anything into a contradiction.

Learn this with a teacher, not a page

The Crimsora tutor teaches Multi-Step Equations with Variables on Both Sides live — explaining on a whiteboard, asking you questions, and adapting to where you get stuck.