What does it mean to simplify a fraction?
Simplifying means rewriting the fraction with the smallest possible whole-number numerator and denominator that keep the same value.
Reduce a fraction to its simplest form and see the GCD used to get there.
Type the numerator and denominator, then calculate to reduce to lowest terms.
How to use Fraction Simplifier Calculator, plus the formulas and logic behind the results.
The Fraction Simplifier divides the numerator and denominator by their greatest common divisor so the fraction is in lowest terms.
g = gcd(|numerator|, |denominator|)Simplified = (numerator ÷ g) / (denominator ÷ g)Simplifying reminders
Integer inputs are reduced with Euclid’s algorithm for the GCD. The sign is normalized so the denominator is positive.
If the fraction is already in lowest terms, the simplified result matches the original (aside from sign normalization).
Common questions about this calculator and how to use the results.
Simplifying means rewriting the fraction with the smallest possible whole-number numerator and denominator that keep the same value.
The GCD is the largest positive integer that divides both the numerator and the denominator with no remainder.
Yes. Both represent the same value; 2/3 is the simplified form.
Yes. Improper fractions simplify the same way as proper fractions.
Zero over a non-zero denominator simplifies to 0/1 (or just 0).
By convention the negative sign belongs with the numerator (or the whole value), not the denominator.