Skip to main content

How to Solve Equations with Fractions

Grade: 7-8 | Topic: Algebra

What You Will Learn

After this lesson you will be able to solve linear equations that contain fractions. You will master the "clear the fractions" technique using the Least Common Denominator (LCD), handle equations with fraction coefficients, and know when cross-multiplication is a shortcut. These skills combine your fraction knowledge with your equation-solving abilities.

Theory

Why fractions make equations harder

Fractions do not change the rules of solving equations — you still use inverse operations and keep both sides balanced. However, fractions introduce extra arithmetic that can lead to mistakes. The most reliable strategy is to eliminate the fractions first, then solve the resulting whole-number equation.

The LCD method — clearing fractions

The fastest way to remove fractions from an equation is to multiply every term by the Least Common Denominator (LCD) of all the fractions in the equation.

Given an equation like:

x3+25=715\frac{x}{3} + \frac{2}{5} = \frac{7}{15}

  1. Find the LCD of all denominators (3, 5, and 15). The LCD is 15.
  2. Multiply every term on both sides by 15:

15x3+1525=1571515 \cdot \frac{x}{3} + 15 \cdot \frac{2}{5} = 15 \cdot \frac{7}{15}

5x+6=75x + 6 = 7

  1. Now solve the whole-number equation using standard methods.

When to use cross-multiplication

If the equation is a proportion — one fraction equals another fraction — you can use cross-multiplication as a shortcut:

ab=cd    a×d=b×c\frac{a}{b} = \frac{c}{d} \implies a \times d = b \times c

This only works when each side is a single fraction. For equations like x3+2=x5\frac{x}{3} + 2 = \frac{x}{5}, you must use the LCD method.

Equations with fraction coefficients

Sometimes the fraction multiplies the variable directly, like 23x=10\frac{2}{3}x = 10. To isolate xx, multiply both sides by the reciprocal of the fraction coefficient:

23x=10    x=10×32=15\frac{2}{3}x = 10 \implies x = 10 \times \frac{3}{2} = 15

The reciprocal of 23\frac{2}{3} is 32\frac{3}{2}. Multiplying a fraction by its reciprocal always gives 1, which isolates xx.

Worked Examples

Example 1: Simple equation with one fraction (easy)

Problem: Solve x4+3=7\dfrac{x}{4} + 3 = 7

Step 1: Subtract 3 from both sides.

x4=4\frac{x}{4} = 4

Step 2: Multiply both sides by 4.

x=16x = 16

Answer: x=16x = 16

Check: 164+3=4+3=7\frac{16}{4} + 3 = 4 + 3 = 7

Example 2: Equation with two fractions — LCD method (medium)

Problem: Solve x2+x3=10\dfrac{x}{2} + \dfrac{x}{3} = 10

Step 1: Find the LCD of 2 and 3. The LCD is 6.

Step 2: Multiply every term by 6.

6x2+6x3=6106 \cdot \frac{x}{2} + 6 \cdot \frac{x}{3} = 6 \cdot 10

3x+2x=603x + 2x = 60

Step 3: Combine like terms.

5x=605x = 60

Step 4: Divide both sides by 5.

x=12x = 12

Answer: x=12x = 12

Check: 122+123=6+4=10\frac{12}{2} + \frac{12}{3} = 6 + 4 = 10

Example 3: Proportion — cross-multiplication (medium)

Problem: Solve x+14=32\dfrac{x + 1}{4} = \dfrac{3}{2}

Step 1: Cross-multiply (each side is a single fraction).

(x+1)×2=4×3(x + 1) \times 2 = 4 \times 3

2(x+1)=122(x + 1) = 12

Step 2: Distribute the 2.

2x+2=122x + 2 = 12

Step 3: Subtract 2 from both sides.

2x=102x = 10

Step 4: Divide both sides by 2.

x=5x = 5

Answer: x=5x = 5

Check: 5+14=64=32\frac{5 + 1}{4} = \frac{6}{4} = \frac{3}{2}

Example 4: Fraction coefficient (medium)

Problem: Solve 35x6=9\dfrac{3}{5}x - 6 = 9

Step 1: Add 6 to both sides.

35x=15\frac{3}{5}x = 15

Step 2: Multiply both sides by the reciprocal 53\frac{5}{3}.

x=15×53=753=25x = 15 \times \frac{5}{3} = \frac{75}{3} = 25

Answer: x=25x = 25

Check: 35(25)6=156=9\frac{3}{5}(25) - 6 = 15 - 6 = 9

Example 5: Multiple fractions on both sides (challenging)

Problem: Solve 2x314=x6+512\dfrac{2x}{3} - \dfrac{1}{4} = \dfrac{x}{6} + \dfrac{5}{12}

Step 1: Find the LCD of 3, 4, 6, and 12. The LCD is 12.

Step 2: Multiply every term by 12.

122x31214=12x6+1251212 \cdot \frac{2x}{3} - 12 \cdot \frac{1}{4} = 12 \cdot \frac{x}{6} + 12 \cdot \frac{5}{12}

8x3=2x+58x - 3 = 2x + 5

Step 3: Subtract 2x2x from both sides.

6x3=56x - 3 = 5

Step 4: Add 3 to both sides.

6x=86x = 8

Step 5: Divide both sides by 6.

x=86=43x = \frac{8}{6} = \frac{4}{3}

Answer: x=43x = \dfrac{4}{3}

Check: 243314=8914=3236936=2336\frac{2 \cdot \frac{4}{3}}{3} - \frac{1}{4} = \frac{8}{9} - \frac{1}{4} = \frac{32}{36} - \frac{9}{36} = \frac{23}{36}. And 436+512=418+512=836+1536=2336\frac{\frac{4}{3}}{6} + \frac{5}{12} = \frac{4}{18} + \frac{5}{12} = \frac{8}{36} + \frac{15}{36} = \frac{23}{36}

Common Mistakes

Mistake 1: Multiplying only some terms by the LCD

x2+3=x4    x+3=x4\frac{x}{2} + 3 = \frac{x}{4} \implies x + 3 = \frac{x}{4} (only multiplied the first term by 2)

✅ Multiply every term by the LCD (which is 4): 2x+12=x2x + 12 = x

Why this matters: Every single term — including whole numbers — must be multiplied by the LCD. Missing even one term produces a completely different (and wrong) equation.

Mistake 2: Using cross-multiplication when it does not apply

x3+2=56\frac{x}{3} + 2 = \frac{5}{6} ... then cross-multiplying x×6=3×5x \times 6 = 3 \times 5

✅ This is not a proportion (the left side has two terms). Use the LCD method: multiply everything by 6 to get 2x+12=52x + 12 = 5.

Why this matters: Cross-multiplication only works when each side is a single fraction. If either side has an addition or subtraction outside a fraction, you must use the LCD approach.

Mistake 3: Forgetting to simplify the final fraction

x=86x = \frac{8}{6} (left unsimplified)

x=86=43x = \frac{8}{6} = \frac{4}{3}

Why this matters: Answers should always be in simplest form. Divide numerator and denominator by their GCD.

Practice Problems

Try these on your own before checking the answers:

  1. x52=6\dfrac{x}{5} - 2 = 6
  2. x3+x4=7\dfrac{x}{3} + \dfrac{x}{4} = 7
  3. 2x+13=53\dfrac{2x + 1}{3} = \dfrac{5}{3}
  4. 34x+5=14\dfrac{3}{4}x + 5 = 14
  5. x2x5=6\dfrac{x}{2} - \dfrac{x}{5} = 6
Click to see answers
  1. x=40x = 40 — Add 2: x5=8\frac{x}{5} = 8, multiply by 5: x=40x = 40.
  2. x=12x = 12 — LCD is 12: 4x+3x=844x + 3x = 84, so 7x=847x = 84, x=12x = 12.
  3. x=2x = 2 — Multiply by 3: 2x+1=52x + 1 = 5, subtract 1: 2x=42x = 4, x=2x = 2.
  4. x=12x = 12 — Subtract 5: 34x=9\frac{3}{4}x = 9, multiply by 43\frac{4}{3}: x=12x = 12.
  5. x=20x = 20 — LCD is 10: 5x2x=605x - 2x = 60, so 3x=603x = 60, x=20x = 20.

Summary

  • To solve equations with fractions, multiply every term by the LCD to clear all fractions at once.
  • Cross-multiplication is a shortcut that works only when the equation is a proportion (one fraction = one fraction).
  • For fraction coefficients like 23x\frac{2}{3}x, multiply by the reciprocal to isolate xx.
  • Always multiply every term by the LCD, including whole numbers.
  • Simplify your final answer and check it in the original equation.

Need help with fraction equations?

Take a photo of your math problem and MathPal will solve it step by step.

Open MathPal