Fraction Simplifier — Reduce to Lowest Terms Instantly

The Fraction Simplifier reduces any fraction to its lowest terms by finding the Greatest Common Divisor (GCD) of the numerator and denominator using the Euclidean algorithm. Enter any numerator and denominator — including negative fractions and improper fractions — and the simplified result appears ...

SIMPLIFY FRACTION

Enter your fraction

SIMPLIFIED (÷ 6)

2/3

MIXED

2/3

DECIMAL

0.6666666667

PERCENT

66.6667%

STEP-BY-STEP (EUCLIDEAN ALGORITHM)

1

Use the Euclidean algorithm to find GCD(12, 18):

2

12 = 0 × 18 + 12

3

18 = 1 × 12 + 6

4

12 = 2 × 6 + 0

5

GCD(12, 18) = 6

6

Divide numerator by GCD: 12 ÷ 6 = 2

7

Divide denominator by GCD: 18 ÷ 6 = 3

8

12/18 = 2/3

QUICK EXAMPLES

LIVE DIAGRAM

ORIGINAL

12/18

SIMPLIFIED

2/3

Divided by GCD = 6

MIXED

2/3

DECIMAL

0.6666666667

PERCENT

66.6667%

FRACTION COMPARISON

Original: 12/1866.67%
Simplified: 2/366.67%

Both bars are the same length — equal values, different notation

PRIME FACTORISATION

12 = 2 × 2 × 3

18 = 2 × 3 × 3

Common factors cancelled: 6 = 2 × 3

Live diagram · updates as you type

Created with❤️byeaglecalculator.com

EQUIVALENT FRACTIONS

12/18 = 2/3 = all of these fractions
FRACTIONMULTIPLY BYDECIMALPERCENT
2/3 ← simplified10.666666666766.6667%
4/6×20.666666666766.6667%
6/9×30.666666666766.6667%
8/12×40.666666666766.6667%
10/15×50.666666666766.6667%
12/18 ← original×60.666666666766.6667%
14/21×70.666666666766.6667%
16/24×80.666666666766.6667%

All fractions in this table are equivalent — same value, different notation. The original is highlighted in yellow.

HOW TO USE

  1. 1

    Enter the numerator (top number) in the first box and the denominator (bottom number) in the second box. Negative fractions are supported — enter a negative numerator.

  2. 2

    The simplified fraction appears instantly in the result box. If the fraction is already in lowest terms, you will see 'Already in lowest terms ✓'.

  3. 3

    Read the step-by-step Euclidean algorithm to see exactly how the GCD was found and how each number was divided.

  4. 4

    Check the equivalent fractions table — your original fraction is highlighted, and the table shows all equivalent forms from the simplified base.

  5. 5

    Use the quick example buttons to load common fractions and see how simplification works across different cases.

WORKED EXAMPLE

Example 1: 12/18 → GCD(12,18)=6 → 2/3. Euclidean: 18=1×12+6, 12=2×6+0, GCD=6. Example 2: 48/64 → GCD=16 → 3/4. Example 3: 100/75 → GCD=25 → 4/3 = 1⅓. Example 4: 7/13 → GCD=1 → already in lowest terms. Example 5: −15/25 → GCD(15,25)=5 → −3/5.

REFERENCE FORMULAS

SIMPLIFICATION REFERENCE
NAMEFORMULADESCRIPTION
Simplify(n/d) ÷ GCD(n,d) = simpN/simpDDivide both by GCD to get lowest terms
Euclidean GCDGCD(a,b) = GCD(b, a mod b) until b=0Repeated division until remainder is 0
Lowest terms testGCD(simpN, simpD) = 1Fraction is simplified when GCD of result = 1
Equivalent fractionsn/d = (n×k)/(d×k) for any k≠0Multiply both by same number to get equivalent fraction
Mixed numbern/d = whole remainder/dConvert improper fraction: divide, use remainder as numerator

FREQUENTLY ASKED QUESTIONS

RELATED CALCULATORS

MORE ALGEBRA CALCULATORS

Was this calculator helpful?

Last updated: April 28, 2026 · Formula verified by EagleCalculator team · Eagle-eyed accuracy for every calculation.