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 ...
Enter your fraction
SIMPLIFIED (÷ 6)
2/3
MIXED
2/3
DECIMAL
0.6666666667
PERCENT
66.6667%
STEP-BY-STEP (EUCLIDEAN ALGORITHM)
Use the Euclidean algorithm to find GCD(12, 18):
12 = 0 × 18 + 12
18 = 1 × 12 + 6
12 = 2 × 6 + 0
GCD(12, 18) = 6
Divide numerator by GCD: 12 ÷ 6 = 2
Divide denominator by GCD: 18 ÷ 6 = 3
12/18 = 2/3
QUICK EXAMPLES
ORIGINAL
12/18
→
SIMPLIFIED
2/3
Divided by GCD = 6
MIXED
2/3
DECIMAL
0.6666666667
PERCENT
66.6667%
FRACTION COMPARISON
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
| FRACTION | MULTIPLY BY | DECIMAL | PERCENT |
|---|---|---|---|
| 2/3 ← simplified | 1 | 0.6666666667 | 66.6667% |
| 4/6 | ×2 | 0.6666666667 | 66.6667% |
| 6/9 | ×3 | 0.6666666667 | 66.6667% |
| 8/12 | ×4 | 0.6666666667 | 66.6667% |
| 10/15 | ×5 | 0.6666666667 | 66.6667% |
| 12/18 ← original | ×6 | 0.6666666667 | 66.6667% |
| 14/21 | ×7 | 0.6666666667 | 66.6667% |
| 16/24 | ×8 | 0.6666666667 | 66.6667% |
All fractions in this table are equivalent — same value, different notation. The original is highlighted in yellow.
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.
The simplified fraction appears instantly in the result box. If the fraction is already in lowest terms, you will see 'Already in lowest terms ✓'.
Read the step-by-step Euclidean algorithm to see exactly how the GCD was found and how each number was divided.
Check the equivalent fractions table — your original fraction is highlighted, and the table shows all equivalent forms from the simplified base.
Use the quick example buttons to load common fractions and see how simplification works across different cases.
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.
| NAME | FORMULA | DESCRIPTION |
|---|---|---|
| Simplify | (n/d) ÷ GCD(n,d) = simpN/simpD | Divide both by GCD to get lowest terms |
| Euclidean GCD | GCD(a,b) = GCD(b, a mod b) until b=0 | Repeated division until remainder is 0 |
| Lowest terms test | GCD(simpN, simpD) = 1 | Fraction is simplified when GCD of result = 1 |
| Equivalent fractions | n/d = (n×k)/(d×k) for any k≠0 | Multiply both by same number to get equivalent fraction |
| Mixed number | n/d = whole remainder/d | Convert improper fraction: divide, use remainder as numerator |
23 Times Table
Calculate instantly →
24 Times Table
Calculate instantly →
Quadratic Equation Solver
Calculate instantly →
Logarithm Calculator
Calculate instantly →
Fraction Calculator
Calculate instantly →
Linear Equation Solver
Calculate instantly →
25 Times Table
Calculate instantly →
26 Times Table
Calculate instantly →
27 Times Table
Calculate instantly →
Simultaneous Equations Solver (2×2)
Calculate instantly →
28 Times Table
Calculate instantly →
Exponent Calculator
Calculate instantly →
29 Times Table
Calculate instantly →
30 Times Table
Calculate instantly →
Times Tables Mega Calculator
Calculate instantly →
Square Root of 10
Calculate instantly →
Square Root of 1
Calculate instantly →
Square Root Mega
Calculate instantly →
Square Root of 22
Calculate instantly →
Last updated: April 28, 2026 · Formula verified by EagleCalculator team · Eagle-eyed accuracy for every calculation.