Fraction Calculator

Top of first fraction

Bottom of first fraction

Top of second fraction

Bottom of second fraction

Formula
Add: (a×d + b×c) / (b×d) | Sub: (a×d − b×c) / (b×d) | Mul: (a×c) / (b×d) | Div: (a×d) / (b×c)

For addition and subtraction, find a common denominator. For multiplication, multiply numerators and denominators. For division, multiply by the reciprocal.

Loading calculator…
TL;DR

Enter two fractions, pick an operation, and get a simplified result with the decimal equivalent.

Enter two fractions and pick an operation: add, subtract, multiply, or divide. The result is automatically simplified and shown as both a fraction and a decimal. Accepts mixed numbers. Good for checking homework or simplifying recipe proportions.

Fractions appear in cooking recipes, construction measurements, probability, and algebra. This calculator handles all four arithmetic operations on fractions and always gives results in simplified form, showing the decimal equivalent too.

You came here because

Common situations

  • Cooking and baking: Scale recipes up or down by multiplying or dividing fractional measurements.
  • Algebra homework: Check fraction arithmetic in equations and verify simplification.
  • Woodworking: Add fractional measurements in inches like 3/8 + 5/16.
  • Probability: Combine fractional probabilities through multiplication and addition.

Under the hood

How the calculation works

  1. 1Enter the numerator and denominator for each fraction.
  2. 2Select the operation from the dropdown: Add, Subtract, Multiply, or Divide.
  3. 3For addition and subtraction, the calculator finds a common denominator (cross-multiplication method).
  4. 4For multiplication, it multiplies numerators together and denominators together.
  5. 5For division, it multiplies the first fraction by the reciprocal of the second.
  6. 6The result is simplified by dividing by the Greatest Common Divisor (GCD).

Show me

A real example

Example: 2/3 + 3/4

  1. 1Common denominator: 3 × 4 = 12
  2. 2Convert: 2/3 = 8/12 and 3/4 = 9/12
  3. 3Add: 8/12 + 9/12 = 17/12
  4. 4GCD(17, 12) = 1, so already simplified
  5. 5As mixed number: 1 5/12
Result: 17/12 = 1 5/12 ≈ 1.4167

Watch out for

What can go wrong

  • Adding fractions by adding numerators and denominators separately: 1/2 + 1/3 is not 2/5. You must find a common denominator first: 3/6 + 2/6 = 5/6. The calculator handles this automatically, but knowing why prevents mental errors.
  • Forgetting to simplify the result manually: The calculator simplifies automatically using the GCD. If you are doing it by hand and forget to simplify, the answer is technically correct but not in standard form and may confuse a teacher or colleague.
  • Entering mixed numbers incorrectly: If the input expects a mixed number in the format "2 3/4", entering "2.75" or "11/4" may not work as expected. Check the input format instructions before entering a mixed number.
  • Dividing fractions without flipping the second one: Dividing by a fraction means multiplying by its reciprocal. 1/2 ÷ 1/4 = 1/2 × 4/1 = 2. The calculator handles this, but it is the step most often done wrong by hand.

Glossary

Related concepts

TermDefinition
NumeratorThe top number in a fraction: how many parts you have.
DenominatorThe bottom number in a fraction: how many equal parts the whole is divided into.
Simplest formA fraction where the numerator and denominator share no common factor other than 1.
Mixed numberA whole number combined with a proper fraction, like 1 3/4.

Make it better

Pro tips

  • Use the GCD calculator for manual simplification: If you want to simplify a fraction by hand, find the GCD of numerator and denominator using the GCD calculator, then divide both by that number.
  • Verify with the decimal equivalent: The calculator shows the decimal alongside the fraction. If 3/4 does not equal 0.75 in the result, something went wrong in the input.
  • Use fractions for exact arithmetic in code: Floating-point arithmetic in programming introduces rounding errors. For financial or scientific calculations requiring exactness, fractions avoid the 0.1 + 0.2 ≠ 0.3 problem.
  • Convert percentages to fractions for easier mental math: 25% = 1/4, 33% ≈ 1/3, 75% = 3/4. These fractions are often easier to work with mentally than decimal equivalents when estimating.

Common questions

Frequently asked questions

For related calculations, try the Percentage Calculator, GCD Calculator, or Average Calculator. Browse all Calculator Online calculators for the full catalog.

Methodology

This calculator uses the standard fraction calculator formula. Results match those from established financial, scientific, and health references.

Reviewed by

Calculator Online Editorial Team. All formulas verified against authoritative sources before publication.

Last updated

2026-01-15