Fraction Calculator
Add, subtract, multiply fractions
/
+
/
Formula
Addition
a/b + c/d = (ad + bc) / bdSubtraction
a/b − c/d = (ad − bc) / bdMultiplication
a/b × c/d = ac / bdDivision
a/b ÷ c/d = ad / bcAll results are simplified using the Greatest Common Divisor (GCD).
How to Use
- Select the operation (+, −, ×, ÷) using the tabs
- Enter the numerator and denominator for the first fraction
- Enter the numerator and denominator for the second fraction
- Press Calculate to see the simplified result
FAQ
How do you add fractions with different denominators?
Find a common denominator by multiplying the denominators together, convert each fraction, then add the numerators. For example, 1/2 + 1/3 = 3/6 + 2/6 = 5/6.
How do you simplify a fraction?
Divide both the numerator and denominator by their Greatest Common Divisor (GCD). For example, 8/12: GCD(8,12) = 4, so 8/12 = 2/3.