... LIVE
🔢 Select Operation & Enter Fractions
a/b + c/d
Fraction 1
+
Fraction 2
Enter integers only (positive or negative). For mixed numbers, enter the whole number separately. Denominator cannot be zero.
Result
⚠️ Disclaimer: This calculator provides exact fraction arithmetic results. Always verify manually for critical academic or professional use.

Sources & Methodology

All fraction arithmetic uses exact integer arithmetic (no floating-point rounding during calculation). Results simplified using Euclidean algorithm for GCF. LCM computed as |a×b| / GCF(a,b).
📘
Khan Academy — Fraction Arithmetic
Khan Academy’s complete fraction curriculum covering addition, subtraction, multiplication, division, and simplification with the exact step-by-step methods implemented in this calculator.
🏛️
NIST Digital Library of Mathematical Functions
U.S. government authoritative reference for mathematical definitions including rational number arithmetic, GCF (Euclidean algorithm), and LCM computations.
Methods used:
Add/Subtract: a/b ± c/d = (a×d ± c×b) / (b×d), then simplify by GCF Multiply: a/b × c/d = (a×c) / (b×d), then simplify Divide: a/b ÷ c/d = a/b × d/c = (a×d) / (b×c), then simplify Simplify: GCF = Euclidean algorithm; result = (num/GCF) / (den/GCF) All arithmetic performed in integers. No floating-point rounding until final decimal conversion.

Last reviewed: April 2026

Complete Guide to Fraction Arithmetic — Every Operation with Steps

Fractions represent parts of a whole. They appear everywhere in daily life: cooking measurements (1/2 cup, 3/4 teaspoon), construction dimensions (3/8 inch, 7/16 inch), time calculations (3/4 of an hour), probability (1 in 6 chance), and finance (2/3 of a budget). Understanding fraction arithmetic is a foundational math skill that underpins algebra, calculus, physics, and engineering.

Worked Example: Adding Fractions
Problem: 1/3 + 1/4
Step 1: Find LCD of 3 and 4. Multiples of 3: 3, 6, 12. Multiples of 4: 4, 8, 12. LCD = 12.
Step 2: Convert: 1/3 = 4/12   and   1/4 = 3/12
Step 3: Add numerators: 4/12 + 3/12 = 7/12
Step 4: Check simplification: GCF(7,12) = 1. Already simplified. Answer = 7/12

How to Add Fractions — Step by Step

To add fractions, both must share the same denominator (the bottom number). The process: (1) find the Least Common Denominator (LCD) of both denominators, (2) convert each fraction so both have the LCD, (3) add the numerators (top numbers) while keeping the denominator, (4) simplify the result by dividing both parts by their GCF. For fractions with the same denominator (e.g. 3/8 + 1/8), just add numerators: 4/8 = 1/2.

How to Subtract Fractions

Subtraction follows the identical process as addition. Find the LCD, convert both fractions to the LCD, then subtract the second numerator from the first. Example: 3/4 − 1/3. LCD = 12. Convert: 9/12 − 4/12 = 5/12. GCF(5,12) = 1, so the result is already simplified. When the result is negative (e.g. 1/4 − 3/4 = −2/4 = −1/2), the negative sign applies to the numerator.

How to Multiply Fractions

Multiplication is the simplest fraction operation: multiply numerators together and denominators together. Formula: (a/b) × (c/d) = (a×c)/(b×d). Example: 2/3 × 3/4 = 6/12 = 1/2. No LCD is needed. To simplify, divide by GCF before or after multiplying. Cross-cancelling simplifies before multiplying: 2/3 × 3/4 → cancel the 3s → 2/1 × 1/4 = 2/4 = 1/2. This keeps numbers small and avoids large intermediate values.

How to Divide Fractions — Keep, Change, Flip

Division uses the KCF method: Keep the first fraction, Change division to multiplication, Flip (find the reciprocal of) the second fraction. Formula: (a/b) ÷ (c/d) = (a/b) × (d/c). Example: 2/3 ÷ 4/5 = 2/3 × 5/4 = 10/12 = 5/6. The reciprocal of any fraction a/b is b/a — simply swap numerator and denominator. Never divide by zero: if the second fraction is 0/any or any/0, the operation is undefined.

💡 The KCF Rule Explained: Why does “flip and multiply” work for division? Because dividing by a fraction is the same as asking “how many times does this fraction fit in the other?” Mathematically, (a/b) ÷ (c/d) = (a/b) × (1/(c/d)) = (a/b) × (d/c). This is not a trick — it is a direct consequence of the definition of division as multiplication by the reciprocal.

How to Simplify Fractions (Reduce to Lowest Terms)

A fraction is in its simplest form (lowest terms) when the numerator and denominator share no common factors other than 1. Process: find the GCF (Greatest Common Factor) of numerator and denominator, then divide both by the GCF. Example: simplify 18/24. Factors of 18: 1,2,3,6,9,18. Factors of 24: 1,2,3,4,6,8,12,24. GCF = 6. So 18/24 = (18/6)/(24/6) = 3/4. The GCF can be found using the Euclidean algorithm: GCF(18,24) = GCF(18, 24−18) = GCF(18,6) = GCF(6,0) = 6.

Working with Mixed Numbers

Mixed numbers like 2½ combine a whole number and a fraction. To perform arithmetic, convert to improper fractions first: multiply the whole number by the denominator and add the numerator. Example: 2 3/4 = (2×4 + 3)/4 = 11/4. After calculation, convert back: 11/4 ÷ 4 = 2 remainder 3, so 11/4 = 2 3/4. This calculator handles mixed numbers automatically when the “Use mixed numbers” checkbox is checked.

Fraction Reference Table

OperationFormulaExampleResult
Addition(ad + bc) / bd1/3 + 1/47/12
Subtraction(ad − bc) / bd3/4 − 1/35/12
Multiplication(a×c) / (b×d)2/3 × 3/41/2
Division(a×d) / (b×c)2/3 ÷ 4/55/6
Simplifynum/GCF ÷ den/GCF18/243/4

Common Fraction Mistakes to Avoid

Real-World Uses of Fraction Arithmetic

Frequently Asked Questions
Find the LCD, convert both fractions to have the LCD, add the numerators, keep the denominator, simplify. Example: 1/3 + 1/4. LCD = 12. Result: 4/12 + 3/12 = 7/12.
Same as addition: find the LCD, convert, subtract numerators, simplify. Example: 3/4 − 1/3. LCD = 12. Result: 9/12 − 4/12 = 5/12.
Multiply numerator × numerator and denominator × denominator, then simplify. Example: 2/3 × 3/4 = 6/12 = 1/2. No LCD needed — just multiply straight across.
Keep the first fraction, change ÷ to ×, flip the second fraction. Example: 2/3 ÷ 4/5 = 2/3 × 5/4 = 10/12 = 5/6. Remember: Keep, Change, Flip (KCF).
Find the GCF of numerator and denominator, divide both by it. Example: 12/18. GCF = 6. So 12/18 = 2/3. A fraction is fully simplified when GCF = 1.
Convert to improper fractions first, then add. Example: 1 1/2 + 2 1/3 = 3/2 + 7/3. LCD = 6. Result: 9/6 + 14/6 = 23/6 = 3 5/6.
A fraction where the numerator ≥ denominator. Examples: 7/4, 5/3, 9/9. Convert to mixed number: 7/4 = 1 3/4 (divide 7÷4 = 1 remainder 3).
Divide numerator by denominator. Quotient = whole number, remainder = new numerator. Example: 17/5. 17 ÷ 5 = 3 remainder 2. So 17/5 = 3 2/5.
The smallest number both denominators divide into evenly. It equals the LCM of the denominators. Example: denominators 4 and 6. LCM = 12 (since 12 = 4×3 = 6×2). LCD = 12.
Before multiplying, divide a numerator and the diagonal denominator by their common factor. Example: 4/9 × 3/8. Cancel 4 and 8 by 4, cancel 3 and 9 by 3: becomes 1/3 × 1/2 = 1/6. Keeps numbers small.
Cross-multiply: compare a×d vs b×c for fractions a/b and c/d. Example: 3/5 vs 4/7. 3×7=21 vs 4×5=20. Since 21 > 20, then 3/5 > 4/7. Or convert both to decimals.
Divide the numerator by the denominator. Example: 3/4 = 3 ÷ 4 = 0.75. Some fractions produce repeating decimals: 1/3 = 0.333... (repeating 3), 1/7 = 0.142857142857... (6-digit repeat). This calculator shows the decimal equivalent automatically.
Related Math Calculators
Popular Calculators
🧮

Missing a Math Calculator?

Can’t find the math calculator you need? Tell us — we build new ones every week.