ILoveFractions Logo

Search I Love Fractions

Jump to lessons, tools, blog posts, and key pages.

Published 5/10/2025

What Is Simplest Form? A Plain-English Guide to Reducing Fractions

Simplest form just means a fraction where no number can divide both the top and bottom evenly. Here's exactly what that means and how to get there.

“Write your answer in simplest form.”

Every math test says it. Barely any textbook explains what it actually means.

Here is the plain-English version: a fraction is in its simplest form when there is no number (other than 1) that divides evenly into both the top and the bottom. That’s it. That’s the whole idea.

A Quick Example Before the Rules

Take 6/8. Six and eight are both divisible by 2. So you can divide both by 2 and get 3/4. Now check 3/4: the only number that divides evenly into both 3 and 4 is 1. Done. 3/4 is the simplest form of 6/8.

Take 10/15. Both are divisible by 5. Divide both: 2/3. Check again: only 1 divides into both 2 and 3. Done. 2/3 is the simplest form.

The Method: Find the GCD, Then Divide

The number you’re looking for is called the Greatest Common Divisor (GCD), sometimes called the Greatest Common Factor (GCF). It’s just the largest number that goes into both the numerator and the denominator evenly.

Step 1: List the factors of each number.

For 12/18:

  • Factors of 12: 1, 2, 3, 4, 6, 12
  • Factors of 18: 1, 2, 3, 6, 9, 18
  • Common factors: 1, 2, 3, 6
  • Greatest common factor: 6

Step 2: Divide both by the GCD.

  • 12 ÷ 6 = 2
  • 18 ÷ 6 = 3
  • Simplest form: 2/3

You can check your answer with our Fraction Simplifier, which shows every step of the GCD calculation so you can see exactly what happened.

What If You Can’t Find the GCD Easily?

For large numbers, listing every factor gets tedious. There’s a faster method called the Euclidean algorithm:

  1. Divide the larger number by the smaller and note the remainder.
  2. Replace the larger number with the smaller, and the smaller with the remainder.
  3. Repeat until the remainder is 0.
  4. The last non-zero remainder is your GCD.

Example: GCD of 48 and 180.

  • 180 ÷ 48 = 3 remainder 36
  • 48 ÷ 36 = 1 remainder 12
  • 36 ÷ 12 = 3 remainder 0
  • GCD = 12

So 48/180 simplified is 4/15. You can verify: 48÷12=4, 180÷12=15, and GCD(4,15)=1. Done.

A Common Mistake: Stopping Too Early

The most common error is dividing by a common factor instead of the greatest one.

If you simplify 24/36 by dividing both by 2, you get 12/18. That looks simpler, but it’s not fully reduced; you can still divide both by 6 to get 2/3.

Always divide by the GCD, not just any common factor. If you accidentally divided by a smaller factor, just repeat the process on the result until the GCD is 1.

When a Fraction Is Already in Simplest Form

Sometimes you’ll get a fraction like 7/11. Seven and eleven are both prime numbers, and their only common factor is 1. So 7/11 is already in simplest form. No work required. Same goes for fractions like 5/8, 3/7, or 13/15.

A quick shortcut: if both numbers are prime, the fraction is always already in simplest form.

Why Does It Even Matter?

Simplest form isn’t just a box to tick on a test. Reduced fractions are genuinely easier to work with:

  • 2/3 is easier to add to another fraction than 200/300
  • Simplifying before you multiply prevents you from working with enormous numbers
  • It’s the standard form: any two people looking at 2/3 know they’re talking about the same amount, whereas 4/6, 6/9, and 10/15 all look different even though they’re equal

Use our Fraction Simplifier to check your work, or practice with the Fraction Calculator which automatically reduces every result.

Frequently Asked Questions

A fraction is in simplest form (also called lowest terms) when the only number that divides evenly into both the numerator and denominator is 1. For example, 2/3 is in simplest form, but 4/6 is not, because both can be divided by 2.

Find the Greatest Common Divisor (GCD) of the numerator and denominator, then divide both by it. For 12/18: the GCD is 6, so 12÷6=2 and 18÷6=3, giving you 2/3.

Yes, they mean exactly the same thing. Some textbooks say 'simplest form', others say 'lowest terms' or 'fully reduced'. All three describe a fraction where the numerator and denominator share no common factors other than 1.

Check whether the GCD of the numerator and denominator is 1. If it is, you're done. If the GCD is anything higher than 1, there's still reducing to do.