Fraction arithmetic follows consistent rules regardless of the numbers involved. This calculator applies those rules and shows the simplified result along with its decimal and mixed-number equivalents.
How fraction arithmetic works
Addition and subtraction: finding a common denominator
Two fractions can only be added or subtracted directly when they share a denominator. To add fractions with different denominators, convert both to an equivalent form that uses the same denominator.
The most reliable method is to multiply the two denominators together to form the common denominator:
For example, adding 1/3 and 1/6:
Subtraction follows the same pattern:
Multiplication: numerator times numerator, denominator times denominator
Multiplication does not require a common denominator:
For example: 2/5 × 5/8 = 10/40 = 1/4. You can simplify either before or after multiplying.
Division: multiply by the reciprocal
Dividing by a fraction is equivalent to multiplying by its reciprocal (the fraction flipped):
For example: 2/3 ÷ 4/5 = 2/3 × 5/4 = 10/12 = 5/6.
Simplification via GCD
After each operation, the result is reduced to lowest terms using the greatest common divisor (GCD). The GCD is the largest integer that divides both the numerator and denominator without a remainder. For raw GCD or LCM of an integer list, the GCD / LCM calculator is the dedicated tool.
The Euclidean algorithm finds the GCD efficiently:
For example, gcd(12, 8): 12 mod 8 = 4, then gcd(8, 4): 8 mod 4 = 0, so gcd = 4. Thus 12/8 simplifies to 3/2.
Example: recipe scaling
A recipe calls for 3/4 cup of sugar, but you want to make 2/3 of the recipe.
How much sugar do you need?
You used 1/4 cup — how much is left from the original 3/4?
Mixed numbers
An improper fraction (where the numerator is larger than the denominator) can be expressed as a mixed number: a whole part and a proper fraction. For 7/2, dividing 7 by 2 gives 3 with remainder 1, so the mixed form is 3 1/2.
The calculator shows the result in all three forms: simplified fraction, decimal, and mixed number when the result is greater than 1. If you want the result as a percentage, the percentage calculator takes it from here; for ratio form, the ratio calculator handles simplification and proportion solving.