Simplify Fraction
Reduce a fraction to its simplest form by dividing both the numerator and denominator by their Greatest Common Divisor (GCD).
\frac{a \div \text{GCD}(a, b)}{b \div \text{GCD}(a, b)}
Result
Step-by-Step Calculation & Explanation
A fraction is in its simplest form when the numerator and denominator are coprime, meaning their greatest common divisor (GCD) is 1. We compute the GCD and divide both numerator and denominator by it.