Fraction Calculator

Perform addition, subtraction, multiplication, and division on fractions. Get simplified results using GCD.

Result (Fraction)
17/12
Decimal
1.416667
Planning notes, formulas, and examples

About the Fraction Calculator

The Fraction Calculator performs all four basic arithmetic operations on fractions: addition, subtraction, multiplication, and division. Enter two fractions, select the operation, and get the result simplified to its lowest terms.

Fraction arithmetic is a foundational math skill, but it is also one of the most error-prone when done by hand. Finding common denominators, cross-multiplying, and simplifying can each introduce mistakes. This calculator handles all the steps and always delivers the fully reduced answer.

Whether you're a student working through homework, a cook scaling recipes, a carpenter measuring lumber, or an engineer working with tolerances, this calculator removes the tedium of manual fraction math. It shows both the simplified fraction and the decimal equivalent for maximum flexibility.

When This Page Helps

Manual fraction arithmetic requires multiple steps prone to error. This calculator handles finding common denominators, performing the operation, and simplifying to lowest terms โ€” all in one step.

How to Use the Inputs

  1. Enter the numerator and denominator for the first fraction.
  2. Select the arithmetic operation (+, โˆ’, ร—, รท).
  3. Enter the numerator and denominator for the second fraction.
  4. View the simplified result as a fraction and decimal.
  5. Use the result for further calculations as needed.
Formula used
Addition: a/b + c/d = (ad + bc) / bd Subtraction: a/b โˆ’ c/d = (ad โˆ’ bc) / bd Multiplication: a/b ร— c/d = ac / bd Division: a/b รท c/d = ad / bc All results simplified by dividing by GCD(numerator, denominator).

Example Calculation

Result: 17/12

3/4 + 2/3 = (3ร—3 + 4ร—2) / (4ร—3) = (9 + 8) / 12 = 17/12. GCD(17,12) = 1, so the fraction is already simplified. As a decimal: 1.4167.

Tips & Best Practices

  • For addition and subtraction, the calculator finds the common denominator automatically.
  • Multiplication is the simplest operation: just multiply numerators and denominators.
  • Division flips the second fraction and multiplies.
  • Always check your result by converting to decimal โ€” it's a quick sanity check.
  • Negative fractions are handled correctly; the sign is placed on the numerator.
  • Enter 0 as the numerator for a fraction equal to zero.

Fraction Arithmetic Basics

Fractions represent parts of a whole. The numerator (top) tells how many parts you have, and the denominator (bottom) tells how many equal parts make the whole. Understanding this makes fraction operations intuitive.

Why Simplification Matters

Unsimplified fractions like 6/8 are mathematically correct but harder to interpret than 3/4. Simplification ensures clarity in communication, especially in recipes, measurements, and engineering specifications.

Real-World Applications

Carpenters add fractions when combining measurements. Cooks scale recipes using fraction multiplication. Engineers calculate tolerances with fraction subtraction. This calculator handles these operations while reducing manual errors in professional contexts.

Sources & Methodology

Last updated:

Frequently Asked Questions

  • Find a common denominator (typically the product of both denominators), convert both fractions to have that denominator, add the numerators, and simplify. This calculator does all these steps automatically.