Fraction Calculator
MathAdd, subtract, multiply, and divide fractions instantly. Get results as simplified fractions, mixed numbers, and decimals. Perfect for students and teachers.
Reviewed by the thecalcu.com team · Last updated June 30, 2026
1/2 + 1/3 = 0/1
Enter values above and choose an operation
Result
Decimal
0
Numerator
0
Denominator
1
What is a Fraction?
A Fraction Calculator performs the four arithmetic operations, addition, subtraction, multiplication, and division, on two fractions and returns the result as a simplified fraction, decimal, and mixed number. It shows full step-by-step working so you can follow and learn the method, not just get the answer.
Fractions are a core building block of school mathematics, appearing throughout the NCERT curriculum from Class 3 to Class 10 and featuring in CBSE, ICSE, and state board examinations, entrance tests like NTSE and JEE, and everyday applications from cooking measurements to percentage calculations.
This calculator handles:
- Proper fractions (e.g., 3/4), improper fractions (e.g., 7/3), and negative fractions
- All four operations: + − × ÷
- Automatic GCD-based simplification of results
- Mixed number representation (e.g., 7/3 = 2⅓)
See the Percentage Calculator for converting fractions to percentages, and the Ratio Calculator for ratio simplification.
Why Use a Fraction Calculator?
Fraction arithmetic is error-prone: the common denominator for addition and subtraction, the reciprocal for division, and simplification steps all provide opportunities for mistakes. For students checking homework or learning from errors, step-by-step working is more valuable than just the answer.
For teachers, tutors, and parents across India helping children with maths homework, especially for Classes 5–8 where fraction operations are most intensively tested, having an instant verifier with visible steps saves time and enables targeted correction.
Who Should Use This Calculator?
School students (Classes 4–10) working through NCERT fraction chapters, checking homework, or preparing for board examinations and competitive tests.
JEE and NTSE aspirants where fraction manipulation appears within algebra, number theory, and quantitative aptitude sections.
Teachers and tutors who want to quickly demonstrate fraction operations with full working visible on screen.
Adults in professional contexts who need fraction calculations for measurements, recipes, engineering ratios, or financial calculations involving partial quantities.
How to use this Fraction calculator
- Enter Numerator 1 and Denominator 1 for the first fraction.
- Select the Operation: Add, Subtract, Multiply, or Divide.
- Enter Numerator 2 and Denominator 2 for the second fraction.
- Results appear instantly: the simplified Result Numerator and Denominator, the Decimal Result (highlighted), and the Mixed Number parts.
- Open the Steps panel to see full working, including the common denominator step, intermediate calculations, and the simplification step.
- For negative fractions, enter a negative numerator (e.g., −3 for −3/4).
Formula & Methodology
Addition: a/b + c/d = (a×d + c×b) / (b×d), then simplify by GCD
Subtraction: a/b − c/d = (a×d − c×b) / (b×d), then simplify by GCD
Multiplication: a/b × c/d = (a×c) / (b×d), then simplify by GCD
Division: a/b ÷ c/d = (a×d) / (b×c) (multiply by reciprocal), then simplify by GCD
Simplification uses the Euclidean GCD algorithm: repeatedly replace (a, b) with (b, a mod b) until b = 0; the GCD is a. Then divide both numerator and denominator by GCD.
Worked examples:
1/2 + 1/3 = (1×3 + 1×2) / (2×3) = 5/6 = 0.8333... 3/4 − 1/6 = (3×6 − 1×4) / (4×6) = (18 − 4) / 24 = 14/24 Simplify: GCD(14,24) = 2 → 7/12 = 0.5833... 2/3 × 3/5 = (2×3) / (3×5) = 6/15 Simplify: GCD(6,15) = 3 → 2/5 = 0.4 5/6 ÷ 2/3 = 5/6 × 3/2 = (5×3) / (6×2) = 15/12 Simplify: GCD(15,12) = 3 → 5/4 = 1.25 = 1¼Frequently Asked Questions