Fraction calculator
Add, subtract, multiply, divide two fractions.
A Fraction Calculator computes fraction from the inputs you provide. It applies the standard formula to the values you enter and returns the result instantly, without sending any data to a server. Add, subtract, multiply, and divide fractions with auto-simplification.
Add, subtract, multiply, divide two fractions.
Add, subtract, multiply, divide fractions. Auto-simplifies to lowest terms.
The Fraction Calculator performs addition, subtraction, multiplication, and division of fractions. Results are automatically simplified to lowest terms and shown as both improper fractions and mixed numbers.
A fraction is a way of writing a part of a whole as one number over another: the numerator on top counts the parts you have, and the denominator on the bottom says how many equal parts make a whole. This tool takes two fractions and an operation (add, subtract, multiply, or divide) and returns the answer fully simplified, plus its decimal and mixed-number forms. It all runs in your browser.
Fractions show up everywhere exact parts matter: halving a recipe, splitting a bill, reading a tape measure in sixteenths of an inch, or combining ratios. Doing the arithmetic by hand means juggling common denominators and simplifying at the end, which is exactly the fiddly part this calculator removes.
Each operation follows a fixed rule. Addition and subtraction need a common denominator first; multiplication and division do not.
Add a/b + c/d = (a*d + c*b) / (b*d) Subtract a/b - c/d = (a*d - c*b) / (b*d) Multiply a/b * c/d = (a*c) / (b*d) Divide a/b / c/d = (a*d) / (b*c) (flip and multiply) Simplify divide top and bottom by gcd(top, bottom)
After applying the rule the calculator simplifies by dividing the numerator and denominator by their greatest common divisor (GCD), found with the Euclidean algorithm. It also normalises the sign so any negative lives in the numerator, giving a clean result like -2/3 rather than 2/-3.
Add one-half and two-thirds, the default inputs.
Decimals are convenient on a calculator, but fractions stay exact where decimals only approximate. One-third is exactly 1/3, while 0.3333 is rounded and quietly loses accuracy every time you reuse it. For recurring values and for ratios that must add back to a whole, fractions are the safer choice.
They are also the native language of several trades. Imperial measurements run in halves, quarters, eighths, and sixteenths of an inch, so a tape measure is read in fractions, not decimals. Recipes scale cleanly in fractions (half of 3/4 cup is 3/8 cup), and musical timing, gear ratios, and odds are all expressed as whole-number fractions because the parts are meant to be counted, not measured.
Recognising these by sight speeds up mental estimates and sanity-checks the calculator.
| Fraction | Decimal | Percent | Common use |
|---|---|---|---|
| 1/2 | 0.5 | 50% | Half of anything |
| 1/3 | 0.3333... | 33.33% | Thirds, recurring decimal |
| 1/4 | 0.25 | 25% | Quarters, money |
| 3/4 | 0.75 | 75% | Three quarters |
| 1/5 | 0.2 | 20% | Fifths |
| 1/8 | 0.125 | 12.5% | Inches, cooking |
| 2/3 | 0.6667... | 66.67% | Two thirds, recurring |
Give both fractions a common denominator, convert the numerators to match, then add or subtract the numerators and keep the denominator. For example 1/3 + 1/4 = 4/12 + 3/12 = 7/12. This calculator does it in one step and simplifies the answer for you.
To multiply, multiply the numerators together and the denominators together: 2/3 x 3/4 = 6/12 = 1/2. To divide, flip the second fraction and multiply: 1/2 divided by 3/4 = 1/2 x 4/3 = 4/6 = 2/3. No common denominator is needed for either.
It finds the greatest common divisor (GCD) of the numerator and denominator using the Euclidean algorithm, then divides both by it. So 6/12 has a GCD of 6 and reduces to 1/2. It also moves any negative sign to the numerator so the result is in standard form.
A mixed number is a whole number plus a proper fraction, like 1 and 3/4 for the improper fraction 7/4. The calculator shows the result three ways: as a simplified fraction, as a decimal, and as a mixed number, so you can use whichever form your task needs.
Because a denominator worked out to zero, which has no value. This happens if you enter zero as a denominator, or if you divide by a fraction whose numerator is zero (dividing by 0/5 means dividing by zero). Fix the input so no denominator is zero.