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

Linear Equations in Disguise

Learning goals

  • Clear fractions by multiplying every term by the LCD
  • Multiply through by a power of ten to clear decimals
  • Cross-multiply a proportion, which just scales both sides by bdbd
  • Name the excluded values before solving with a variable denominator
  • Read a cancelled variable as no solution or infinitely many
  • Ask which equation a verdict belongs to after clearing

Clearing the fractions

A fraction in an equation is intimidating only because of its denominator. Remove every denominator at once and what remains is an equation in whole-number pieces you already know how to solve. The tool is the multiplication property of equality from the last lesson: multiplying both sides of an equation by the same nonzero number produces an equivalent equation. Choose that number well and it wipes out all the denominators in a single step.

The number to choose is the least common denominator (LCD) of the fractions in the equation, the smallest number every denominator divides into evenly. Multiply both sides by the LCD, distribute it across every term, and each denominator cancels. Take x2+x3=5\dfrac{x}{2} + \dfrac{x}{3} = 5. The denominators are 22 and 33, so the LCD is 66. Multiply both sides by 66 and hand it to each term:

6x2+6x3=65,3x+2x=30.6 \cdot \frac{x}{2} + 6 \cdot \frac{x}{3} = 6 \cdot 5, \qquad 3x + 2x = 30.

The denominators are gone, and 5x=305x = 30 gives x=6x = 6. The one habit that makes this reliable is carrying the multiplier to every term, on both sides, not just to the fractions. The constant 55 had no denominator, yet it still had to be multiplied by 66, because the property multiplies whole sides, not selected pieces.

Why multiplying by the LCD keeps the same solutions#

Multiplying both sides of an equation L=RL = R by a number mm gives mL=mRmL = mR. As long as m0m \neq 0 this is an equivalent equation, for the same reason every property of equality is reversible. That reversal is a division by that same nonzero mm. Dividing both sides of mL=mRmL = mR by mm returns you to L=RL = R, so neither equation has a solution the other lacks. That is exactly the multiplication property you proved last lesson, now used with mm equal to the LCD.

An LCD is a product of the denominators’ factors, and a denominator is never zero. So the LCD is a nonzero number, and the step is legal and reversible. Why does it clear the fractions? By construction the LCD is a multiple of every denominator, so for each term the denominator divides the LCD exactly and leaves a whole number behind. And because multiplication distributes over addition, multiplying an entire side by the LCD is the same as multiplying each of its terms by the LCD. Put those two facts together and every denominator cancels at once, with nothing left over. That is why one well-chosen multiplication turns a tangle of fractions into a clean whole-number equation.

When a numerator is itself a sum, such as x+1x + 1, keep it wrapped in parentheses as the LCD lands on it. That way the multiplication reaches both terms of the numerator, and any following subtraction reaches both as well.

Worked example 1 Solve x+12x35=2\dfrac{x+1}{2} - \dfrac{x-3}{5} = 2

The denominators are 22 and 55, so the LCD is 1010. Multiply every term by 1010, keeping each numerator in parentheses:

10x+1210x35=102,5(x+1)2(x3)=20.10 \cdot \frac{x+1}{2} - 10 \cdot \frac{x-3}{5} = 10 \cdot 2, \qquad 5(x+1) - 2(x-3) = 20.

Now distribute, and watch the minus sign in front of the second product reach both of its terms:

5x+52x+6=20,3x+11=20.5x + 5 - 2x + 6 = 20, \qquad 3x + 11 = 20.

Subtract 1111, then divide by 33:

3x=9,x=3.3x = 9, \qquad x = 3.

Check in the original equation: 3+12335=420=2\dfrac{3+1}{2} - \dfrac{3-3}{5} = \dfrac{4}{2} - 0 = 2, which matches. The 3-3 turning into +6+6 was the step to guard: treating the subtraction as reaching only the xx would have thrown the constant off.

Clearing denominators by multiplying every term by the LCDThe boxed equation x over 3 plus x over 4 equals 7, an arrow labeled times 12 pointing down, and the result 4x plus 3x equals 84.x/3 + x/4 = 7× 124x + 3x = 84every term is multiplied, both sides
Multiplying both sides by the LCD 12 lands on every term, both sides, turning x over 3 plus x over 4 equals 7 into 4x plus 3x equals 84. Multiplying only some of the terms is the classic error.

Check your understanding

Solve x2+x5=7\dfrac{x}{2} + \dfrac{x}{5} = 7.

Answer choices

Clearing parentheses and decimals

Parentheses are handled by the skill from the expanding lesson: distribute to remove each one, then combine like terms. When groups are nested inside groups, work from the innermost outward, clearing one layer at a time before touching the next. Only after a side is fully simplified do you start moving terms across the equals sign.

Worked example 2 Solve 2(3x(x4))=282\big(3x - (x - 4)\big) = 28

Start with the inner group. Subtracting (x4)(x - 4) flips both of its terms, so 3x(x4)=3xx+4=2x+43x - (x - 4) = 3x - x + 4 = 2x + 4. The equation becomes

2(2x+4)=28.2(2x + 4) = 28.

Distribute the outer 22, then solve the two-step equation that appears:

4x+8=28,4x=20,x=5.4x + 8 = 28, \qquad 4x = 20, \qquad x = 5.

Check in the original: 2(3(5)(54))=2(151)=214=282\big(3(5) - (5 - 4)\big) = 2\big(15 - 1\big) = 2 \cdot 14 = 28. Peeling the inner parentheses first is what kept the signs straight.

Decimals clear the same way, only now the useful multiplier is a power of ten. Multiplying by 1010 shifts every digit one place to the left, so 100.1x=x10 \cdot 0.1x = x and 100.5=510 \cdot 0.5 = 5; one decimal place disappears for each factor of ten. Pick the smallest power of ten that turns every coefficient into a whole number, 1010 when the numbers reach tenths and 100100 when any reaches hundredths. Multiplying both sides by it is again the multiplication property with a nonzero multiplier, so the solution is untouched, and a whole-number equation is left in its place.

Worked example 3 Solve 0.5x0.2=0.1x+10.5x - 0.2 = 0.1x + 1

Every number reaches the tenths place, so multiply both sides by 1010 to clear the decimals:

10(0.5x0.2)=10(0.1x+1),5x2=x+10.10(0.5x - 0.2) = 10(0.1x + 1), \qquad 5x - 2 = x + 10.

Collect the variable on the left by subtracting xx, then finish:

4x2=10,4x=12,x=3.4x - 2 = 10, \qquad 4x = 12, \qquad x = 3.

Check in the original: the left is 0.5(3)0.2=1.50.2=1.30.5(3) - 0.2 = 1.5 - 0.2 = 1.3 and the right is $0.1(3) + 1 = 0.3

  • 1 = 1.3,so, so x = 3$.

Proportions and cross-multiplication

A proportion is an equation stating that two ratios are equal, such as ab=cd\dfrac{a}{b} = \dfrac{c}{d}. You met these in pre-algebra and solved them with a shortcut called cross-multiplication: multiply each numerator by the other side’s denominator to get ad=bcad = bc. That shortcut is not a rule to trust on faith; it is a single application of the moves you already own.

Worked example 4 Solve x6=x+49\dfrac{x}{6} = \dfrac{x+4}{9}

Cross-multiply, sending each numerator across to the opposite denominator:

9x=6(x+4),9x=6x+24.9 \cdot x = 6 \cdot (x + 4), \qquad 9x = 6x + 24.

The result is an ordinary linear equation with the variable on both sides. Subtract 6x6x, then divide by 33:

3x=24,x=8.3x = 24, \qquad x = 8.

Check the proportion at x=8x = 8: the left ratio is 86=43\dfrac{8}{6} = \dfrac{4}{3} and the right ratio is 8+49=129=43\dfrac{8 + 4}{9} = \dfrac{12}{9} = \dfrac{4}{3}. The two ratios agree, so x=8x = 8.

When the variable sits in the denominator

An equation can hide a variable in a denominator, as in 6x=2\dfrac{6}{x} = 2 or x+1x2=3\dfrac{x+1}{x-2} = 3. The plan is unchanged: clear the denominator by multiplying both sides by it, which leaves a linear equation. One extra habit comes with it. Because a denominator can never be zero, first find the excluded values, the values of the variable that would make a denominator zero, and set them aside. Then solve, and at the end confirm your answer is not one of those excluded values.

For 6x=2\dfrac{6}{x} = 2 the only excluded value is x=0x = 0. Multiplying both sides by xx gives 6=2x6 = 2x, so x=3x = 3, and since 33 is not the excluded 00, it is a genuine solution.

Worked example 5 Solve x+1x2=3\dfrac{x+1}{x-2} = 3

The denominator x2x - 2 is zero when x=2x = 2, so record the restriction x2x \neq 2 before doing any algebra. This is already a proportion, x+1x2=31\dfrac{x+1}{x-2} = \dfrac{3}{1}, so cross-multiply:

x+1=3(x2),x+1=3x6.x + 1 = 3(x - 2), \qquad x + 1 = 3x - 6.

Collect the variable and solve:

7=2x,x=72.7 = 2x, \qquad x = \frac{7}{2}.

The excluded value was x=2x = 2, and 72=3.5\dfrac{7}{2} = 3.5 is not 22, so the answer survives the check. Substituting confirms it: 72+1722=9232=93=3\dfrac{\frac{7}{2} + 1}{\frac{7}{2} - 2} = \dfrac{\frac{9}{2}}{\frac{3}{2}} = \dfrac{9}{3} = 3.

The excluded-value check is not a formality. Once in a while the value you solve for is exactly one of the values that was ruled out, and then it has to be thrown away. Consider xx3=3x3\dfrac{x}{x-3} = \dfrac{3}{x-3}, where x=3x = 3 is excluded. Multiplying both sides by x3x - 3 gives x=3x = 3, but that is the forbidden value, so it cannot count as a solution, and the equation in fact has no solution. Rejecting a candidate that lands on an excluded value is a first taste of an idea a later chapter develops in full. For now, simply run the check every time a variable appears in a denominator.

Check your understanding

Solve 10x+1=2\dfrac{10}{x + 1} = 2, given x1x \neq -1.

Answer choices

One solution, no solution, or infinitely many

Almost every equation so far has settled on exactly one solution. The exception was the last one, whose only candidate turned out to be an excluded value. The candidate had to be thrown away, leaving the equation with no solution at all. That failure came from the denominator. There is a second way for an equation to miss having exactly one solution, and it has nothing to do with denominators. Once you clear a linear equation’s disguise and gather the variable on one side and the constants on the other, the variable can cancel completely. What is left is a bare statement about numbers, and that statement tells you which of three cases you are in.

Watch it happen. In 2x+1=2x+32x + 1 = 2x + 3, subtracting 2x2x from both sides removes the variable and leaves

1=3,1 = 3,

which is false. In 2(x+1)=2x+22(x + 1) = 2x + 2, the left side is 2x+22x + 2, and subtracting 2x2x leaves

2=2,2 = 2,

which is true. The first equation demands something impossible, so no value of xx can satisfy it. The second says something that holds no matter what, so every value of xx satisfies it. The next proof explains exactly why the leftover statement is the whole story.

Why a vanished variable settles the number of solutions#

Clear the disguise from a linear equation, multiplying through by nonzero numbers only. Then gather every variable term on one side and every constant on the other, just as in the last lesson. Whatever you began with, the result has the shape

ax=b,ax = b,

where aa is the net coefficient of the variable and bb is the net constant, both definite numbers. Everything now hinges on whether aa is zero.

If a0a \neq 0, you may divide both sides by aa, and the cleared equation has the single solution x=bax = \dfrac{b}{a}. This is the ordinary case: one value and no other.

If a=0a = 0, the variable has vanished, because 0x0 \cdot x equals 00 for every value of xx. The equation now reads 0=b0 = b, with no xx left in it to adjust, so the constant bb decides. When b0b \neq 0, the statement 0=b0 = b is simply false, and no choice of xx can rescue a numeric falsehood, so the equation has no solution. When b=0b = 0, the statement 0=00 = 0 is true for every xx, so every number is a solution and there are infinitely many.

This is why you can read the verdict straight off the leftover numbers the instant the variable cancels. A false line like 1=31 = 3 means the disguise hid a contradiction, true for nothing; a true line like 0=00 = 0 means it hid an identity, true for everything. And if the variable never cancels, the cleared equation names one value and no other. These are the same three kinds of equation you first met in this subject as conditional equations, contradictions, and identities.

Notice what the opening line of this proof was doing. Every step here rewrites one equation as another with exactly the same solutions, and multiplying through by a nonzero number is what buys that. A number like 1212 is not zero once and for all, whatever xx turns out to be. So the multiplication undoes itself by division, and nothing can be gained or lost. Clear a denominator that holds the variable and you have multiplied by something you cannot certify. The reason is that x3x - 3 is a perfectly good nonzero number at almost every value of xx and is zero at one of them. There the step does not undo, and the verdict above is then a verdict about the equation you cleared to, not yet about the one you started with. That gap is exactly what the excluded-value check closes. The same gap is why the equation xx3=3x3\dfrac{x}{x-3} = \dfrac{3}{x-3} earlier in this lesson has no solution, even though its variable survived the clearing and named the single value x=3x = 3.

The three possible outcomes of a linear equationOne solution as a single dot, no solution as a bare line with an empty-set mark, and infinitely many as a fully highlighted line.One solution3x = 9one value worksNo solution1 = 3 (false)no value worksInfinitely many0 = 0 (true)every value works
A linear equation has one of three fates. Left: the variable survives, giving a single value. Middle: it cancels to a false statement, so no value works. Right: it cancels to a true statement, so every value works.

The disguise can make these cases easy to miss, because the cancellation only shows up after you simplify. The next two examples look like ordinary equations until the variable slips away.

Worked example 6 Solve 6x2(x1)=4x+56x - 2(x - 1) = 4x + 5

Distribute the 2-2 on the left and combine like terms:

6x2x+2=4x+5,4x+2=4x+5.6x - 2x + 2 = 4x + 5, \qquad 4x + 2 = 4x + 5.

Both sides carry 4x4x, so subtract 4x4x from both. The variable cancels and leaves

2=5.2 = 5.

This statement is false, and no value of xx can make 22 equal 55, so the equation has no solution. Note the trap: the answer is not x=0x = 0 or x=2x = 2. A cancelled variable with a false remainder means there is no solution at all.

Worked example 7 Solve 5x(x4)=4(x+1)5x - (x - 4) = 4(x + 1)

Clear the parentheses on each side, letting the minus sign reach both terms of x4x - 4:

5xx+4=4x+4,4x+4=4x+4.5x - x + 4 = 4x + 4, \qquad 4x + 4 = 4x + 4.

The two sides are identical. Subtract 4x4x from both and the variable disappears, leaving

4=4,4 = 4,

which is true for every value of xx. The equation is an identity, so every real number is a solution, and there are infinitely many. Written honestly, the solution is “all real numbers,” not a single value.

Check your understanding

How many solutions does 5x+3=5x25x + 3 = 5x - 2 have?

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)

Mathematics went a very long time with no way to write “nothing here”. A collection with no members in it hardly seems to need a name of its own, and for centuries it did without one. You said the problem had no answer, and you stopped.

The symbol for it is not yet a hundred years old. In the 1930s a group of young mathematicians set out to rebuild the whole of their subject from its foundations, one volume at a time. They wanted a mark for a collection holding nothing at all. One of them, André Weil, supplied it. He took the letter Ø from the Norwegian alphabet, which he was the only one of them to know, and \varnothing reached print in 1939.

The shape earns its keep because it is not a zero. Zero is a number, and a collection holding the number zero is not empty; there is something in it. The bare box is a different thing entirely.

That difference is the one this lesson keeps pressing on. When the variable cancels and leaves 2=52 = 5, the answer is not x=0x = 0. Zero fails that equation exactly as every other number fails it, so the honest reply is \varnothing. An equation that cancels to 4=44 = 4 sits at the opposite extreme, its box holding every number there is.