Fraction Simplifier
Simplify any fraction to its lowest terms. Reduce proper, improper, and negative fractions using GCD division with step-by-step work shown.
βοΈ Fraction Simplifier
Simplified Fraction
Steps
How to Simplify a Fraction
A simplified fraction (also called a reduced fraction) is one where the numerator and denominator are as small as possible while still being whole numbers. The key: the only common factor between them is 1.
For example, 6/8 and 3/4 are equivalent fractions β they represent the same value. But 3/4 is in simplest form because the only common factor of 3 and 4 is 1.
Step One: Find the Greatest Common Factor (GCF)
List all factors of both the numerator and denominator, then identify the largest factor they share.
Example: Simplify 18/24.
- Factors of 18: 1, 2, 3, 6, 9, 18
- Factors of 24: 1, 2, 3, 4, 6, 8, 12, 24
- Common factors: 1, 2, 3, 6
- Greatest Common Factor = 6
Use our GCD Calculator for a faster way to find the GCF.
Step Two: Divide by the GCF
Divide both the numerator and denominator by the greatest common factor.
- 18 Γ· 6 = 3
- 24 Γ· 6 = 4
- 18/24 = 3/4 β
The Division Ladder β An Easier Method
Instead of finding all factors, repeatedly divide both numbers by the smallest common factor until no more common factors exist:
Example: Simplify 8/12 using the division ladder.
- Both are even β divide by 2: 8/12 β 4/6
- Both are even β divide by 2: 4/6 β 2/3
- 2 and 3 share no common factor β done!
Result: 8/12 = 2/3
This method is great when you don't want to compute the GCF upfront β you just keep dividing by small primes (2, 3, 5, β¦) until you can't anymore.
How to Simplify Improper Fractions
An improper fraction has a numerator larger than the denominator (like 12/8). First simplify, then convert to a mixed number.
Example: Simplify 12/8.
- GCF(12, 8) = 4
- 12/8 = 3/2 (simplified)
- 3 Γ· 2 = 1 remainder 1 β 1 1/2 (as mixed number)
Use our Long Division Calculator for that final step.
Simplifying Negative Fractions
For negative fractions like β6/8 or 6/(β8):
- Note the sign β if exactly one of numerator or denominator is negative, the fraction is negative.
- Simplify the absolute values: 6/8 β 3/4.
- Reattach the sign: β3/4.
If both are negative (β6/β8), the negatives cancel and the result is positive: 3/4.
Frequently Asked Questions
What does it mean to simplify a fraction?
Simplifying means expressing a fraction in its lowest terms β the numerator and denominator have no common factor other than 1. The value of the fraction doesn't change; only the way it's written becomes simpler. For example, 6/8 simplified is 3/4.
How do you know when a fraction is already in simplest form?
A fraction is in simplest form when the GCF (Greatest Common Factor) of the numerator and denominator is 1. For example, 3/4 has GCF(3,4) = 1, so it's already simplified. But 6/8 has GCF(6,8) = 2, so it can still be reduced.
What is the difference between reducing and simplifying a fraction?
They're often used interchangeably. Reducing typically means dividing both parts by any common factor (making the fraction smaller). Simplifying means reducing all the way to the lowest terms by dividing by the GCF. So simplifying is the complete version of reducing.
Can fractions with prime numbers be simplified?
If both the numerator and denominator are prime numbers (and different), the fraction is already in simplest form because primes only have factors of 1 and themselves. For example, 3/7 cannot be simplified. However, 5/5 = 1.
Is 0/5 a simplified fraction?
Yes β any fraction with a numerator of 0 equals 0 and is already in simplest form, as long as the denominator is not also 0 (which would be undefined). The simplest way to write 0/5 is just 0.
Where:
- n = Numerator of the original fraction
- d = Denominator of the original fraction
- GCF = Greatest Common Factor of n and d
π Worked Example
18/24
GCF(18,24) = 6 β 18Γ·6 / 24Γ·6= 3/4
12/8 (improper)
GCF(12,8) = 4 β 12Γ·4 / 8Γ·4 = 3/2= 1 1/2
β6/8 (negative)
GCF(6,8) = 2 β 6Γ·2 / 8Γ·2 = 3/4= β3/4