Fraction Calculator
Perform addition, subtraction, multiplication and division on fractions. Press frac to insert a fraction, e.g.
frac(1;2) + frac(3;4). Results are automatically reduced, with full step-by-step MathML explanations.
How fraction arithmetic works
Adding and subtracting fractions
To add or subtract fractions, first find the Least Common Denominator (LCD). The LCD is equal to the Least Common Multiple (LCM) of the two denominators. Convert each fraction to that denominator, then add or subtract the numerators. Finally, reduce the result by dividing both numerator and denominator by their GCD.
Multiplying fractions
Multiply the numerators together and the denominators together: a/b × c/d = (a×c)/(b×d). Then reduce. You can also cross-reduce before multiplying to keep numbers smaller.
Dividing fractions
Dividing by a fraction is the same as multiplying by its reciprocal: a/b ÷ c/d = a/b × d/c. Then proceed as for multiplication.
Reducing to lowest terms
Divide both numerator and denominator by their Greatest Common Divisor (GCD). A fraction is in lowest terms when GCD(numerator, denominator) = 1. Use our GCD & LCM Calculator to find the GCD or LCM of any two integers directly.
Frequently asked questions
frac(11;4). Or write it as 2 + frac(3;4).