Skip to content
1001 Tools
sr
Math & education

Fraction Calculator

Enter two fractions, choose an operation, and get the answer reduced to lowest terms — plus its mixed-number and decimal forms. It accepts plain fractions like 3/4, mixed numbers like 1 1/2, and whole numbers. Everything runs in your browser.

Result

5/6
Decimal:
0.833333

Accepts fractions, mixed numbers and whole numbers. Everything is computed locally in your browser.

How it works

Addition and subtraction put both fractions over a common denominator (the product of the two denominators), combine the numerators, then reduce. Multiplication multiplies numerators and denominators directly; division multiplies by the reciprocal of the second fraction. Every result is reduced by dividing through by the greatest common divisor.

Mixed numbers like 1 1/2 are read as improper fractions (3/2) before calculating, and the answer is offered both as an improper fraction and, when it isn’t a whole number, as a mixed number. The decimal form is shown to six places; a result like 1/3 therefore appears as 0.333333.

Practical examples

Adding halves and thirds

1/2 + 1/3 needs a common denominator of 6: 3/6 + 2/6 = 5/6. Enter 1/2, choose +, enter 1/3.

Scaling a recipe

Two-thirds of 3/4 cup is 2/3 × 3/4 = 1/2 cup. Multiplication makes “a fraction of a fraction” quick.

Dividing a length

1/2 ÷ 1/4 asks how many quarters fit in a half — the answer is 2. Division flips the second fraction and multiplies.

Frequently asked questions

How do I add fractions with different denominators?

Put them over a common denominator, add the numerators, then reduce. For 1/2 + 1/3 the common denominator is 6, giving 3/6 + 2/6 = 5/6. The tool does all three steps and shows the reduced result.

Can I use mixed numbers like 1 1/2?

Yes. Type the whole part, a space, then the fraction: 1 1/2. It’s converted to 3/2 internally, and if the answer isn’t whole you get it back as a mixed number too.

How do I multiply fractions?

Multiply the numerators together and the denominators together: 2/3 × 3/4 = 6/12, which reduces to 1/2. Unlike addition, no common denominator is needed.

How do I divide fractions?

Multiply by the reciprocal (the flipped second fraction): 1/2 ÷ 1/4 = 1/2 × 4/1 = 4/2 = 2. Dividing by a fraction smaller than 1 makes the result larger.

Is the answer always reduced?

Yes. Every result is divided by the greatest common divisor of its numerator and denominator, so you always get lowest terms — 6/12 comes back as 1/2, never 6/12.

What if I divide by zero?

Dividing by 0 (or by a fraction with a zero numerator) is undefined, so the tool shows an error rather than a result. Check that the second fraction isn’t zero.

Can I enter negative fractions?

Yes. Put the minus sign in front, like -3/4 or -1 1/2. The sign is tracked through the calculation and shown on the numerator of the answer.

Why show a decimal as well?

The decimal is a quick sanity check and useful when you need to type the value elsewhere. It’s rounded to six places, so exact fractions like 1/8 show as 0.125 and repeating ones like 1/3 as 0.333333.

Is anything I enter sent anywhere?

No. The arithmetic runs entirely in your browser; nothing is uploaded and analytics never receives the numbers.

Related tools