LazyTools Header
Calculators

Fraction Simplifier

The Fraction Simplifier reduces any fraction to its lowest terms using the greatest common factor. Enter a numerator and denominator to see the simplified form, GCF, decimal equivalent and mixed-number representation. Optionally add a second fraction to compute the simplified sum in one step.

Simplifies to lowest termsShows GCF and step-by-step logicFraction addition included
Simplify a fraction
Add a second fraction (optional)
/
Enter a fraction above
Simplified
GCF
Decimal

How to use the Fraction Simplifier

Enter a fraction — the simplified form and all related values appear instantly.

  1. Enter numerator and denominatorType both integers. Negative values and improper fractions are supported.
  2. Optionally add a second fractionEnter a second numerator and denominator to compute and simplify the sum.
  3. Click SimplifyThe simplified fraction, GCF, decimal and mixed-number form appear together.
  4. Check the GCFThe GCF shows how much the fraction was reduced. A GCF of 1 means the fraction was already in lowest terms.
  5. Read the addition resultThe sum is shown with the LCD step and the final simplified result.

Options and variants explained

Simplification produces the equivalent fraction with the smallest integer values.

OriginalGCFSimplifiedDecimal
2/421/20.5
6/932/30.667
24/36122/30.667
15/2553/50.6
100/75254/31.333

The formula explained

simplified = numerator ÷ GCF / denominator ÷ GCF
GCF = greatest common factor of numerator and denominator
Euclidean algorithm finds GCF: replace larger with remainder until zero
Mixed number = whole part + proper fraction

The Euclidean algorithm efficiently finds the GCF: divide the larger number by the smaller, replace the larger with the remainder, and repeat until the remainder is zero. The last non-zero remainder is the GCF. Furthermore, dividing both parts of the fraction by this GCF produces the simplest form.

Worked example: simplifying 24/36

GCF(24, 36): 36 mod 24 = 12; 24 mod 12 = 0. GCF = 12. Simplified: 24/12 = 2, 36/12 = 3. Result: 2/3.

Verify: GCF(2, 3) = 1 — the fraction is fully simplified. Moreover, 2/3 = 0.6667 and 24/36 = 0.6667 — equal values, different representations.

24/36 simplifies to 2/3 using GCF = 12. GCF(2,3) = 1 confirms 2/3 is already in lowest terms.

Adding fractions with this tool

Add 24/36 + 1/4. LCM(36, 4) = 36. Converted: 24/36 + 9/36 = 33/36. GCF(33, 36) = 3. Simplified: 11/12. Furthermore, 11/12 = 0.9167. The tool shows each step — LCD, conversion, sum and simplification.

What is a fraction in lowest terms?

A fraction is in lowest terms when its numerator and denominator share no common factor other than 1. This is equivalent to saying GCF(numerator, denominator) = 1 — the numbers are coprime. Furthermore, every rational number has exactly one representation in lowest terms, which is the canonical mathematical form.

Reducing fractions before calculation simplifies arithmetic. Working with 2/3 instead of 24/36 throughout a problem avoids unnecessarily large intermediate numbers. Moreover, simplified fractions are the expected answer format in mathematics education and standardised testing.

The GCF is closely related to the LCM. The identity GCF(a,b) × LCM(a,b) = a × b means that knowing the GCF immediately gives the LCM, which is needed for adding fractions. Consequently, a single GCF computation enables both simplification and fraction addition.

Why fraction simplification matters

In education, unsimplified answers are often marked incorrect even when numerically equivalent. 6/8 and 3/4 have the same value, but 3/4 is the expected simplified form. Furthermore, simplifying demonstrates genuine understanding of fraction equivalence rather than just mechanical computation.

In practical contexts, simpler fractions communicate proportions more clearly. A recipe calling for 3/8 cup is more readable than 375/1000 cup, even though both measure the same volume. Moreover, engineering drawings, music notation and financial ratios all prefer the simplest fractional form.

Common simplification mistakes

Dividing only the numerator or only the denominator by the GCF changes the value of the fraction. Both must be divided by the same number. Furthermore, a simple cross-check: multiply the simplified fraction by the GCF and confirm the original numerator and denominator are recovered.

Finding a common factor smaller than the GCF leaves the fraction partially simplified. Dividing 24/36 by 6 gives 4/6, which simplifies further to 2/3. Using the GCF in one step is more efficient. Moreover, repeating simplification is valid — the result is always the same — but the GCF approach is faster.

Treating GCF = 1 as a sign the formula failed is a misconception. GCF = 1 means the fraction is already in lowest terms. Furthermore, fractions like 5/7 or 11/13 are already simplified — there is no GCF to apply.

Tips for finding the GCF quickly

For small numbers, list factors of both: factors of 24 = 1,2,3,4,6,8,12,24; factors of 36 = 1,2,3,4,6,9,12,18,36. The largest shared factor is 12. Furthermore, this method is fast for numbers below 50.

For larger numbers, the Euclidean algorithm is more efficient. Repeatedly replace the larger number with the remainder of dividing by the smaller: GCF(1024, 768) = GCF(768, 256) = GCF(256, 0) = 256. Moreover, this terminates in at most log(n) steps.

Prime factorisation gives GCF systematically for any numbers: 24 = 2³×3 and 36 = 2²×3². GCF = 2²×3 = 12. Furthermore, this method is ideal when prime factors are already known from earlier calculations.

Frequently asked questions

A fraction in lowest terms has no common factor between numerator and denominator other than 1. Furthermore, this is the canonical simplest representation of any rational number.

A method for finding GCF by repeated division: GCF(a,b) = GCF(b, a mod b) until the remainder is zero. Moreover, it is one of the oldest known algorithms, dating to ancient Greece.

Yes. The sign is preserved through simplification. Furthermore, the convention is to place the negative sign in the numerator rather than the denominator.

The fraction is already in lowest terms. GCF = 1 means the two numbers are coprime — they share no common factor greater than 1. Moreover, no further simplification is possible.

Find the LCM of both denominators. Convert each fraction to the LCM as denominator, then add the numerators. Finally, simplify by the GCF of the sum. Furthermore, this tool shows each step for the optional second fraction.

Related tools

Decimal to Fraction

Convert decimals to simplified fractions. Furthermore, supports the reverse direction too.

Fraction to Decimal

Convert fractions to decimal form. Moreover, shows percentage and simplified fraction.

Long Division Calculator

Divide numbers with step-by-step working. Additionally, shows quotient and remainder.

Quadratic Solver

Find roots of quadratics with exact fractional values. Furthermore, shows Vieta's relations.

Percentage Calculator

Convert fractions, decimals and percentages. Additionally, calculate percentage change.

Statistics Calculator

Compute 15 descriptive statistics from a dataset. Moreover, includes mean and variance.

Rate this tool

4.6
out of 5
180 ratings
5 ★
67%
4 ★
24%
3 ★
7%
2 ★
2%
1 ★
1%
How useful was this tool?