M8MATH-4.3

Equations with Rational Coefficients

Solve linear equations with fraction and decimal coefficients using LCD method or decimal operations, then verify solutions.

What you'll do in this lesson

A voice-first session with the Crimsora tutor on Equations with Rational Coefficients, then targeted practice and FRQs — with the tutor adapting to where you get stuck.

What this lesson covers

Linear equations aren't always written with whole numbers. In real situations — cooking, construction, physics — you often work with fractions and decimals. This lesson teaches you two reliable methods to handle equations like (23)x+12=16x2(\frac{2}{3})x + \frac{1}{2} = \frac{1}{6}x - 2 or 0.5x+1.2=0.2x+30.5x + 1.2 = 0.2x + 3. Once you learn to clear fractions or work directly with decimals, you can solve these equations using the same steps you already know.

Clearing Fractions Using the Least Common Denominator

When an equation contains fractions, multiply every single term by the least common denominator (LCD) of all the fractions. This clears the fractions in one step and gives you an equivalent equation with whole-number coefficients.

Consider (23)x+12=16x2(\frac{2}{3})x + \frac{1}{2} = \frac{1}{6}x - 2. The denominators are 3, 2, 6, and 1. The LCD is 6. Multiply every term by 6:623x+612=616x626 \cdot \frac{2}{3}x + 6 \cdot \frac{1}{2} = 6 \cdot \frac{1}{6}x - 6 \cdot 2Simplify each term:4x+3=x124x + 3 = x - 12Now solve using standard steps: subtract xx from both sides to get 3x+3=123x + 3 = -12, subtract 3 to get 3x=153x = -15, divide by 3 to get x=5x = -5.

The key insight: multiplying every term by the LCD does not change the equation's solution. It just rewrites it in a simpler form. Always multiply all terms, including constants on the right side — a common mistake is forgetting to multiply the terms without fractions.

Working Directly with Decimals

Some equations use decimals instead of fractions. You can clear decimals by multiplying every term by an appropriate power of 10, or you can solve the equation as written if you are comfortable with decimal arithmetic.

For 0.5x+1.2=0.2x+30.5x + 1.2 = 0.2x + 3: All decimals have at most one place, so multiply every term by 10 to shift to whole numbers:10(0.5x)+10(1.2)=10(0.2x)+10(3)10(0.5x) + 10(1.2) = 10(0.2x) + 10(3)5x+12=2x+305x + 12 = 2x + 30Now subtract 2x2x from both sides: 3x+12=303x + 12 = 30. Subtract 12: 3x=183x = 18. Divide by 3: x=6x = 6.

Alternatively, you can work with decimals directly. Subtract 0.2x0.2x from both sides of 0.5x+1.2=0.2x+30.5x + 1.2 = 0.2x + 3 to get 0.3x+1.2=30.3x + 1.2 = 3. Subtract 1.2 to get 0.3x=1.80.3x = 1.8. Divide both sides by 0.3 to get x=6x = 6. Both methods work; choose whichever feels more secure to you.

Checking Your Solution by Substitution

Always check your answer by substituting it back into the original equation. This catches arithmetic mistakes and confirms your solution is correct.

For (23)x+12=16x2(\frac{2}{3})x + \frac{1}{2} = \frac{1}{6}x - 2 with x=5x = -5:

Left side: (23)(5)+12=103+12=206+36=176(\frac{2}{3})(-5) + \frac{1}{2} = -\frac{10}{3} + \frac{1}{2} = -\frac{20}{6} + \frac{3}{6} = -\frac{17}{6}

Right side: 16(5)2=56126=176\frac{1}{6}(-5) - 2 = -\frac{5}{6} - \frac{12}{6} = -\frac{17}{6}

Both sides equal 176-\frac{17}{6}, so x=5x = -5 is correct.

For 0.5x+1.2=0.2x+30.5x + 1.2 = 0.2x + 3 with x=6x = 6:

Left side: 0.5(6)+1.2=3+1.2=4.20.5(6) + 1.2 = 3 + 1.2 = 4.2

Right side: 0.2(6)+3=1.2+3=4.20.2(6) + 3 = 1.2 + 3 = 4.2

Both sides equal 4.2, confirming x=6x = 6.

Common Mistakes to Avoid

Forgetting to multiply all terms: When clearing fractions, you must multiply every term in the equation, even constants and terms on the right side. Multiplying only the terms with variables leaves the equation unbalanced.

Misidentifying the LCD: Make sure to find the least common denominator of all fractions in the equation, not just some of them. If you have denominators 4, 6, and 2, the LCD is 12, not 4 or 6.

Decimal place errors: When multiplying decimals by powers of 10, be careful with place value. Multiplying 0.25 by 100 gives 25, not 2.5. Count the decimal places in your original problem to decide whether to multiply by 10, 100, 1000, and so on.

Skipping the check: Substituting your answer into the original equation takes a minute and catches errors. It is always worth doing.

Key terms

Least Common Denominator (LCD).
The smallest positive integer that is a multiple of all the denominators in an equation or expression.
Clearing Fractions.
Multiplying every term in an equation by the LCD to eliminate fraction coefficients and create an equivalent equation with whole-number coefficients.
Equivalent Equations.
Two equations that have the same solution or solutions; multiplying all terms by the same nonzero number produces an equivalent equation.
Rational Coefficient.
A coefficient that is a rational number—a fraction or decimal, or any number that can be written as a ratio of integers.
Substitution Check.
The process of replacing a variable with a proposed solution value to verify that both sides of the equation are equal.

Worked example

Solve (14)x3=12x5(\frac{1}{4})x - 3 = \frac{1}{2}x - 5 and check your solution.
First, identify all the denominators: 4, 2, and 1 (the constant terms). The LCD is 4. Multiply every term by 4:414x43=412x454 \cdot \frac{1}{4}x - 4 \cdot 3 = 4 \cdot \frac{1}{2}x - 4 \cdot 5Simplify:x12=2x20x - 12 = 2x - 20Now solve using standard steps. Subtract xx from both sides:12=x20-12 = x - 20Add 20 to both sides:8=x8 = xSo x=8x = 8. Now check by substituting into the original equation.

Left side: (14)(8)3=23=1(\frac{1}{4})(8) - 3 = 2 - 3 = -1

Right side: 12(8)5=45=1\frac{1}{2}(8) - 5 = 4 - 5 = -1

Both sides equal 1-1, so x=8x = 8 is correct.

Practice questions

Solve (35)x+2=(15)x+6(\frac{3}{5})x + 2 = (\frac{1}{5})x + 6.

Answer: x=10x = 10

Identify the LCD of the denominators 5 and 1: it is 5. Multiply every term by 5: 5(35)x+52=5(15)x+565 \cdot (\frac{3}{5})x + 5 \cdot 2 = 5 \cdot (\frac{1}{5})x + 5 \cdot 6, which gives 3x+10=x+303x + 10 = x + 30. Subtract xx from both sides: 2x+10=302x + 10 = 30. Subtract 10: 2x=202x = 20. Divide by 2: x=10x = 10. Check: left side is (35)(10)+2=6+2=8(\frac{3}{5})(10) + 2 = 6 + 2 = 8; right side is (15)(10)+6=2+6=8(\frac{1}{5})(10) + 6 = 2 + 6 = 8. Both sides equal 8, so the solution is correct.
Solve 0.3x+0.4=0.1x+1.20.3x + 0.4 = 0.1x + 1.2 by clearing decimals, then verify your answer.

Answer: x=4x = 4

All decimals have one decimal place, so multiply every term by 10: 10(0.3x)+10(0.4)=10(0.1x)+10(1.2)10(0.3x) + 10(0.4) = 10(0.1x) + 10(1.2), which simplifies to 3x+4=x+123x + 4 = x + 12. Subtract xx from both sides: 2x+4=122x + 4 = 12. Subtract 4: 2x=82x = 8. Divide by 2: x=4x = 4. Verify by substituting into the original equation: left side is 0.3(4)+0.4=1.2+0.4=1.60.3(4) + 0.4 = 1.2 + 0.4 = 1.6; right side is 0.1(4)+1.2=0.4+1.2=1.60.1(4) + 1.2 = 0.4 + 1.2 = 1.6. Both sides equal 1.6, confirming the solution.
Solve (23)x16=(13)x+56(\frac{2}{3})x - \frac{1}{6} = (\frac{1}{3})x + \frac{5}{6}. What is the value of xx?
  1. x=1x = 1
  2. x=2x = 2
  3. x=3x = 3
  4. x=52x = \frac{5}{2}

Answer: x=3x = 3

Find the LCD of denominators 3, 6, and 1, which is 6. Multiply every term by 6: 6(23)x616=6(13)x+6566 \cdot (\frac{2}{3})x - 6 \cdot \frac{1}{6} = 6 \cdot (\frac{1}{3})x + 6 \cdot \frac{5}{6}, giving 4x1=2x+54x - 1 = 2x + 5. Subtract 2x2x: 2x1=52x - 1 = 5. Add 1: 2x=62x = 6. Divide by 2: x=3x = 3. Check: left side is (23)(3)16=216=116(\frac{2}{3})(3) - \frac{1}{6} = 2 - \frac{1}{6} = \frac{11}{6}; right side is (13)(3)+56=1+56=116(\frac{1}{3})(3) + \frac{5}{6} = 1 + \frac{5}{6} = \frac{11}{6}. The solution is x=3x = 3.

FAQ

What is the LCD and how do I find it?
The least common denominator is the smallest positive integer that is a multiple of all denominators in your equation. To find it, list the multiples of each denominator and pick the smallest one that appears in all lists. For example, for denominators 4 and 6, the multiples of 4 are 4, 8, 12, 16, ... and the multiples of 6 are 6, 12, 18, .... The LCD is 12. You can also use prime factorization: 4 = 2² and 6 = 2 × 3, so the LCD is 2² × 3 = 12.
Do I have to clear fractions, or can I just solve with fractions in the equation?
You can do either. Clearing fractions by multiplying by the LCD gives you whole-number coefficients and is often easier to work with. But if you are confident with fraction arithmetic, you can solve directly without clearing. Both approaches will give the same answer if done correctly. Choose whichever method feels more comfortable.
Why do I have to check my solution?
Checking catches arithmetic mistakes before you turn in your work. Substituting your answer back into the original equation is fast and confirms that both sides are equal. If they are not equal, you know you made an error somewhere and need to redo the work. It is also good practice for building confidence in your answers.
What if I multiply by the wrong power of 10 when clearing decimals?
If you multiply by the wrong power of 10, you will not fully clear the decimals. For example, if your equation has 0.25 and you multiply by only 10 instead of 100, you get 2.5 instead of 25. Count the maximum number of decimal places in your equation. If the greatest number of places is two (like in 0.35 or 1.05), multiply by 100. If it is one (like 0.5 or 3.2), multiply by 10. If it is three, multiply by 1000.

Learn this with a teacher, not a page

The Crimsora tutor teaches Equations with Rational Coefficients live — explaining on a whiteboard, asking you questions, and adapting to where you get stuck.