๐Ÿ”ข Math & Algebra

Fraction Calculator

Add, subtract, multiply, and divide fractions instantly. Results in simplest form, mixed number, and decimal with full step-by-step working shown.

Advertisement

๐Ÿ”ข Fraction Calculator

Select an operation, enter your fractions, then click Calculate.

Fraction 1
+
Fraction 2
Advertisement

What Is a Fraction Calculator?

This free fraction calculator adds, subtracts, multiplies, and divides any two fractions instantly. It shows the result in simplest (reduced) form, as a mixed number, and as a decimal โ€” plus complete step-by-step working so you can understand exactly how the answer was reached. Whether you are a student learning fraction arithmetic, a parent helping with homework, a cook scaling a recipe, or anyone who needs a quick fraction calculation โ€” this fraction calculator handles it all instantly with full working shown.

In fact, fractions appear constantly in everyday life โ€” cooking measurements, construction dimensions, financial ratios, and school mathematics. This fraction calculator makes every calculation instant and error-free.

How Are Fractions Calculated?

Each operation uses a specific mathematical method:

  • Addition and Subtraction: Find the Lowest Common Denominator (LCD) using the formula LCD = |a × b| ÷ GCD(a, b). Convert both fractions to equivalent fractions with the LCD, then add or subtract numerators. Example: 1/2 + 1/3 โ€” LCD = 6, so 3/6 + 2/6 = 5/6.
  • Multiplication: Multiply numerators together and denominators together: (a/b) × (c/d) = (a×c)/(b×d). Example: 2/3 × 3/4 = 6/12 = 1/2 after simplification.
  • Division: Multiply by the reciprocal of the second fraction: (a/b) ÷ (c/d) = (a/b) × (d/c). Example: 2/3 ÷ 4/5 = 2/3 × 5/4 = 10/12 = 5/6.

After calculating, this fraction calculator simplifies the result by finding the Greatest Common Divisor (GCD) using the Euclidean algorithm and dividing both numerator and denominator by it.

How to Use This Fraction Calculator

  • Select operation: Click +, −, ×, or ÷ to choose your operation. The symbol between the fractions updates instantly.
  • Enter fractions: Type your numerator (top number) and denominator (bottom number) for both fractions. Use negative numbers in the numerator for negative fractions.
  • Click Calculate: Get the result in simplified form, mixed number, decimal, and percentage โ€” plus the full step-by-step working below.
  • Read the working: Every step is shown โ€” LCD calculation, conversion, operation, GCD, and simplification. Use this to check your manual working or learn the method.

What Your Result Means

This fraction calculator shows four representations of the same answer. Fraction (simplified) is the result in lowest terms โ€” the standard mathematical form. Mixed number shows whole numbers and a proper fraction (e.g. 1 1/2 instead of 3/2) โ€” commonly used in cooking and measurement. Decimal converts the fraction to a decimal number for use in calculations. Percentage expresses the fraction as a percentage โ€” useful for ratios and comparisons.

๐Ÿ’ก This fraction calculator uses the Euclidean algorithm to find the GCD for simplification. The Euclidean algorithm repeatedly divides the larger number by the smaller and takes the remainder until the remainder is zero โ€” the last non-zero remainder is the GCD. This is the fastest known method for finding the GCD and is used in calculators worldwide.

Is This Fraction Calculator Accurate?

Yes โ€” this fraction calculator performs exact integer arithmetic using standard mathematical formulas. All four operations (add, subtract, multiply, divide) produce exact results with no floating-point rounding errors. The simplification using the Euclidean GCD algorithm is mathematically proven to always produce the correct lowest-terms result. For very large numerators and denominators (thousands of digits), JavaScript's number precision limits may apply โ€” for standard fraction arithmetic with numbers under 10 million, this fraction calculator is fully accurate.

How to Choose Your Inputs

  • Numerator: The top number of a fraction. Can be any integer including negative numbers. Enter a negative sign before the number for negative fractions (e.g. -3 for negative three).
  • Denominator: The bottom number of a fraction. Must not be zero โ€” division by zero is undefined. The denominator should be a positive integer; if you enter a negative denominator, the fraction calculator adjusts the sign automatically.
  • Mixed numbers: This fraction calculator works with proper and improper fractions only. To convert a mixed number (e.g. 2 1/3) to an improper fraction first: multiply the whole number by the denominator and add the numerator โ€” 2 1/3 = (2×3+1)/3 = 7/3.

Is This Fraction Calculator Suitable for Students?

Yes โ€” this fraction calculator is an ideal learning tool for students at all levels. The step-by-step working shows exactly how each operation is performed โ€” from finding the LCD for addition and subtraction to applying the reciprocal rule for division. Students can use this fraction calculator to check their manual working, understand where they went wrong, and learn the correct method for each operation. It covers the full fraction curriculum from primary school through secondary school mathematics.

Is This Fraction Calculator Suitable for Adults?

Yes โ€” fractions appear constantly in adult life. Cooking recipes use fractions for measurements (1/2 cup, 3/4 teaspoon). DIY and construction use fractions for dimensions (3/8 inch drill bit, 1/4 inch gap). Finance uses fractions for interest rates and ratios. This fraction calculator handles all of these real-world calculations instantly โ€” no pen, paper, or mental arithmetic needed.

Can I Use This Fraction Calculator for Cooking?

Yes โ€” scaling recipes is one of the most common uses of this fraction calculator. If a recipe calls for 2/3 cup of flour and you want to make half the recipe, divide 2/3 by 2 (enter 2/3 ÷ 2/1) to get 1/3 cup. If you want to double a recipe that calls for 3/4 cup of sugar, multiply 3/4 by 2 (enter 3/4 × 2/1) to get 1 1/2 cups. The mixed number result is particularly useful for cooking since measuring cups use mixed number amounts.

Common Mistakes When Working With Fractions

  • Adding denominators instead of finding LCD: 1/2 + 1/3 is NOT 2/5. You must find the LCD (6) first: 3/6 + 2/6 = 5/6. This is the most common fraction mistake at every level.
  • Forgetting to simplify: Always reduce the result to lowest terms. 6/8 should be simplified to 3/4. This fraction calculator does this automatically โ€” but when working manually, always check if the GCD is greater than 1.
  • Dividing fractions incorrectly: To divide fractions, multiply by the reciprocal โ€” do NOT divide numerator by numerator and denominator by denominator. 2/3 ÷ 4/5 = 2/3 × 5/4 = 10/12 = 5/6.
  • Not converting mixed numbers first: This fraction calculator works with improper fractions. Always convert mixed numbers (e.g. 1 1/2) to improper fractions (3/2) before entering them.
  • Sign errors with negative fractions: -1/2 × -1/3 = +1/6 (negative times negative = positive). This fraction calculator handles signs automatically โ€” but watch for sign errors when working manually.

Limitations of This Fraction Calculator

This fraction calculator works with two fractions at a time. For chains of three or more fractions, calculate two at a time and use the result as the input for the next calculation. It does not support mixed number input directly โ€” convert to improper fractions first. It does not perform fraction algebra (solving for unknown numerators or denominators). For very large numbers, JavaScript floating-point precision limits may affect results โ€” this is unlikely to matter for practical use but should be noted for high-precision mathematical work.

Fraction Calculator โ€” Frequently Asked Questions

How do I add fractions with different denominators?
To add fractions with different denominators, find the Lowest Common Denominator (LCD), convert both fractions, then add the numerators. For example, 1/4 + 1/6: LCD = 12, so 3/12 + 2/12 = 5/12. This fraction calculator does all of this automatically and shows every step โ€” just select + and enter your fractions.
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, and the denominator stays the same. For example, 7/3: 7 ÷ 3 = 2 remainder 1, so 7/3 = 2 1/3. This fraction calculator shows the mixed number automatically in the result โ€” no manual conversion needed.
What is the GCD and why does it matter for fractions?
The Greatest Common Divisor (GCD) is the largest number that divides evenly into both the numerator and denominator. Dividing both by the GCD simplifies the fraction to its lowest terms. For example, 12/18: GCD = 6, so 12÷6 / 18÷6 = 2/3. This fraction calculator uses the Euclidean algorithm to find the GCD and simplifies all results automatically.
How do I multiply fractions?
Multiply the numerators together and the denominators together, then simplify. For example, 3/4 × 2/5 = (3×2)/(4×5) = 6/20 = 3/10 after simplification. Select × in this fraction calculator, enter your two fractions, and click Calculate โ€” the result and full working are shown instantly.
How do I divide fractions?
Multiply the first fraction by the reciprocal (flip) of the second fraction. For example, 3/4 ÷ 2/3 = 3/4 × 3/2 = 9/8 = 1 1/8 as a mixed number. Select ÷ in this fraction calculator and it shows both the reciprocal step and the final result in the working.
Can this fraction calculator handle negative fractions?
Yes โ€” enter a negative number in the numerator field (e.g. -3) for a negative fraction. This fraction calculator correctly handles negative fractions in all four operations, including negative times negative producing a positive result and the correct sign placement in the simplified answer.
What is 1/2 + 1/3?
1/2 + 1/3 = 5/6. The LCD of 2 and 3 is 6. Convert: 1/2 = 3/6 and 1/3 = 2/6. Add numerators: 3/6 + 2/6 = 5/6. The GCD of 5 and 6 is 1, so 5/6 is already in simplest form. As a decimal: 0.8333... As a percentage: 83.33%. Enter 1/2 + 1/3 in this fraction calculator to verify with full working shown.
What is 3/4 divided by 1/2?
3/4 ÷ 1/2 = 3/4 × 2/1 = 6/4 = 3/2 = 1 1/2 as a mixed number = 1.5 as a decimal. Select ÷ in this fraction calculator, enter 3/4 and 1/2, and click Calculate โ€” the full working including the reciprocal flip step is shown.
Is this fraction calculator free?
Yes โ€” completely free, no registration required. All calculations happen instantly in your browser. For a deeper understanding of fraction arithmetic, Khan Academy's fraction arithmetic course is a free, world-class resource for students and adults alike.
Advertisement
Scroll to Top