How to Solve Linear Equations with Fractions: Step-by-Step Guide
Knowing how to solve linear equations with fractions is one of the most important skills in algebra — and one of the most mishandled. When fractional coefficients or fractional constants appear in a linear equation, many students freeze up or make sign errors that derail an otherwise correct approach. This guide focuses specifically on linear equations where fractions play a structural role: as coefficients of the variable, as standalone constants, or on both sides of the equation simultaneously. You will learn the denominator-clearing technique that removes all fractions in a single step, see multiple fully worked examples with verification, and discover the exact mistakes that cost students marks most often.
Contents
- 01What Makes a Linear Equation with Fractions Different?
- 02How Do You Clear Denominators to Solve Linear Equations with Fractions?
- 03How Do You Solve Linear Equations with Fractions on Both Sides?
- 04What Are the Most Common Mistakes When Solving Linear Equations with Fractions?
- 05Practice Problems: Can You Solve These Linear Equations with Fractions?
- 06Frequently Asked Questions: Linear Equations with Fractions
What Makes a Linear Equation with Fractions Different?
A linear equation with fractions contains at least one fraction whose numerator or denominator involves a constant — not the variable. Examples: (3/4)x + 2 = 11 (fractional coefficient), x/6 − 5/3 = 1/2 (fractional constant), and (2x − 1)/3 = (x + 4)/5 (fractions on both sides). These are distinct from equations where the variable itself is in the denominator, such as 3/x = 6 — those are rational equations and require a different strategy. In a linear equation with fractions, x always stays in the numerator; the fractions are simply the way the coefficients or constants are expressed. The goal is identical to any linear equation: isolate x. The challenge is executing the arithmetic cleanly, and the solution is the LCD (least common denominator) clearing technique.
A linear equation with fractions has x in the numerator only. The fractions are coefficients or constants — not barriers to solving, just notation to clear.
How Do You Clear Denominators to Solve Linear Equations with Fractions?
The most reliable approach when learning how to solve linear equations with fractions is to eliminate all fractions before you begin isolating x. You do this by multiplying every term on both sides of the equation by the least common denominator of all fractions present. This is called the LCD method. After this single multiplication, every fraction disappears and the equation becomes a standard integer linear equation. The three steps below apply to any linear equation with fractions, regardless of how many fractions appear.
1. Step 1: Identify all denominators and find their LCD
List every denominator that appears in the equation. For (2/3)x − 5/6 = 1/2, the denominators are 3, 6, and 2. To find the LCD, list multiples of each: multiples of 6 include 6, 12, 18 — and 6 is already divisible by both 3 and 2. LCD = 6.
2. Step 2: Multiply every term on both sides by the LCD
Multiply each term — including constants and terms without fractions — by the LCD. For (2/3)x − 5/6 = 1/2, multiply every term by 6: 6 × (2/3)x = 4x 6 × (−5/6) = −5 6 × (1/2) = 3 Result: 4x − 5 = 3 Every fraction is now cleared. Do not skip any term — missing one leaves a fraction in the equation.
3. Step 3: Solve the resulting integer equation
4x − 5 = 3 Add 5 to both sides: 4x = 8 Divide both sides by 4: x = 2 The equation is now a standard two-step linear equation. The fraction-clearing step does not change the solution — it only changes the notation.
4. Step 4: Check by substituting back into the original
Substitute x = 2 into (2/3)x − 5/6 = 1/2: (2/3)(2) − 5/6 = 4/3 − 5/6 = 8/6 − 5/6 = 3/6 = 1/2 ✓ Always check in the original equation with fractions intact — this catches both algebraic and arithmetic errors.
Multiply every term on both sides by the LCD. One multiplication clears every fraction simultaneously and leaves a clean integer equation.
How Do You Solve Linear Equations with Fractions on Both Sides?
When fractions appear on both sides of the equation, the LCD method still applies — you just need to account for all denominators from both sides when computing the LCD. The additional step is collecting variable terms on one side and constant terms on the other after clearing. Here are three fully worked examples covering the main problem types you will encounter when you need to solve linear equations with fractions on both sides.
1. Example 1: (x/4) + 1/2 = (x/6) + 5/3
Denominators: 4, 2, 6, 3. LCD = 12. Multiply every term by 12: 12(x/4) + 12(1/2) = 12(x/6) + 12(5/3) 3x + 6 = 2x + 20 Subtract 2x from both sides: x + 6 = 20 Subtract 6: x = 14 Check: (14/4) + 1/2 = 3.5 + 0.5 = 4; (14/6) + 5/3 = 7/3 + 5/3 = 12/3 = 4 ✓
2. Example 2: (2x − 1)/3 = (x + 4)/5
Denominators: 3 and 5. LCD = 15. Multiply every term by 15: 15 × (2x − 1)/3 = 15 × (x + 4)/5 5(2x − 1) = 3(x + 4) 10x − 5 = 3x + 12 Subtract 3x: 7x − 5 = 12 Add 5: 7x = 17 Divide by 7: x = 17/7 Check: (2 × 17/7 − 1)/3 = (34/7 − 7/7)/3 = (27/7)/3 = 27/21 = 9/7; (17/7 + 4)/5 = (17/7 + 28/7)/5 = (45/7)/5 = 45/35 = 9/7 ✓
3. Example 3: (3/4)x + 7 = (1/2)x + 10
Denominators: 4 and 2. LCD = 4. Multiply every term by 4: 4 × (3/4)x + 4 × 7 = 4 × (1/2)x + 4 × 10 3x + 28 = 2x + 40 Subtract 2x: x + 28 = 40 Subtract 28: x = 12 Check: (3/4)(12) + 7 = 9 + 7 = 16; (1/2)(12) + 10 = 6 + 10 = 16 ✓ Note: when the fraction coefficient has a large denominator such as 4, the LCD step doubles as a way to avoid cumbersome fraction arithmetic at every subsequent step.
4. Example 4: (5x + 2)/6 − (x − 1)/4 = 2
Denominators: 6 and 4. LCD = 12. Multiply every term by 12: 12 × (5x + 2)/6 − 12 × (x − 1)/4 = 12 × 2 2(5x + 2) − 3(x − 1) = 24 10x + 4 − 3x + 3 = 24 7x + 7 = 24 7x = 17 x = 17/7 Check: (5 × 17/7 + 2)/6 − (17/7 − 1)/4 = (85/7 + 14/7)/6 − (17/7 − 7/7)/4 = (99/7)/6 − (10/7)/4 = 99/42 − 10/28 = 33/14 − 5/14 = 28/14 = 2 ✓
When you solve linear equations with fractions on both sides, compute one LCD from all denominators across the entire equation, then multiply every term by it.
What Are the Most Common Mistakes When Solving Linear Equations with Fractions?
Most errors in solving linear equations with fractions are not conceptual — they are procedural. Knowing what can go wrong at each step is more useful than a vague reminder to be careful. The five mistakes below account for the majority of wrong answers students produce on algebra tests involving fraction equations.
1. Mistake 1: Not multiplying every term by the LCD
In (x/3) + 4 = 7, multiplying only the fraction term by 3 gives x + 4 = 7, which is wrong. The correct result is x + 12 = 21. Every term — including constants and any integer terms — must be multiplied by the LCD. Constants that appear to have no denominator actually have a denominator of 1, so multiplying them by the LCD simply scales them: 3 × 4 = 12 and 3 × 7 = 21.
2. Mistake 2: Computing the wrong LCD
For denominators 4 and 6, the LCD is 12, not 24. Using 24 still works mathematically but produces larger numbers that are harder to simplify — and larger numbers mean more arithmetic errors. To find the LCD efficiently: list multiples of the larger denominator (6, 12, 18, ...) and stop at the first one divisible by all other denominators. For 4 and 6: is 6 divisible by 4? No. Is 12 divisible by 4? Yes. LCD = 12.
3. Mistake 3: Losing negative signs when distributing after the LCD step
After multiplying by the LCD, you often need to distribute across parentheses. In 3(2x − 5), the product is 6x − 15, not 6x − 5. For a negative multiplier, 5(x + 2)/6 becomes 5(x + 2) after multiplying by 6, giving 5x + 10 — not 5x + 2. Always distribute completely and check the sign of every product before moving on.
4. Mistake 4: Checking the answer in a simplified equation rather than the original
After clearing fractions, you solve an integer equation. If you check x by substituting into that simplified equation rather than the original fraction equation, you are not truly verifying the solution — you are just confirming your integer arithmetic, not the fraction clearing step. Always substitute back into the original equation with all fractions present. A fraction-clearing error (like missing a term) will only show up in the original.
5. Mistake 5: Treating fractional coefficients as fractions to add
In (2/3)x + (1/4)x = 5, some students try to add x to x and get (3/7)x = 5, treating the numerators and denominators as separate fractions to add. The correct approach: find a common denominator and add the fractions properly. LCD of 3 and 4 is 12: (2/3)x = (8/12)x, (1/4)x = (3/12)x. Sum: (11/12)x = 5. Or use the LCD method on the whole equation: multiply every term by 12 to get 8x + 3x = 60, so 11x = 60 and x = 60/11.
Practice Problems: Can You Solve These Linear Equations with Fractions?
Work through each problem before reading the solution. They range from a single fractional coefficient to equations with fractions on both sides — covering the full spectrum of difficulty involved in how to solve linear equations with fractions on algebra quizzes and tests. Each solution includes a verification step.
1. Problem 1 (Starter): (5/8)x − 3 = 7
Method: Multiply every term by 8. 8 × (5/8)x − 8 × 3 = 8 × 7 5x − 24 = 56 5x = 80 x = 16 Check: (5/8)(16) − 3 = 10 − 3 = 7 ✓
2. Problem 2 (Starter): x/3 + x/5 = 16
Denominators: 3 and 5. LCD = 15. 15(x/3) + 15(x/5) = 15 × 16 5x + 3x = 240 8x = 240 x = 30 Check: 30/3 + 30/5 = 10 + 6 = 16 ✓
3. Problem 3 (Medium): (3x − 4)/2 − (x + 1)/3 = 5
Denominators: 2 and 3. LCD = 6. 6(3x − 4)/2 − 6(x + 1)/3 = 6 × 5 3(3x − 4) − 2(x + 1) = 30 9x − 12 − 2x − 2 = 30 7x − 14 = 30 7x = 44 x = 44/7 Check: (3 × 44/7 − 4)/2 − (44/7 + 1)/3 = (132/7 − 28/7)/2 − (44/7 + 7/7)/3 = (104/7)/2 − (51/7)/3 = 52/7 − 17/7 = 35/7 = 5 ✓
4. Problem 4 (Medium): (x + 2)/4 = (x − 1)/6 + 1
Denominators: 4 and 6. LCD = 12. 12(x + 2)/4 = 12(x − 1)/6 + 12 × 1 3(x + 2) = 2(x − 1) + 12 3x + 6 = 2x − 2 + 12 3x + 6 = 2x + 10 x = 4 Check: (4 + 2)/4 = 6/4 = 3/2; (4 − 1)/6 + 1 = 3/6 + 1 = 1/2 + 1 = 3/2 ✓
5. Problem 5 (Challenge): (2/5)x + (3/4) = (1/2)x − (1/10)
Denominators: 5, 4, 2, 10. LCD = 20. 20 × (2/5)x + 20 × (3/4) = 20 × (1/2)x − 20 × (1/10) 8x + 15 = 10x − 2 15 + 2 = 10x − 8x 17 = 2x x = 17/2 Check: (2/5)(17/2) + 3/4 = 17/5 + 3/4 = 68/20 + 15/20 = 83/20; (1/2)(17/2) − 1/10 = 17/4 − 1/10 = 85/20 − 2/20 = 83/20 ✓
If your answer is a fraction like 44/7 or 17/2, that is perfectly valid. Only convert to a decimal if the problem asks for it — premature rounding introduces errors.
Frequently Asked Questions: Linear Equations with Fractions
These are the questions students most often ask when they first learn how to solve linear equations with fractions. The answers below address the specific situations that cause the most confusion.
1. Do I always need to clear fractions, or can I solve step by step with fractions in place?
You can solve without clearing fractions — it is not mandatory. For a simple equation like (3/4)x = 9, multiplying both sides by 4/3 directly gives x = 12 in one step. But as soon as there are multiple fractions or a fraction on each side, clearing the denominators first is almost always faster and produces fewer arithmetic errors. The LCD method is the professional approach for multi-fraction equations.
2. What if the LCD clears the fractions but the answer is still a fraction?
That is completely normal. Clearing denominators removes fractions from the coefficients and constants in the equation, but the solution x itself may still be a fraction. For example, 7x = 17 gives x = 17/7, and no integer simplification exists. A fractional answer is not a sign that you made an error — check by substituting back into the original equation to confirm.
3. How do I find the LCD quickly when solving linear equations with fractions?
List the denominators and find the smallest number that every denominator divides evenly into. For denominators 4, 6, and 8: check multiples of 8 — is 8 divisible by 4? Yes. Is 8 divisible by 6? No. Is 16 divisible by 6? No. Is 24 divisible by 4 and 6? Yes. LCD = 24. For prime denominators (3 and 7), the LCD is always their product: 21. For denominators with a common factor, the LCD is smaller than their product — always reduce before computing.
4. Why does multiplying both sides by the LCD not change the solution?
An equation is a balanced scale. Multiplying both sides by the same non-zero number keeps both sides equal and changes nothing about which value of x makes the equation true — it only rescales both sides identically. This is the multiplicative property of equality: if a = b, then ka = kb for any k ≠ 0. The LCD is just a particularly useful choice of k because it eliminates fractions.
5. What is the difference between solving linear equations with fractions and solving rational equations?
In a linear equation with fractions, x appears only in numerators — the fractions are just a notation for the coefficients or constants. Examples: (3/4)x + 1 = 5, or (2x + 1)/3 = 4. In a rational equation, x appears in the denominator of at least one fraction, such as 3/x + 1 = 7 or 1/(x − 2) = 4. Rational equations are non-linear in x and require extra steps (like checking for extraneous solutions) that linear fraction equations do not. If x is only in numerators, you have a linear equation with fractions and the LCD method applies directly.
Related Articles
How to Solve Linear Equations: Complete Step-by-Step Guide
Master every category of linear equation — one-step, two-step, multi-step, and word problems — with fully worked examples and verification steps.
How to Solve Two-Step Equations with Fractions
Focused guide to two-step equations where fractions appear as coefficients, with both the direct reciprocal method and the LCD-clearing method explained.
How to Solve Inequalities with Fractions
Apply the same denominator-clearing strategy to inequalities with fractions — including the critical sign-flip rule when dividing by a negative number.
Related Math Solvers
Step-by-Step Solutions
Get detailed explanations for every step, not just the final answer.
Smart Scan Solver
Snap a photo of any math problem and get an instant step-by-step solution.
AI Math Tutor
Ask follow-up questions and get personalized explanations 24/7.
Related Subjects
Linear Equation Practice Problems
30+ linear equation problems sorted by difficulty, each with complete step-by-step solutions — including fraction equation types.
Solving Linear Equations Calculator
Learn how to use a step-by-step linear equation calculator to verify your fraction equation solutions instantly.
Algebra Help
Complete guide to solving algebraic formulas, equations, and expressions across all difficulty levels.
