Last updated:
Fraction Calculator
Add, subtract, multiply, and divide fractions with GCD simplification and mixed number conversion.
Fraction Calculator
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
📚 In-Depth Guide
This calculator is part of a comprehensive guide
The 2026 Complete Percentage Guide: Every Formula, Trick & Real-World Application — From Basic to Advanced
Full GuideMaster every percentage calculation in 2026: the 4 core formulas, percentage increase/decrease, reverse percentage, CAGR, markup vs. margin, tip/tax/discount math, GPA percentages, statistics (percentile, z-score), and compounding — with 15 long-tail keyword examples and a free percentage calculator.
Geometry Guide: Area, Volume & Surface Area Formulas for Every Shape (2026)
Complete 2026 geometry reference covering 2D area formulas, 3D volume and surface area calculations, triangles, circles, coordinate geometry, and composite shapes. Includes free area calculator, volume calculator, surface area calculator, and right triangle solver. NIST-aligned, with 25+ shapes, 40+ formulas, and real-world applications for flooring, landscaping, construction, and engineering.
GPA Calculator Guide 2026: Calculate Weighted & Unweighted GPA, Raise Your Score & Plan for College Admissions
Complete GPA calculator guide 2026: step-by-step weighted and unweighted GPA formulas, cumulative GPA tracking, grade conversion charts, medical/law/grad school GPA requirements, and proven strategies to raise your GPA fast. Covers plus/minus grading, grade replacement policies, honors thresholds, and what-if semester modeling. Free calculators included.
½ Fraction Calculator — Complete Guide
Fraction Operations
| Operation | Rule | Example |
|---|---|---|
| Addition | Find LCM, convert, then add numerators | 1/4 + 1/6 = 3/12 + 2/12 = 5/12 |
| Subtraction | Same as addition; subtract numerators | 3/4 − 1/6 = 9/12 − 2/12 = 7/12 |
| Multiplication | Multiply numerators × numerators, denominators × denominators | 2/3 × 3/4 = 6/12 = 1/2 |
| Division | Multiply by the reciprocal of the divisor | 2/3 ÷ 4/5 = 2/3 × 5/4 = 10/12 = 5/6 |
| Simplification | Divide both by GCD | 12/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.
Related Calculators
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
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.
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.
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.
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
| Fraction | Decimal | Percent | Simplified | Notes |
|---|---|---|---|---|
| 1/2 | 0.5 | 50% | 1/2 | Halves |
| 1/3 | 0.333… | 33.33…% | 1/3 | Repeating decimal |
| 2/4 | 0.5 | 50% | 1/2 | Simplifies by GCD=2 |
| 3/8 | 0.375 | 37.5% | 3/8 | Terminating decimal |
| 5/6 | 0.8333… | 83.33…% | 5/6 | Repeating |
| 7/10 | 0.7 | 70% | 7/10 | Base-10 fraction |
| 15/25 | 0.6 | 60% | 3/5 | GCD=5 |
| 22/7 | 3.142857… | 314.28…% | 22/7 | π approximation |
Equivalent Fractions & LCD
| Fraction | ×2 | ×3 | ×4 | ×5 | LCD with 1/6 |
|---|---|---|---|---|---|
| 1/2 | 2/4 | 3/6 | 4/8 | 5/10 | 3/6 |
| 1/3 | 2/6 | 3/9 | 4/12 | 5/15 | 2/6 |
| 2/5 | 4/10 | 6/15 | 8/20 | 10/25 | 12/30 |
| 3/4 | 6/8 | 9/12 | 12/16 | 15/20 | 9/12 |
History of Fractions
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.
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.
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.
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.
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.
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
Siegler et al. (2013) — Psychological Science
Fractions Knowledge Predicts Algebra Success
A longitudinal study of 599 students found that 5th-grade fraction knowledge uniquely predicted algebra achievement in 10th grade, even controlling for IQ, reading ability, working memory, and whole-number knowledge. Fraction mastery is the strongest pre-algebra predictor.
NCTM — Principles and Standards
Fraction Instruction Best Practices
The National Council of Teachers of Mathematics emphasizes that fraction understanding requires visual models (area models, number lines, set models) before symbolic manipulation. Students who develop conceptual understanding outperform those taught procedures first.
National Mathematics Advisory Panel (2008)
US National Fraction Report
The panel identified fractions as 'the most important foundational skill not possessed by students' and the single biggest barrier to algebra readiness. They recommended devoting major instructional time to fractions in grades 3-5.
Knuth — The Art of Computer Programming
GCD & Computational Number Theory
Knuth's analysis shows the Euclidean GCD algorithm (used for fraction simplification) runs in O(log φ × min(a,b)) time, where φ is the golden ratio. It has been the cornerstone of computational number theory since ancient Greece and remains optimal for its class.
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?▼
What is the GCD and why does it matter?▼
How do I convert an improper fraction to a mixed number?▼
What is a reciprocal?▼
Why can't the denominator be zero?▼
How do I compare fractions?▼
What are Egyptian fractions?▼
How do fractions work in programming?▼
What is the mediant of two fractions?▼
How are fractions used in music?▼
What is a continued fraction?▼
Why do students struggle with fractions?▼
References
- Siegler et al. — Fractions Knowledge Predicts Algebra (2013)
- National Mathematics Advisory Panel — Final Report (2008)
- NCTM — Principles and Standards for School Mathematics
- Knuth — The Art of Computer Programming, Vol 2: Seminumerical Algorithms
- Katz — A History of Mathematics (Egyptian/Babylonian fractions)
- Euclid — Elements, Book VII: Number Theory
Related Calculators
Explore All Math Calculators
Precision math tools for students, teachers, and professionals — CalculatorApp.me.
Browse Math Calculators →