Expert Reviewed
Prof. Emily Rodriguez, Ph.D. MathematicsUpdated June 1, 2026Our Standards →

Last updated:

Fraction Calculator

Add, subtract, multiply, and divide fractions with GCD simplification and mixed number conversion.

Back to Math

Fraction Calculator

Ad-FreeAI-Powered

Free online fraction calculator — add, subtract, multiply, and divide fractions with auto-simplification and AI insights.

Enter values above to see results.

About This Calculator

Related Articles

½ Fraction Calculator — Complete Guide

GCD
Greatest Common Divisor for simplification
LCM
Least Common Multiple for addition
a/b ÷ c/d
Multiply by reciprocal: a/b × d/c
Proper
Numerator < Denominator

Fraction Operations

OperationRuleExample
AdditionFind LCM, convert, then add numerators1/4 + 1/6 = 3/12 + 2/12 = 5/12
SubtractionSame as addition; subtract numerators3/4 − 1/6 = 9/12 − 2/12 = 7/12
MultiplicationMultiply numerators × numerators, denominators × denominators2/3 × 3/4 = 6/12 = 1/2
DivisionMultiply by the reciprocal of the divisor2/3 ÷ 4/5 = 2/3 × 5/4 = 10/12 = 5/6
SimplificationDivide both by GCD12/18 ÷ 6/6 = 2/3

Frequently Asked Questions

How do I add fractions with different denominators?

Find the LCM (Least Common Multiple) of the denominators, convert each fraction, then add the numerators. E.g., 1/4 + 1/6: LCM(4,6) = 12. So 3/12 + 2/12 = 5/12.

What is a mixed number?

A number with a whole part and a fractional part: e.g., 2¾. To convert an improper fraction: divide numerator by denominator. 11/4 = 2 remainder 3 → 2¾.

How do I simplify a fraction?

Find the GCD (Greatest Common Divisor) of the numerator and denominator, then divide both by it. E.g., 12/18: GCD(12,18) = 6. So 12/18 = 2/3.

Why do we multiply by the reciprocal when dividing fractions?

Division by a fraction is equivalent to multiplication by its reciprocal: (a/b) ÷ (c/d) = (a/b) × (d/c). This follows from the definition of division as the inverse of multiplication.

What is an improper fraction?

A fraction where the numerator is greater than or equal to the denominator (e.g., 7/4, 5/5). They can always be converted to mixed numbers.

How do I compare two fractions?

Convert both to the same denominator and compare numerators. Or cross-multiply: a/b vs c/d — compare a×d vs b×c. The larger cross-product indicates the larger fraction.

Explore All Math Calculators

Reviewed by CalculatorApp.me Math Team

Fraction Calculator — Complete Guide

Add, subtract, multiply, divide fractions and mixed numbers with step-by-step solutions.

4 Ops

Add / Sub / Mul / Div

LCD

Least Common Denominator

GCD

Greatest Common Divisor

Mixed

Whole + Fraction

What Are Fractions?

A fraction represents a part of a whole. It is written as a/b where a (numerator) is the number of equal parts taken and b (denominator) is the total number of equal parts. For example, 3/4 means three parts out of four equal parts. Fractions are fundamental to mathematics, appearing in algebra, geometry, probability, and real-world applications from cooking to engineering.

Proper fractions have numerators smaller than denominators (3/4), improper fractions have numerators ≥ denominators (7/4), and mixed numbers combine whole numbers with fractions (1 3/4). Every rational number can be expressed as a fraction, making them one of the most versatile numeric representations.

The key challenge with fractions is finding common denominators for addition and subtraction & simplifying results using the GCD. This calculator automates both — providing step-by-step solutions with fully reduced answers.

Fraction Operations — Formulas

Addition & Subtraction
a/b + c/d = (a×d + c×b) / (b×d)
a/b − c/d = (a×d − c×b) / (b×d)

Using LCD (more efficient):
  LCD = LCM(b, d)
  a/b + c/d = (a×(LCD/b) + c×(LCD/d))/LCD

Example: 2/3 + 3/4
  LCD = LCM(3,4) = 12
  2/3 = 8/12   (2 × 4)
  3/4 = 9/12   (3 × 3)
  8/12 + 9/12 = 17/12 = 1 5/12

Always simplify the result
using GCD(numerator, denominator).

Finding the LCD (Least Common Denominator) keeps numbers small. The cross-multiplication method always works but may produce larger intermediaries.

Multiplication
a/b × c/d = (a×c) / (b×d)

Example: 2/3 × 5/7
  = (2×5) / (3×7)
  = 10/21  (already simplified)

Cross-cancel shortcut:
  4/9 × 3/8
  Cancel: 4↔8 (÷4), 3↔9 (÷3)
  = 1/3 × 1/2
  = 1/6

Mixed numbers → improper first:
  2 1/3 × 1 1/2
  = 7/3 × 3/2
  = 21/6 = 7/2 = 3 1/2

Cross-cancellation (dividing any numerator with any denominator by their common factor) simplifies before multiplying — keeping numbers manageable.

Division
a/b ÷ c/d = a/b × d/c  (flip & multiply)

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

Why flip & multiply works:
  (a/b) / (c/d)
  = (a/b) × (d/c)  ← multiply by reciprocal

Division by zero:
  a/b ÷ 0/d → UNDEFINED
  (division by zero is undefined)

Division by a fraction equals multiplication by its reciprocal. This is one of the most elegant identities in arithmetic.

Simplification (GCD Method)
To simplify a/b:
  1. Find GCD(a, b)
  2. Divide both: (a÷GCD) / (b÷GCD)

Euclidean Algorithm for GCD:
  GCD(48, 18):
    48 = 2×18 + 12
    18 = 1×12 + 6
    12 = 2×6 + 0
  GCD = 6

  48/18 = (48÷6)/(18÷6) = 8/3

To convert to mixed number:
  8 ÷ 3 = 2 remainder 2
  8/3 = 2 2/3

Fraction → Decimal:
  a/b = a ÷ b
  3/8 = 0.375
  1/3 = 0.333... (repeating)

The Euclidean Algorithm (c. 300 BC) is still the most efficient method for computing GCD — it runs in O(log(min(a,b))) time.

Fraction–Decimal–Percent Conversion

FractionDecimalPercentSimplifiedNotes
1/20.550%1/2Halves
1/30.333…33.33…%1/3Repeating decimal
2/40.550%1/2Simplifies by GCD=2
3/80.37537.5%3/8Terminating decimal
5/60.8333…83.33…%5/6Repeating
7/100.770%7/10Base-10 fraction
15/250.660%3/5GCD=5
22/73.142857…314.28…%22/7π approximation

Equivalent Fractions & LCD

Fraction×2×3×4×5LCD with 1/6
1/22/43/64/85/103/6
1/32/63/94/125/152/6
2/54/106/158/2010/2512/30
3/46/89/1212/1615/209/12

History of Fractions

~1650 BC

Rhind Papyrus — Egyptian Unit Fractions

Ancient Egyptians used only unit fractions (1/n) plus 2/3. The Rhind Mathematical Papyrus contains tables converting fractions like 2/5 into sums of unit fractions: 2/5 = 1/3 + 1/15. This constraint made arithmetic complex but manageable on papyrus.

~500 BC

Babylonian Base-60 Fractions

Babylonians used a sexagesimal (base-60) system still reflected in our 60 minutes/hour. Their positional notation allowed efficient fractional representation — 1/3 was exactly 20/60, avoiding repeating decimals entirely.

~300 BC

Euclid's Elements — GCD Algorithm

Book VII of Euclid's Elements describes the algorithm for finding the Greatest Common Divisor (now called the Euclidean Algorithm). This 2,300-year-old procedure remains the standard method for simplifying fractions and is still used in computer science.

~628 AD

Brahmagupta — Indian Number System

Brahmagupta formalized rules for fraction arithmetic in Brāhmasphuṭasiddhānta, including operations with zero. Indian mathematicians wrote fractions vertically (numerator above denominator) without a bar — the bar was added by Arabic mathematicians later.

~1202

Fibonacci — Liber Abaci

Leonardo of Pisa (Fibonacci) introduced Hindu-Arabic fractions to Europe in Liber Abaci. He demonstrated that the Hindu-Arabic system made fraction arithmetic far easier than Roman numerals, catalyzing the adoption of modern fraction notation across European commerce and science.

1585

Stevin — Decimal Fractions

Simon Stevin published 'De Thiende' (The Tenth), systematically introducing decimal fractions to Europe. This eventually led to the decimal point notation we use today, providing an alternative to common fractions for many practical calculations.

Key Research & Data

Myths vs. Facts

Decimals are always better than fractions.

1/3 is exact; 0.333… is an infinite approximation. In algebra, probability, and pure mathematics, fractions preserve exactness. Decimals are better for measurement, money, and computation where fixed precision is acceptable.

You can add fractions by adding numerators and denominators.

1/2 + 1/3 ≠ 2/5. You must find a common denominator first: 1/2 + 1/3 = 3/6 + 2/6 = 5/6. The 'freshman sum' (a+c)/(b+d) is actually a mediant — useful in some contexts but NOT addition.

Multiplying fractions always makes them bigger.

Multiplying by a proper fraction (< 1) makes the result smaller: 1/2 × 1/3 = 1/6. Only multiplying by an improper fraction (≥ 1) or whole number increases the value.

Fractions are outdated — calculators replaced them.

Fractions are essential in algebra, calculus, and computer science. Programming uses integer ratios for exact arithmetic. Engineering tolerances, cooking recipes, music time signatures — all rely on fractional thinking. Understanding fractions is non-negotiable for math literacy.

Frequently Asked Questions

How do I add fractions with different denominators?
Find the LCD (Least Common Denominator) of both fractions, convert each fraction to have that denominator, then add the numerators. Example: 1/4 + 2/3 → LCD=12 → 3/12 + 8/12 = 11/12.
What is the GCD and why does it matter?
The Greatest Common Divisor is the largest number that divides both numerator and denominator evenly. Dividing both by the GCD gives the simplified (reduced) form. For 12/18: GCD(12,18)=6, so 12/18 = 2/3.
How do I convert an improper fraction to a mixed number?
Divide the numerator by the denominator. The quotient is the whole number, the remainder is the new numerator. Example: 17/5 → 17÷5 = 3 remainder 2 → 3 2/5.
What is a reciprocal?
The reciprocal of a/b is b/a. Multiplying a fraction by its reciprocal always equals 1. Reciprocals are used in fraction division: a/b ÷ c/d = a/b × d/c.
Why can't the denominator be zero?
Division by zero is undefined in mathematics. A fraction a/0 has no meaning because there's no number that, when multiplied by 0, gives a. This is a fundamental axiom of arithmetic.
How do I compare fractions?
Method 1: Convert to common denominator and compare numerators. Method 2: Cross-multiply — compare a×d with b×c for a/b vs c/d. Method 3: Convert to decimals (approximate for repeating decimals).
What are Egyptian fractions?
Fractions expressed as sums of distinct unit fractions (1/n). Example: 3/4 = 1/2 + 1/4. Ancient Egyptians used this system exclusively. Finding optimal Egyptian fraction representations is still an open problem in number theory.
How do fractions work in programming?
Most languages use floating-point (approximate) arithmetic. For exact fractions, use rational number libraries (Python's fractions.Fraction, Java's BigDecimal). Floating-point errors like 0.1 + 0.2 = 0.30000...04 don't occur with exact fraction arithmetic.
What is the mediant of two fractions?
The mediant of a/b and c/d is (a+c)/(b+d). It's NOT the sum but always lies between the two fractions. It appears in the Stern-Brocot tree and Farey sequences — important in number theory and approximation.
How are fractions used in music?
Time signatures are fractions: 3/4 means 3 quarter notes per measure. Note durations are fractions of a whole note: half note (1/2), quarter note (1/4), eighth note (1/8). Dotted notes multiply by 3/2.
What is a continued fraction?
A representation like 1 + 1/(2 + 1/(3 + 1/(4 + …))). Every real number has a unique continued fraction expansion. Rational numbers have finite expansions; irrational numbers have infinite ones. Pi = [3; 7, 15, 1, 292, …].
Why do students struggle with fractions?
Research shows fractions require a conceptual shift from counting to proportional reasoning. Unlike whole numbers where bigger digits mean bigger values, with fractions 1/3 > 1/5 despite 3 < 5. This counterintuitive property requires extensive conceptual development.

References

Related Calculators

Explore All Math Calculators

Precision math tools for students, teachers, and professionals — CalculatorApp.me.

Browse Math Calculators →

See Also