Multiply the full numerator and denominator by the least common denominator of the inner fractions, then simplify to one fraction.
Complex fractions can feel like a prank the first time you see them. A fraction inside a fraction inside a fraction? It looks like a lot, but it’s still one idea: you’re dividing one rational number by another. Your job is to clear the inner denominators so the stack turns into a single fraction you can reduce.
This page shows two ways to clear a stacked fraction: the LCD method and the reciprocal rewrite. You’ll see steps and examples you can copy now.
What Makes A Fraction “Complex”
A complex fraction is a fraction where the numerator, the denominator, or both contain another fraction. You might see it as a “stacked” fraction, or written with a big division line and smaller division lines inside.
Here are a few common shapes. Each one is the same type of object: a ratio.
(3/4) / (5/6)(1/2 + 3/5) / (7/10)(x/3) / (2/5)
Solve Complex Fractions Using The LCD Method
Use this when a stack has several denominators or sums. Multiply top and bottom by the LCD so the inner fractions cancel.
Step 1: Mark The Main Division Bar
Identify the main fraction bar. Put parentheses around any multi-term numerator or denominator.
Step 2: List Each Denominator Inside
List the small denominators that appear inside the top or bottom of the big fraction.
Step 3: Find The Least Common Denominator
Find the least common multiple of the denominators you listed. That number (or factored expression) is your LCD.
Step 4: Multiply Through And Cancel
Multiply the full numerator and full denominator by the LCD. Cancel common factors as you go.
Step 5: Reduce And Check
Reduce the final fraction. Do a rough estimate to see if the size makes sense.
Worked Example: A Single Fraction Over A Single Fraction
Simplify (3/4) / (5/6).
- Small denominators are 4 and 6, so the LCD is 12.
- Multiply top and bottom by 12:
12*(3/4) / 12*(5/6). - Cancel:
12*(3/4) = 3*3 = 9and12*(5/6) = 2*5 = 10. - Now the stack is gone:
9/10.
Worked Example: Sums Inside The Numerator
Simplify (1/2 + 3/5) / (7/10).
- Small denominators are 2, 5, and 10, so the LCD is 10.
- Multiply the full numerator by 10:
10*(1/2 + 3/5). Distribute:10*(1/2) + 10*(3/5) = 5 + 6 = 11. - Multiply the full denominator by 10:
10*(7/10) = 7. - You now have
11/7, already reduced.
Another Way: Rewrite The Stack As Division
Sometimes the LCD feels like extra work. If the numerator and denominator each contain a single fraction, you can treat the main bar as a division sign, then multiply by the reciprocal.
That idea is taught in many textbooks. OpenStax summarizes it as “rewrite the complex fraction as a division problem” and then apply fraction-division steps in its OpenStax 4.3 section on complex fractions.
Example: One Fraction In The Numerator And One In The Denominator
Simplify (x/3) / (2/5).
- Rewrite the main bar as division:
(x/3) ÷ (2/5). - Multiply by the reciprocal:
(x/3) * (5/2). - Multiply and reduce:
5x/6.
This method stays clean when each part is a single fraction. With plus or minus signs inside the top or bottom, use the LCD method.
Common Complex Fraction Shapes And First Moves
If you can name the shape you’re staring at, the first move becomes obvious. The table below gives a “pattern to action” map you can use at your desk.
| What You See | LCD To Clear | First Move |
|---|---|---|
(a/b) / (c/d) |
bd |
Rewrite as division, multiply by the reciprocal, then reduce. |
(a/b + c/d) / (e/f) |
lcm(b,d,f) |
LCD method; distribute across the numerator sum. |
(a/b) / (c/d + e/f) |
lcm(b,d,f) |
LCD method; distribute across the denominator sum. |
(a + b/c) / d |
c |
Multiply by c; top becomes c*a + b. |
a / (b + c/d) |
d |
Multiply by d; bottom becomes d*b + c. |
(a/b) / c |
b |
Rewrite as (a/b) * (1/c), then reduce. |
(ax/b) / (c/d) |
bd |
Clear denominators, then cancel factors. |
(a/(b/c)) / (d/e) |
ce |
Rewrite the inner division, then simplify. |
This table is not a set of tricks to memorize. It’s a way to spot what needs clearing: denominators inside the top or bottom, plus signs that force you to use parentheses, and factors you can cancel early.
Handle Signs, Mixed Numbers, And Multi-Term Lines
Most wrong answers on complex fractions come from sign slips or lost parentheses. Clean those up first and the rest is routine.
Keep The Negative Sign Under Control
A negative sign can sit in three places: in front of the fraction, in the numerator, or in the denominator. All three mean the same value. Pick one place and stick with it through the work, so you don’t flip the sign twice.
If you clear denominators with an LCD, keep the negative sign outside the whole numerator or whole denominator until the stack is gone. That habit prevents minus signs from sneaking into only one term of a sum.
Convert Mixed Numbers Before You Start
If you see a mixed number like 1 1/2, convert it to an improper fraction right away: 3/2. Mixed numbers hide denominators, so you want them visible before you list denominators and build an LCD.
Protect Sums With Parentheses
When the numerator or denominator has more than one term, treat it as one chunk. Write parentheses around it before multiplying by the LCD or before rewriting as division. That keeps you from multiplying only the first term by mistake.
Mini Example With A Mixed Number
Simplify (1 1/2) / (3/4).
- Convert:
1 1/2 = 3/2. - Rewrite as division and flip:
(3/2) ÷ (3/4) = (3/2) * (4/3). - Cancel the 3s and multiply:
4/2 = 2.
Want more problems to drill this skill? Khan Academy has practice sets and worked solutions in its complex fractions practice material.
When Variables Show Up In Complex Fractions
Once letters appear, the steps stay the same. The only new habit is to factor when you can, since factoring makes cancellation visible and keeps you from expanding into messy polynomials.
Build The LCD From Factors
For algebraic denominators, treat each denominator as a product of factors. Your LCD is the product of each distinct factor you see, using the highest exponent that appears. If you have 2x and 3(x+1) in denominators, an LCD is 6x(x+1).
Write Domain Restrictions Once
Any value that makes a denominator zero is not allowed. List those values from the original expression before you simplify, then carry them forward. Simplification does not “bring back” a value that made a denominator zero.
Worked Example With A Variable Denominator
Simplify (x/2) / ((x+1)/3).
- Restriction:
x ≠ -1sincex+1cannot be zero in the denominator. - Rewrite as division:
(x/2) ÷ ((x+1)/3). - Flip and multiply:
(x/2) * (3/(x+1)). - Multiply:
3x / (2(x+1)). No cancellation is possible unless the numerator shares a factor of(x+1).
Worked Example Where Factoring Helps
Simplify ((x^2 - 4)/x) / (2/(x-2)).
- Restrictions:
x ≠ 0andx ≠ 2. - Rewrite as division:
((x^2 - 4)/x) ÷ (2/(x-2)). - Factor:
x^2 - 4 = (x-2)(x+2). - Flip and multiply:
((x-2)(x+2)/x) * ((x-2)/2). - Multiply:
((x-2)^2 (x+2)) / (2x).
Some teachers prefer the LCD method for variable-heavy stacks because it clears each inner denominator at once. If you do that, write the numerator and denominator on separate lines first, then multiply both lines by your LCD with parentheses around each line.
Practice Problems And Answers
Try the problems in the left column on paper. After you finish, compare your work to the simplified results. If your answer differs, redo it and watch where your parentheses or cancellation step changed.
| Expression | LCD Or Move | Simplified Result |
|---|---|---|
(2/3) / (5/8) |
Rewrite as division, flip | 16/15 |
(1/4 + 1/6) / (3/8) |
LCD = 24 | 10/9 |
(3/5) / (2/5 + 1/3) |
LCD = 15 | 9/11 |
(a/2) / (3/4) |
Rewrite as division, flip | 2a/3 |
(x/6) / ((x+2)/3) |
Flip and multiply | x/(2(x+2)) |
((x-1)/2 + 1/4) / (3/8) |
LCD = 8 | (4x-2)/3 |
Common Mistakes That Throw Off The Answer
Complex fractions punish small slips. If you get stuck, scan this list and see if one of these happened on your paper.
- Canceling across a plus sign. You can cancel factors in a product, not terms in a sum. So you can cancel in
(6x)/(3x), but not in(6x+4)/(2x). - Forgetting parentheses when multiplying by the LCD. If the top is
1/2 + 3/5, multiplying by 10 means10*(1/2 + 3/5), not10*(1/2) + 3/5. - Changing a denominator but not the whole expression. When you clear denominators, multiply the entire numerator and the entire denominator by the same LCD. If you multiply only one side, you change the value.
- Flipping the wrong fraction. The reciprocal step applies when you rewrite the main bar as division. Inner sums still need parentheses.
- Dropping restriction values in algebra problems. If a denominator can be zero, list the excluded values from the original form and keep them with your final answer.
Simple Checks Without A Calculator
You can catch many errors in under a minute with two checks.
Check 1: Rough Size
Pick easy close numbers and estimate. If your original stack is “a little less than 1” and your answer is 20, something went sideways.
Check 2: Plug In A Friendly Number
If variables are present, substitute a number that does not break a denominator, like x = 2 or x = 3. Evaluate the original expression and your simplified form. If they match, you’re in good shape.
A Practice Routine That Builds Speed
Skill with complex fractions comes from repetition, not from staring at notes. Here’s a routine that works well for many learners.
- Do two problems where both top and bottom are single fractions. Use the reciprocal rewrite and cancel early.
- Do two problems that include a sum in the numerator or denominator. Use the LCD method and distribute with parentheses.
- Do one variable problem and write restriction values before you simplify.
- Redo the one you missed the next day, without peeking at your old work.
References & Sources
- OpenStax.“4.3 Multiply and Divide Mixed Numbers and Complex Fractions.”Shows the division-and-reciprocal method and related fraction steps for complex fractions.
- Khan Academy.“Simplify complex fractions (practice).”Offers guided practice problems that reinforce clearing denominators and simplifying results.