Fraction Simplifier Calculator
Simplify any fraction to its lowest terms.
Enter a numerator and denominator to find the greatest common divisor and reduced fraction.
Simplified Fraction
Simplifying a fraction means dividing both the numerator and denominator by their greatest common divisor (GCD).
Formula:
Simplified = (Numerator / GCD) / (Denominator / GCD)
Finding the GCD (Euclidean Algorithm):
- Divide the larger number by the smaller
- Take the remainder
- Divide the previous divisor by the remainder
- Repeat until the remainder is 0
- The last non-zero remainder is the GCD
Example: GCD of 48 and 18:
- 48 / 18 = 2 remainder 12
- 18 / 12 = 1 remainder 6
- 12 / 6 = 2 remainder 0
- GCD = 6
A fraction is fully simplified when the GCD of the numerator and denominator is 1.