How To Solve Rational Equations Step By Step | Math Trick
Solve Algebra Like Magic. Test Your IQ. Can You Crack It?

Solve Algebra Like Magic. Test Your IQ. Can You Crack It?

Learn to solve rational equations step by step. From basic fractions to quadratics no more confusion.
By Kasif April 29, 2026 26 min read
Algebra math puzzle showing equation x over x minus 2 plus 2 over x plus 3 equals 7 over x minus 2 times x plus 3 asking to solve for x
Rational equations with fractions hide simple solutions once you spot the pattern and clear denominators correctly.

Welcome to your ultimate guide on how to solve rational equations step by step. If you've ever felt stuck looking at fractions with variables in the denominator, you're in the right place. We'll start with simple algebra puzzles and build all the way up to quadratic rational equations the kind you meet in Algebra 2, GCSE, and A-level exams. Our main dish today is a clever rational equation with fractions: x/(x-2) + 2/(x+3) = 7/((x-2)(x+3)). We'll solve it three different ways, so you fully understand clearing denominators in equations and how to spot extraneous solutions in rational equations.

Every problem below is broken into multiple methods. This isn't just about getting the answer it's about building a toolkit so you can tackle any rational equations worksheet with confidence.

1. Solve y³ + y³ + y³ = 81

y³ + y³ + y³ = 81
Find y = ?

Method 1 – Combine Like Terms (Easiest)

Step 1: You have three identical y³ terms. Adding them gives 3y³ = 81.
Step 2: Divide both sides by 3: y³ = 27.
Step 3: Take the cube root: y = 3 (since 3×3×3=27).

Method 2 – Factoring Approach

Step 1: Factor out y³: y³(1+1+1) = 81.
Step 2: That's still 3y³=81, leading to y=3.
y = 3
Trick: Repeated addition is just multiplication. Spot it fast.

2. Solve x/2 + x/5 = 9

x/2 + x/5 = 9

Method 1 – Multiply by LCM (Clearing Denominators)

Step 1: The denominators are 2 and 5. LCM is 10. Multiply every term by 10: 10*(x/2) + 10*(x/5) = 10*9.
Step 2: Simplify: 5x + 2x = 90.
Step 3: Combine: 7x = 90, so x = 90/7.

Method 2 – Common Denominator First

Step 1: Rewrite with denominator 10: 5x/10 + 2x/10 = 9.
Step 2: Combine fractions: 7x/10 = 9.
Step 3: Multiply both sides by 10/7: x = 90/7.
x = 90/7

3. Solve 3a² = 75 and ab = 90

3a² = 75
ab = 90
Find b² = ?

Method 1 – Find a, then b

Step 1: From 3a²=75, divide by 3: a²=25.
Step 2: So a = 5 or a = -5.
Step 3: Use ab=90. If a=5, b=18. If a=-5, b=-18.
Step 4: Either way, b² = 18² = 324.

Method 2 – Square Product Shortcut (No a needed)

Step 1: Square the second equation: (ab)² = 8100.
Step 2: That means a² * b² = 8100.
Step 3: We know a²=25, so 25 * b² = 8100 → b² = 324.
b² = 324
Trick: Square the product, divide by known square. No need to find individual variables.

4. Solve 2x² + 5x - 3 = 0

2x² + 5x - 3 = 0

Method 1 – Factoring by Grouping

Step 1: Multiply a×c: 2*(-3) = -6. Need two numbers multiplying to -6, adding to 5 → 6 and -1.
Step 2: Split the middle: 2x² + 6x - x - 3 = 0.
Step 3: Group: 2x(x+3) - 1(x+3) = 0 → (x+3)(2x-1)=0.
Step 4: Set each to zero: x = -3 or x = 1/2.

Method 2 – Quadratic Formula

Step 1: a=2, b=5, c=-3. Discriminant: b²-4ac = 25+24=49.
Step 2: x = [-5 ± √49] / (2*2) = (-5 ± 7)/4.
Step 3: Two solutions: x = 2/4 = 1/2, and x = -12/4 = -3.
x = -3 or 1/2

5. Given a² = 25, ab = 50

a² = 25
ab = 50
b² = ?

Method 1 – Stepwise

a = ±5. If a=5, b=10. If a=-5, b=-10. b²=100.

Method 2 – Square Shortcut

(ab)²=2500 → a²b²=2500 → 25·b²=2500 → b²=100.

b² = 100

6. Solve 4x² = 64

4x² = 64

Method 1 – Direct Solve

Divide by 4: x²=16 → x=±4.

Method 2 – Square Root Both Sides

√(4x²)=√64 → 2|x|=8 → |x|=4 → x=±4.

x = 4 or -4

7. Solve x/3 + x/6 = 4

x/3 + x/6 = 4

Method 1 – Clear Denominators (LCM 6)

Multiply by 6: 2x + x = 24 → 3x=24 → x=8.

Method 2 – Combine Fractions

2x/6 + x/6 = 4 → 3x/6 = 4 → x/2 = 4 → x=8.

x = 8

8. Solve x² - 7x + 12 = 0

x² - 7x + 12 = 0

Method 1 – Factoring

Numbers multiplying to 12, adding to -7: -3 and -4. (x-3)(x-4)=0 → x=3,4.

Method 2 – Quadratic Formula

x = [7 ± √(49-48)]/2 = (7±1)/2 → 4 or 3.

x = 3 or 4

9. Given 2a² = 50, ab = 30

2a² = 50
ab = 30
b² = ?

Method 1 – Find a and b

a²=25, a=±5. b=±6. b²=36.

Method 2 – Square Product

(ab)²=900 → 25·b²=900 → b²=36.

b² = 36

10. Solve 5x² + 10x - 15 = 0

5x² + 10x - 15 = 0

Method 1 – Simplify First

Divide by 5: x²+2x-3=0. Factor: (x+3)(x-1)=0 → x=-3,1.

Method 2 – Quadratic Formula Direct

x = [-10 ± √(100+300)]/10 = [-10 ± 20]/10 → 1 or -3.

x = -3 or 1

11. Solve Rational Equations Step by Step: x/(x-2) + 2/(x+3) = 7/((x-2)(x+3))

x/(x-2) + 2/(x+3) = 7/((x-2)(x+3))

This is our main rational equation example. It's a perfect practice problem for algebra 2 rational equations because it combines clearing denominators in equations with solving a quadratic rational equation. We'll explore three full methods.

🚨 Important: Avoid Extraneous Solutions
Denominators cannot be zero. Set each to not zero:
x-2 ≠ 0 → x ≠ 2
x+3 ≠ 0 → x ≠ -3
(x-2)(x+3) ≠ 0 confirms both. Always check your final answers against these restrictions.

Method 1 – Multiply by Common Denominator (LCM) — The Pro Approach

This is the most efficient way for solving rational equations. We identify the LCM of all denominators and multiply every term, instantly clearing fractions.

Step 1: Identify the LCM. Our denominators are (x-2), (x+3), and the product (x-2)(x+3). The LCM is clearly (x-2)(x+3).
Step 2: Multiply every term by the LCM. Write it out carefully:
(x-2)(x+3) · [x/(x-2)] + (x-2)(x+3) · [2/(x+3)] = (x-2)(x+3) · [7/((x-2)(x+3))]
Step 3: Cancel common factors. First term: (x-2) cancels, leaving x(x+3).
Second term: (x+3) cancels, leaving 2(x-2).
Right side: Everything cancels, leaving just 7.
x(x+3) + 2(x-2) = 7
Step 4: Expand and simplify. x² + 3x + 2x - 4 = 7
x² + 5x - 4 = 7
x² + 5x - 11 = 0
Step 5: Solve the quadratic. This doesn't factor nicely, so we apply the quadratic formula: a=1, b=5, c=-11. Discriminant = 25 - 4(1)(-11) = 25 + 44 = 69.
x = [-5 ± √69] / 2
Neither value equals 2 or -3, so both are valid solutions. No extraneous solutions here.

Method 2 – Combine Left Side into a Single Fraction

This method builds understanding of fraction addition before clearing denominators. It's excellent for visual learners.

Step 1: Rewrite left side with common denominator. The left terms have denominators (x-2) and (x+3). Common denominator is (x-2)(x+3).
x/(x-2) = x(x+3) / [(x-2)(x+3)]
2/(x+3) = 2(x-2) / [(x-2)(x+3)]
Step 2: Add the numerators.
[x(x+3) + 2(x-2)] / [(x-2)(x+3)] = (x²+3x+2x-4) / [(x-2)(x+3)] = (x²+5x-4)/[(x-2)(x+3)]
Step 3: Set equal to right side.
(x²+5x-4)/[(x-2)(x+3)] = 7/[(x-2)(x+3)]
Since the denominators are identical and non-zero (we already checked restrictions), the numerators must be equal.
x² + 5x - 4 = 7
Step 4: Solve the resulting equation. x²+5x-11=0 → x = [-5 ± √69]/2.

Method 3 – Verification & Numeric Check (Build Intuition)

Let's approximate to see if our solutions make sense. √69 is about 8.3066.

Root 1: x = (-5 + 8.3066)/2 ≈ 1.6533.
Plug into original left side: 1.6533/(-0.3467) + 2/4.6533 ≈ -4.768 + 0.430 ≈ -4.338.
Right side: 7/((-0.3467)*4.6533) ≈ 7/(-1.613) ≈ -4.338. Matches!

Root 2: x = (-5 - 8.3066)/2 ≈ -6.6533. Similar check confirms.

This verification step is how you avoid extraneous solutions rational equations traps.

x = (-5 ± √69) / 2
Quick Insight: When the right side's denominator is the product of the left side's denominators, the LCM method instantly clears all fractions. Always write down the excluded values (x ≠ 2, -3) before you start.

Solve Equations: Zero to Hero

If you've read this far, you've seen rational equations examples ranging from simple to advanced. Let's formalize the process so you can approach any problem confidently. Whether you're working through a rational equations worksheet with answers or preparing for an exam, these steps are your blueprint.

4-Step Framework for Solving Rational Equations

1. State Restrictions Immediately. Before any algebra, set each denominator ≠ 0. This prevents you from accidentally keeping extraneous solutions.
2. Clear Denominators. Find the LCM of all denominators. Multiply every term by it. This is the core of clearing denominators in equations.
3. Solve the Resulting Equation. You'll usually get a linear or quadratic equation. Solve it using factoring, square roots, or the quadratic formula.
4. Check Against Restrictions. Discard any solution that makes an original denominator zero. These false roots are called extraneous solutions in rational equations.

For step by step algebra fractions GCSE / A-level exam prep, practice writing restrictions first it's a common mark to earn. Many students lose points not because they can't solve the quadratic, but because they forget to check for extraneous solutions.


Frequently Asked Questions

How do you solve rational equations with fractions?

Identify the least common denominator (LCD) of all fractions. Multiply every term by that LCD to clear denominators. Solve the resulting equation (usually linear or quadratic). Finally, check that no solution makes any original denominator zero those are extraneous and must be discarded.

What are extraneous solutions in rational equations?

An extraneous solution is a mathematically correct answer to the simplified equation that fails in the original equation. This happens when a solution makes a denominator zero. Always substitute your answers back into the original denominators to verify.

What is the easiest way to solve for x in fraction equations?

Multiplying by the common denominator is the fastest method. It turns a messy fraction equation into a simple polynomial. If you have only one fraction on each side, you can cross-multiply. For multiple terms, clear denominators with the LCM.

Can I cross-multiply in fraction equations?

Yes, but only when you have a single fraction on each side of the equals sign. For equations with multiple terms, combine into one fraction first, or multiply every term by the common denominator that's the safer, more general method for solving equations with fractions.


You just conquered 11 algebra puzzles from simple cubes to quadratic rational equations. Keep these patterns in your toolkit, and you'll breeze through any algebra 2 rational equations worksheet. Remember: clear denominators, check for extraneous solutions, and practice daily.