>
📐 Math Guide

Fraction Calculator Guide: How to Add, Subtract, Multiply and Divide Fractions

📅 May 2026 ⏱️ 10 min read 🎯 All Levels

Table of Contents

  1. What Are Fractions? Numerator, Denominator & Types
  2. How to Add Fractions (Same & Different Denominators)
  3. How to Subtract Fractions Step by Step
  4. How to Multiply Fractions
  5. How to Divide Fractions (Keep, Change, Flip)
  6. How to Simplify Fractions Using GCD
  7. Working with Mixed Numbers
  8. Try the Free Fraction Calculator
  9. Real-World Uses of Fractions
  10. Frequently Asked Questions

Fractions trip up students at every level — from elementary arithmetic to university calculus. Yet the rules are surprisingly simple once you see them applied clearly. Whether you're struggling with adding fractions with different denominators or need a quick refresher on dividing mixed numbers, this guide walks you through all four operations with step-by-step examples.

By the end of this guide, you'll be able to add, subtract, multiply, and divide any fraction with confidence — and you'll have a free embedded calculator to check your work instantly.

🧮 Try our free Fraction Calculator with full step-by-step solutions

Open Fraction Calculator →

What Are Fractions? Numerator, Denominator & Types

A fraction represents a part of a whole. It has two parts separated by a line:

For example, in ¾, the numerator 3 means you have 3 parts, and the denominator 4 means the whole is divided into 4 equal parts.

Types of Fractions

TypeDefinitionExample
Proper fractionNumerator < Denominator3/4, 1/2, 5/8
Improper fractionNumerator ≥ Denominator7/4, 9/5, 11/3
Mixed numberWhole number + proper fraction1¾, 2½, 3⅓
Equivalent fractionsDifferent notation, same value1/2 = 2/4 = 4/8

How to Add Fractions

Adding fractions has two cases depending on whether the denominators are the same or different.

Case A: Same Denominators (Easy)

Rule: Add the numerators, keep the denominator the same.
a/c + b/c = (a + b)/c
✅ Example

Calculate: 2/7 + 3/7

Same denominator (7) → add numerators
2 + 3 = 5
Keep denominator: 5/7
Answer: 5/7

Case B: Different Denominators (Find the LCD)

Rule: Find the Least Common Denominator (LCD), convert both fractions, then add numerators.
1

Find the LCD

The LCD is the smallest number both denominators divide into evenly. For 1/3 + 1/4, the LCD is 12 (since 3×4=12 and no smaller number works).

2

Convert Each Fraction

Multiply numerator and denominator of each fraction to get the LCD as denominator: 1/3 = 4/12 and 1/4 = 3/12.

3

Add the Numerators

4/12 + 3/12 = 7/12. Keep the denominator. Simplify if possible.

✅ Full Worked Example

Calculate: 1/3 + 1/4

Step 1: LCD of 3 and 4 = 12
Step 2: 1/3 = 4/12    1/4 = 3/12
Step 3: 4/12 + 3/12 = 7/12
Answer: 7/12

How to Subtract Fractions

Subtraction follows the exact same rules as addition — find a common denominator, then subtract the numerators.

📐 Subtraction Formula
Same denominator: a/c − b/c = (a − b)/c
Different denominators: Convert to LCD, then subtract numerators
✅ Example — Same Denominator

Calculate: 5/9 − 2/9

Same denominator (9) → subtract numerators
5 − 2 = 3
Keep denominator: 3/9
Simplify: 3/9 = 1/3
Answer: 1/3
✅ Example — Different Denominators

Calculate: 3/4 − 1/6

Step 1: LCD of 4 and 6 = 12
Step 2: 3/4 = 9/12    1/6 = 2/12
Step 3: 9/12 − 2/12 = 7/12
Answer: 7/12
✖️

How to Multiply Fractions

Multiplication is actually the easiest fraction operation — no common denominator needed!

📐 Multiplication Formula
a/b × c/d = (a × c) / (b × d)
Multiply numerators together, multiply denominators together
✅ Worked Example

Calculate: 2/3 × 3/4

Numerators: 2 × 3 = 6
Denominators: 3 × 4 = 12
Result: 6/12
Simplify (÷ 6): 6/12 = 1/2
Answer: 1/2
💡 Pro Tip: Cross-Cancel Before Multiplying

In 2/3 × 3/4, the 3 in the numerator of the second fraction and the 3 in the denominator of the first can cancel before you multiply: (2/1) × (1/4) = 2/4 = 1/2. This avoids large numbers and simplification steps later.

✅ Real-World Example

A recipe needs 3/4 cup of sugar. You want to make 2/3 of the recipe. How much sugar?

3/4 × 2/3
Numerators: 3 × 2 = 6
Denominators: 4 × 3 = 12
6/12 = 1/2
Answer: 1/2 cup of sugar
÷

How to Divide Fractions

Dividing fractions uses a simple trick: multiply by the reciprocal. The reciprocal of a fraction is just the fraction flipped upside down.

📐 Division Formula (Keep, Change, Flip)
a/b ÷ c/d = a/b × d/c
Keep the first fraction · Change ÷ to × · Flip the second fraction
✅ Worked Example

Calculate: 2/3 ÷ 4/5

Step 1 (Keep): Keep 2/3
Step 2 (Change): ÷ becomes ×
Step 3 (Flip): 4/5 becomes 5/4
Result: 2/3 × 5/4 = 10/12
Simplify (÷ 2): 10/12 = 5/6
Answer: 5/6
✅ Real-World Example

You have 3/4 of a pizza. Each person gets 1/8 of the whole pizza. How many servings?

3/4 ÷ 1/8
Keep 3/4 · Change to × · Flip 1/8 → 8/1
3/4 × 8/1 = 24/4 = 6
Answer: 6 servings

How to Simplify Fractions Using GCD

A fraction is in its simplest form when the numerator and denominator share no common factors other than 1. To simplify, find the Greatest Common Divisor (GCD) and divide both parts by it.

1

Find the GCD

List factors of both numbers and find the largest one they share. For 12/18: factors of 12 are 1,2,3,4,6,12; factors of 18 are 1,2,3,6,9,18. GCD = 6.

2

Divide Both by the GCD

12 ÷ 6 = 2 and 18 ÷ 6 = 3. So 12/18 simplifies to 2/3.

💡 Euclid's Algorithm

For large numbers, use Euclid's method: GCD(48, 18) → 48 = 2×18+12 → GCD(18,12) → 18=1×12+6 → GCD(12,6) = 6. The GCD is the last non-zero remainder.

Working with Mixed Numbers

Mixed numbers combine a whole number with a fraction (like 2¾). To perform any arithmetic with them, first convert to improper fractions.

📐 Converting Mixed Number to Improper Fraction
a b/c = (a × c + b) / c
Example: 2¾ = (2×4+3)/4 = 11/4
✅ Adding Mixed Numbers

Calculate: 1½ + 2⅓

Convert: 1½ = 3/2    2⅓ = 7/3
LCD of 2 and 3 = 6
3/2 = 9/6    7/3 = 14/6
9/6 + 14/6 = 23/6
Convert back: 23/6 = 3 and 5/6 remainder
Answer: 3⅚

Try the Free Fraction Calculator

Enter any two fractions below and choose the operation. The calculator shows the result in both fraction and decimal form.

🧮 Fraction Calculator

Enter numerators and denominators for each fraction, then choose your operation.

5/6
= 0.833...

For more tools including fraction simplification, mixed number conversion, and fraction-to-decimal conversion, visit our full Math Calculator suite.

Real-World Uses of Fractions

Fractions aren't just a classroom exercise — they appear constantly in daily life:

Frequently Asked Questions

How do you add fractions with different denominators?

Find the Least Common Denominator (LCD), convert each fraction to have that denominator, then add the numerators. For 1/3 + 1/4: LCD = 12, so 4/12 + 3/12 = 7/12.

How do you multiply fractions?

Multiply numerators together and denominators together. No common denominator needed. For 2/3 × 3/4: (2×3)/(3×4) = 6/12 = 1/2. Cross-canceling before multiplying simplifies the work.

How do you divide fractions?

Use "Keep, Change, Flip": keep the first fraction, change division to multiplication, and flip the second fraction. For 2/3 ÷ 4/5: 2/3 × 5/4 = 10/12 = 5/6.

How do you simplify a fraction?

Find the GCD of numerator and denominator, then divide both by that number. For 12/16: GCD = 4, so 12÷4 = 3 and 16÷4 = 4, giving 3/4.

How do you add mixed numbers?

Convert to improper fractions first, find the LCD, add, and convert back. For 1½ + 2⅓: 3/2 + 7/3 = 9/6 + 14/6 = 23/6 = 3⅚.

Conclusion

Fraction arithmetic follows four clear rules. Adding and subtracting require a common denominator. Multiplying is straightforward — numerator times numerator, denominator times denominator. Dividing means multiplying by the reciprocal. Always simplify your answer using the GCD.

Practice these four operations with our free calculator and you'll handle any fraction problem with confidence — in school, the kitchen, or the workshop.

🚀 Try all fraction operations with full step-by-step solutions

Open Free Fraction Calculator →

Related Math Guides