Last updated: August 1, 2026
Lowest Term Calculator
Creators
Dharmendra SinghReviewers

Creators
Dharmendra SinghReviewers
Quick Answer
The Lowest Term Calculator divides a fraction's numerator and denominator by their greatest common factor, returning the simplified fraction and the GCF used.
Enter a numerator and denominator, and the calculator reduces the fraction to its lowest terms using their greatest common factor.
Creators
Dharmendra SinghReviewers

Creators
Dharmendra SinghReviewers
Formula
simplified fraction = (numerator / gcf) / (denominator / gcf), where gcf = gcd(numerator, denominator)
Where:
- a=Numerator
- b=Denominator
Worked Examples
Simple reduction
Reduce 12/18 to lowest terms.
- 1gcd(12,18) = 6
- 2Divide both by 6
- 3Result is 2/3
Negative denominator
Reduce 6/-9 to lowest terms.
- 1Move the negative sign to the numerator
- 2gcd(6,9) = 3
- 3Result is -2/3
Already reduced
Reduce 5/9, which shares no common factor.
- 1gcd(5,9) = 1
- 2Dividing by 1 changes nothing
- 35/9 is already in lowest terms
Both negative
Reduce -8/-12 to lowest terms.
- 1Both negatives cancel to a positive fraction
- 2gcd(8,12) = 4
- 3Result is 2/3
Introduction
Reducing a fraction to lowest terms (also called simplest form) means dividing the numerator and denominator by their greatest common factor until no further reduction is possible.
What Does 'Lowest Terms' Mean?
A fraction is in lowest terms when its numerator and denominator have no common factor other than 1. Reducing to lowest terms keeps the fraction's value unchanged while using the smallest possible whole numbers.
A fraction in lowest terms has a GCF of exactly 1
Reducing never changes the fraction's actual value
Every fraction has exactly one lowest-terms representation
How the Calculator Works
The calculator finds the greatest common factor of the numerator and denominator using the Euclidean algorithm, then divides both by that value, normalizing the sign so the denominator stays positive.
Both numerator and denominator must be whole numbers
The denominator cannot be zero
A negative sign is always moved to the numerator
Input Guide
Enter the numerator and denominator of the fraction you want to simplify.
- 1
numerator: the top number of the fraction, e.g. 12
- 2
denominator: the bottom number of the fraction, e.g. 18
Output Guide
The calculator returns the simplified fraction and the greatest common factor used to reduce it.
- 1
simplifiedNumerator: the reduced numerator
- 2
simplifiedDenominator: the reduced denominator
- 3
gcf: the greatest common factor divided out
How to Use This Calculator
Enter the numerator and denominator, then read the simplified fraction and the GCF that was used.
Type any whole number numerator
Type any nonzero whole number denominator
Compare the GCF to verify the reduction by hand
Common Mistakes
Simplification errors usually come from stopping before the fraction is fully reduced or dividing by the wrong factor.
Dividing by a common factor that isn't the greatest one
Entering a zero denominator
Forgetting to normalize a negative denominator
Practical Uses
Simplified fractions are easier to compare, communicate, and use in further calculations.
Reporting cleaner answers in homework and exams
Comparing recipe or mixture ratios at a glance
Preparing fractions for addition or multiplication
FAQs
What does the Lowest Term Calculator compute?
It divides the numerator and denominator by their greatest common factor to produce the simplest equivalent fraction.
Can I enter a negative fraction?
Yes, a negative numerator or denominator is supported and the sign is normalized onto the numerator.
What happens if the denominator is zero?
The calculator returns a validation error because division by zero is undefined.
What if the fraction is already in lowest terms?
The greatest common factor will be 1, and the simplified fraction will match your original input.
Do I need to enter whole numbers?
Yes, both the numerator and denominator must be integers; decimal fractions are not currently supported.
How is the greatest common factor found?
The calculator uses the Euclidean algorithm, repeatedly taking remainders until it reaches the largest shared divisor.
Does simplifying change the fraction's value?
No, dividing both parts by the same greatest common factor always produces an equivalent fraction.