Free Fraction Calculator

Fraction Calculator

Add, subtract, multiply, divide, or simplify fractions and mixed numbers with exact results and worked steps. Browse more related tools in our Math Calculators collection.

Exact fraction arithmetic Mixed numbers Formula and steps No sign-up

Calculator

Calculate with fractions

Choose an operation and enter fractions, integers, decimals, or mixed numbers such as 1 1/2.

a/b
c/d

Accepted: 3/4, -2/5, 1 1/2, integers, or finite decimals.

Advertisement

What is a fraction calculator?

A fraction calculator performs arithmetic with rational numbers while keeping the answer in exact fractional form. It accepts proper fractions, improper fractions, integers, finite decimals and mixed numbers.

Use the Math Calculators category to explore percentage, ratio and algebra tools.

How does the fraction calculator work?

Every entry is converted to an integer numerator and denominator. The selected operation is applied, then the numerator and denominator are divided by their greatest common divisor. This avoids the early decimal rounding that can occur with floating-point arithmetic.

Fraction formulas

a/b + c/d = (ad + bc) / bd
a/b − c/d = (ad − bc) / bd
a/b × c/d = ac / bd
a/b ÷ c/d = ad / bc

How to use the fraction calculator

  1. Select add, subtract, multiply, divide or simplify.
  2. Enter the first fraction or mixed number.
  3. Enter a second value unless simplifying only one fraction.
  4. Select Calculate Fraction and review the exact fraction, mixed number, decimal and steps.

Fraction examples

For 1/2 + 1/3, the common denominator is 6: 3/6 + 2/6 = 5/6. For 2/3 ÷ 4/5, multiply by the reciprocal: 2/3 × 5/4 = 10/12 = 5/6.

Rules and limitations

A denominator cannot be zero. Division by a zero-valued second fraction is also undefined. Decimal inputs must be finite ordinary decimals; repeating decimals should be entered directly as fractions when an exact value is required.

Frequently asked questions about fractions

Use a common denominator, add the adjusted numerators, then simplify the result.
Yes. Enter a mixed number with a space, such as 1 1/2.
Divide the numerator and denominator by their greatest common divisor.
No. Division by zero is undefined, so a fraction cannot have a zero denominator.
Yes. Finite decimal entries are converted to exact fractions before calculation.
The sign is normalized to the numerator and the denominator is displayed as positive.

Methodology and calculation scope

Inputs are parsed as rational numbers and normalized with the Euclidean greatest-common-divisor algorithm. Arithmetic uses exact BigInt integers before a decimal approximation is produced.

Privacy note: Calculations run in your browser. This page does not send the values you enter to a calculation server.