Fraction Calculator
Free online Fraction Calculator -- add, subtract, multiply, and divide fractions with automatic simplification. Shows results as fractions and decimals. Supports mixed numbers and improper fractions.
Loading calculator
Preparing Fraction Calculator...
Reviewed & Methodology
Every calculator is built using industry-standard formulas, validated against authoritative sources, and reviewed by a credentialed financial professional. All calculations run privately in your browser - no data is stored or shared.
How to Use the Fraction Calculator
- 1. Enter the first fraction - type the numerator and denominator of your first fraction.
- 2. Select the operation - choose addition (+), subtraction (-), multiplication (x), or division (/).
- 3. Enter the second fraction - type the numerator and denominator of your second fraction.
- 4. View simplified results - see the answer as a simplified fraction and as a decimal equivalent.
- 5. Try another problem - change any value to instantly recalculate without refreshing the page.
Fraction Calculator
Add, subtract, multiply, or divide any two fractions and get the answer automatically simplified to its lowest terms, plus the decimal equivalent. Fraction arithmetic trips up a lot of people because each operation follows a different rule — you can’t just add numerators and call it done. This calculator handles the common-denominator logic, the simplification step, and the decimal conversion all at once, which is useful for students working through homework, cooks scaling recipes, and anyone working with fractional measurements in construction or sewing.
How Fraction Arithmetic Works
Each operation follows a specific rule:
- Addition/Subtraction: find a common denominator, then add or subtract numerators — (a/b) + (c/d) = (ad + bc) / bd, then simplify
- Multiplication: multiply straight across — (a/b) x (c/d) = (a x c) / (b x d), then simplify
- Division: flip the second fraction and multiply — (a/b) / (c/d) = (a x d) / (b x c), then simplify
Simplification uses the greatest common divisor (GCD) of the numerator and denominator. For 6/8, the GCD is 2, so the simplified result is 3/4.
Worked Examples
A carpenter needs to add two measurements: 3/8 inch and 5/16 inch. To add these, find the common denominator — 16. Convert 3/8 to 6/16. Now add: 6/16 + 5/16 = 11/16. The GCD of 11 and 16 is 1, so the fraction is already fully simplified. The decimal equivalent is 0.6875 inches. Without a calculator, finding that common denominator and checking simplification takes real time — especially when you’re mid-project with a tape measure in one hand.
A baker is halving a recipe that calls for 2/3 cup of flour. Halving means multiplying by 1/2. So 2/3 x 1/2 = (2 x 1) / (3 x 2) = 2/6. Simplified using GCD of 2: the result is 1/3 cup. The decimal is 0.333 cups, which corresponds to a standard 1/3-cup measuring cup. The calculator handles this in one step rather than requiring you to work through the simplification manually.
A student is solving a division problem: (7/8) / (3/4). Flip the second fraction and multiply: 7/8 x 4/3 = (7 x 4) / (8 x 3) = 28/24. GCD of 28 and 24 is 4, so 28/24 simplifies to 7/6, which as a mixed number is 1 and 1/6, or 1.1667 in decimal. Students often miss the simplification step or forget to flip the second fraction — this calculator makes both automatic.
Fraction Operations Reference Table
| Fraction 1 | Operation | Fraction 2 | Result | Simplified | Decimal |
|---|---|---|---|---|---|
| 1/2 | + | 1/3 | 5/6 | 5/6 | 0.833 |
| 3/4 | + | 1/6 | 22/24 | 11/12 | 0.917 |
| 5/6 | - | 1/4 | 14/24 | 7/12 | 0.583 |
| 7/8 | - | 3/8 | 4/8 | 1/2 | 0.500 |
| 2/3 | x | 3/5 | 6/15 | 2/5 | 0.400 |
| 3/4 | x | 4/9 | 12/36 | 1/3 | 0.333 |
| 7/8 | / | 1/2 | 14/8 | 7/4 | 1.750 |
| 5/6 | / | 2/3 | 15/12 | 5/4 | 1.250 |
| 1/4 | + | 3/8 | 10/32 | 5/16 | 0.313 |
| 9/10 | - | 2/5 | 25/50 | 1/2 | 0.500 |
When to Use This Calculator
- Homework and test prep — check your hand-computed answers before submitting, or work through practice problems step by step
- Recipe scaling — multiply any ingredient fraction by the scaling factor (e.g., doubling 3/4 cup to 3/2, simplified to 1 1/2 cups)
- Construction and carpentry — add fractional inch measurements without converting everything to decimals first
- Sewing and fabric cutting — add or subtract fractional yard or inch measurements for pattern pieces
- Comparing fractions — divide one fraction by another to see the ratio, or subtract to find the difference in decimal form
Common Mistakes to Avoid
- Adding denominators. 1/3 + 1/4 is not 2/7. You must find a common denominator first (12 in this case) and convert: 4/12 + 3/12 = 7/12. Adding denominators is the single most common fraction error at every level from elementary school through college.
- Forgetting to simplify. 6/8 and 3/4 are the same value, but an unsimplified result looks wrong on homework and is harder to interpret in a measurement context. Always divide both numerator and denominator by their GCD.
- Not flipping the second fraction when dividing. Dividing by 2/3 means multiplying by 3/2 — not 2/3. The reciprocal of the divisor, not the dividend. This is the most misapplied rule in fraction arithmetic.
- Entering a zero denominator. A denominator of zero is mathematically undefined — no fraction can have zero in the bottom. The calculator will flag this as an error, but if you’re doing it by hand, any operation involving 0 as a denominator will produce an undefined result, not infinity.
Real-World Applications
Construction and woodworking use fractions constantly — lumber dimensions, pipe fittings, and hardware are all measured in fractional inches. A carpenter adding 3/8 and 11/16 needs the exact sum (17/16, or 1 1/16 inches) to cut accurately. Cooking and baking use fractions in every recipe — scaling a dish for 6 people when the recipe serves 4 requires multiplying every ingredient by 3/2. Pharmacists calculate fractional doses for pediatric patients. Mechanics work with fractional wrench sizes — knowing that 9/16 is between 1/2 and 5/8 but closer to 5/8 requires fraction comparison. Finance uses fractions for interest rate calculations, stock price increments, and bond pricing.
Tips
- For recipe scaling, identify the scale factor as a fraction first — going from 4 servings to 6 means multiplying by 6/4 = 3/2
- When adding fractions with the same denominator, just add the numerators and keep the denominator — 3/8 + 1/8 = 4/8 = 1/2
- To quickly compare two fractions without a calculator, cross-multiply: for 3/4 vs 5/7, compare 3 x 7 = 21 against 5 x 4 = 20, so 3/4 > 5/7
- Mixed numbers (like 2 3/4) can be entered as improper fractions (11/4) by multiplying the whole number by the denominator and adding the numerator
- Use this calculator to check homework answers — enter the problem exactly as written and compare your result to what the calculator shows
- For woodworking or sewing, keep results in fraction form rather than decimal — 11/16 is more useful than 0.6875 when you’re reading a ruler
Frequently Asked Questions
How do you add fractions with different denominators?
How do you simplify a fraction to its lowest terms?
What is the difference between a mixed number and an improper fraction?
How do you convert a fraction to a decimal?
Why do you flip the second fraction when dividing?
Explore More Math & Science Tools
Percentage Calculator: Try our free percentage calculator for instant results.
Basic Calculator: Try our free basic calculator for instant results.
Scientific Calculator: Try our free scientific calculator for instant results.
Statistics Calculator: Try our free statistics calculator for instant results.
Square Root Calculator: Try our free square root calculator for instant results.
Date Calculator: Try our free date calculator for instant results.
Related Math & Science Calculators
Age Calculator
Free online Age Calculator -- find your exact age in years, months, days, weeks, and total days from your date of birth. Includes next birthday countdown and milestone tracking.
Math & ScienceBasic Calculator
Free online Basic Calculator -- perform addition, subtraction, multiplication, division, exponents, and modulo operations. Instant results with up to 10 decimal places of precision.
Math & ScienceBinary Hex Decimal Converter
Free online Binary, Hexadecimal, and Decimal Converter -- convert between base-2, base-10, and base-16 number systems instantly. Essential for programming, computer science, and digital electronics.
Math & ScienceDate Calculator
Free online Date Calculator -- find the exact number of days, weeks, months, and years between any two dates. Calculate date differences for project planning, contracts, age verification, and event countdowns.