Skip to main content

Simplify Fractions Calculator

Reduce a fraction to its simplest form by dividing by the GCD.

Reviewed for accuracy by the Math Ora X team Last updated

Result

About Simplify Fractions Calculator

To simplify a fraction, find the GCD of the numerator and denominator and divide both by it.

$$\frac{a}{b} = \frac{a/\gcd(a,b)}{b/\gcd(a,b)}$$

How to use this calculator

  1. Enter the numerator and denominator of your fraction.
  2. Click calculate to find the GCD of the two numbers.
  3. The calculator divides both parts by that GCD.
  4. Read the simplified fraction and the step-by-step reduction.

The formula explained

The formula \(\frac{a}{b} = \frac{a/\gcd(a,b)}{b/\gcd(a,b)}\) shows how a fraction is reduced to simplest form. It computes an equivalent fraction with the same value but smaller whole-number terms.

  • a = the numerator, or top number, of the fraction
  • b = the denominator, or bottom number, of the fraction
  • gcd(a,b) = the greatest common divisor of a and b, the largest number that divides both exactly

Step by step method

  1. Find the greatest common divisor of the numerator and denominator.
  2. Divide both the numerator and denominator by that number.
  3. Write the result as the simplified fraction.

Worked example

Problem. Simplify the fraction \(24/36\).

  1. The greatest common divisor of 24 and 36 is 12.
  2. Divide both numbers by 12: \(24 \div 12 = 2\) and \(36 \div 12 = 3\).
  3. So the fraction in simplest form is \(2/3\).

Answer. \(2/3\)

Tips and common mistakes

  • Only divide by a common factor, then check that no number greater than 1 still divides both parts exactly.
  • If the fraction is improper or negative, simplify it the same way, because the reduction process does not change the value.

Frequently asked questions

How do I use the Simplify Fractions Calculator?+

Enter the numerator and denominator of your fraction, then submit it to get the fraction in lowest terms. The calculator divides both parts by their greatest common divisor, so the result is equivalent to the original fraction but simpler.

What does the formula a/gcd(a,b) over b/gcd(a,b) mean?+

It means you reduce both the numerator a and denominator b by their greatest common divisor, or GCD. Since the same number divides both parts, the fraction keeps the same value while becoming easier to read.

What happens if the fraction is already in simplest form?+

If the numerator and denominator have no common factor other than 1, the GCD is 1. In that case, the calculator returns the same fraction because it is already simplified.

How does the calculator handle improper fractions or negative fractions?+

An improper fraction, where the numerator is larger than the denominator, is still simplified the same way by dividing both parts by the GCD. For negative fractions, the sign is usually kept with the numerator or written in front of the fraction, while the reduction process stays the same.

What is the difference between simplifying a fraction and converting it to a mixed number?+

Simplifying a fraction reduces it to lowest terms, but it does not change whether the fraction is proper or improper. Converting to a mixed number rewrites an improper fraction as a whole number plus a fraction, for example 7/3 becomes 2 1/3.

Facebook Twitter WhatsApp