Fraction Simplifier

Simplify any fraction to its lowest terms using the Greatest Common Divisor algorithm. Instantly converts to decimal and mixed number form with full step-by-step display.

Results

Simplified Fraction

3/2

Decimal Equivalent

1.5

Mixed Number

1 1/2

GCD Used

4

GCD:gcd(a,b)=gcd(b,amodb)GCD: \gcd(a,b) = \gcd(b,\, a \bmod b)