Skip to content
MasterMath

Simplify Fractions Calculator

Reduce a fraction to its lowest terms by dividing both parts by their greatest common divisor. 18/24 becomes 3/4.

Fraction in lowest terms

—

Fraction in lowest terms—
Divided through by—
As a mixed number—
As a decimal—
Type of fraction—

How this was worked out

    The rule

    simplified = numerator ÷ gcd, denominator ÷ gcd

    Why it works

    Simplifying does not change a fraction's value, only how it is written. Dividing both the numerator and the denominator by the same number leaves the ratio untouched, and dividing by the greatest common divisor does it in one step.

    How to do it by hand

    1. Find the greatest common divisor of the numerator and the denominator
    2. Divide both by it
    3. The result is in lowest terms: no further common factor exists
    4. If the denominator becomes 1, the fraction was a whole number

    What is worth knowing

    Using the greatest common divisor is what makes this a single step rather than a hunt. Dividing by any common factor works, but only the greatest one finishes the job at once — divide 18/24 by 2 and you get 9/12, which still simplifies. Euclid's algorithm finds the GCD quickly by repeated division with remainder, and it is over two thousand years old and still the method computers use. A fraction is irreducible exactly when its numerator and denominator are coprime, which is the same thing said in the language of number theory.

    Frequently asked questions

    How do you simplify a fraction?

    Divide the numerator and denominator by their greatest common divisor. That reduces it in one step.

    What if I divide by a smaller common factor?

    It works, but you will have to repeat. Only the greatest common divisor finishes the job at once.

    When is a fraction already in lowest terms?

    When the numerator and denominator share no common factor other than 1 — when they are coprime.

    Does simplifying change the value?

    No. It only changes how the same value is written. 18/24 and 3/4 are the same number.