Math

How to Add, Subtract, Multiply, and Divide Fractions

Published April 29, 2026Updated May 10, 20269 min read

Fractions are one of the first places where maths stops being intuitive. Adding 1/3 + 1/4 is not 2/7 (a very common mistake), and dividing by a fraction means flipping and multiplying — which feels backwards until you understand why.

This guide covers all four operations (addition, subtraction, multiplication, division) with clear rules, step-by-step examples, and tips for simplifying results. It is the companion article to the Fraction Calculator, which handles these operations automatically.

Key takeaways

  • Addition/Subtraction: find a common denominator, then add/subtract numerators.
  • Multiplication: multiply numerators, multiply denominators, simplify.
  • Division: flip the second fraction and multiply.
  • Always simplify by dividing both numerator and denominator by their greatest common divisor (GCD).

Adding fractions

Rule: find a common denominator, convert each fraction, then add numerators.

Example: 1/3 + 1/4. The least common denominator (LCD) is 12. Convert: 4/12 + 3/12 = 7/12.

Example with like denominators: 2/5 + 1/5 = 3/5. When denominators match, just add the tops.

Mixed numbers: convert to improper fractions first. 2 1/3 + 1 1/4 = 7/3 + 5/4 = 28/12 + 15/12 = 43/12 = 3 7/12.

Subtracting fractions

Same process as addition, but subtract numerators instead.

Example: 5/6 − 1/4. LCD = 12. Convert: 10/12 − 3/12 = 7/12.

Watch for negatives: 1/4 − 5/6 = 3/12 − 10/12 = −7/12.

Multiplying fractions

Rule: multiply the numerators, multiply the denominators. No common denominator needed.

Example: 2/3 × 4/5 = 8/15.

Tip: cross-cancel before multiplying to keep numbers small. 3/4 × 8/9: the 3 and 9 share a factor of 3 (giving 1/4 × 8/3), and the 4 and 8 share a factor of 4 (giving 1/1 × 2/3) = 2/3.

Multiplying by a whole number: treat the whole number as a fraction over 1. 5 × 2/3 = 5/1 × 2/3 = 10/3 = 3 1/3.

Dividing fractions

Rule: flip the divisor (take its reciprocal), then multiply.

Example: 3/4 ÷ 2/5 = 3/4 × 5/2 = 15/8 = 1 7/8.

Why does this work? Dividing by 2/5 is the same as asking "how many 2/5s fit into 3/4?" Multiplying by the reciprocal answers that question.

Dividing by a whole number: 2/3 ÷ 4 = 2/3 × 1/4 = 2/12 = 1/6.

Simplifying fractions

After every operation, simplify by dividing both numerator and denominator by their greatest common divisor (GCD).

Example: 8/12. GCD of 8 and 12 is 4. 8 ÷ 4 = 2, 12 ÷ 4 = 3. Simplified: 2/3.

If the numerator is larger than the denominator, convert to a mixed number: 15/4 = 3 3/4.

The Fraction Calculator automatically simplifies every result and shows both improper and mixed-number forms.

Try the calculators referenced in this guide

Put the maths into practice — every calculator is free and runs entirely in your browser.

Frequently Asked Questions

How do I find the least common denominator?

List the multiples of each denominator until you find the smallest one they share. For 3 and 4: multiples of 3 = 3, 6, 9, 12; multiples of 4 = 4, 8, 12. LCD = 12. For large numbers, use the formula LCD = (a × b) ÷ GCD(a, b).

Can I add fractions by adding tops and bottoms?

No. 1/2 + 1/3 ≠ 2/5. You must find a common denominator first. 1/2 + 1/3 = 3/6 + 2/6 = 5/6.

How do I convert a fraction to a decimal?

Divide the numerator by the denominator. 3/8 = 3 ÷ 8 = 0.375. Some fractions give repeating decimals: 1/3 = 0.333...

✏️
Written by

The Precision Calculator Editorial Team

The editorial team at Get Precision Calculator writes practical, formula-driven guides that explain the maths behind every calculator on this site. All content is reviewed for accuracy before publishing.