Math

Fraction Calculator

Details

How to use Fraction Calculator

What the tool does, how to run it, and what to expect from the result.

How to add, subtract, multiply, or divide fractions

Enter each fraction as an optional whole number plus a numerator and a denominator. Both are converted to improper fractions, the chosen operation is applied, and the result is reduced by its greatest common divisor.

You get the answer as an improper fraction, as a mixed number, and as a decimal, along with the working that produced it.

  • Enter fraction A: whole number (optional), numerator, denominator.
  • Enter fraction B the same way.
  • Choose add, subtract, multiply, or divide.
  • Read the reduced result, the mixed-number form, and the decimal equivalent.
  • Follow the step lines if you need to show your working, since they list the common denominator and the reduction.

Mixed numbers, improper fractions, and negatives

The whole box turns a plain fraction into a mixed number. Enter 2 as the whole, 3 as the numerator, and 4 as the denominator, and the tool converts it internally to the improper fraction 11/4 before any arithmetic runs. Add 1/2 to that and the working shows 11/4 and 1/2, a common denominator of 8, and a reduced answer of 13/4, displayed as the mixed number 3 1/4 and the decimal 3.25.

Signs follow the standard convention. When a whole part is present it carries the sign for the whole quantity, so -2 with 1 and 2 means minus two and a half rather than minus two plus a half. With the whole box empty, a negative numerator makes the fraction negative, and a negative denominator is normalized into the numerator when the answer is reduced.

The result panel always shows all three forms at once, so you can quote whichever the question asked for. An answer of 2/1 is shown as 2 in the mixed line, and an answer that stays a proper fraction repeats itself in the mixed line rather than being blanked out.

  • Mixed number: whole 2, numerator 3, denominator 4 means 11/4.
  • Negative mixed number: whole -2, numerator 1, denominator 2 means -5/2.
  • Negative simple fraction: leave the whole box empty and use a negative numerator.
  • Every answer appears reduced, as a mixed number, and as a decimal.

Reading the steps, and where the method differs from a textbook

For addition and subtraction the calculator uses the product of the two denominators as the common denominator, not the least common multiple. Adding 1/4 and 1/6 it writes 4 x 6 = 24, rewrites the pair as 6/24 and 4/24, gets 10/24, and then simplifies by 2 to reach 5/12. A textbook would have used 12 from the start and reached the same 5/12 in one fewer reduction.

That is a deliberate trade: the intermediate numbers are larger, but the method is the same for every pair and the final answer is always fully reduced by the greatest common divisor. If you are copying the working into homework, expect the middle line to look bigger than the one in the answer key, and expect the last line to match.

Division is implemented as multiplication by the reciprocal, and the step line says so: 1/2 divided by 1/4 is shown as 1/2 x 4/1 = 4/2, then simplified to 2/1. Because the reciprocal of zero does not exist, dividing by a fraction whose numerator is zero is refused with a message rather than producing an infinity, and a zero denominator anywhere is rejected before any arithmetic runs.

  • Common denominator is the product of the denominators, then reduced by the GCD.
  • 1/4 plus 1/6 goes through 24 and lands on 5/12.
  • Division is shown explicitly as multiplication by the reciprocal.
  • Zero denominators and division by zero are refused with a message.
Tips

Getting a better result out of Fraction Calculator

Specific settings and thresholds, not general advice.

  • The whole-number box is optional and it carries the sign. Entering -2, 1, 2 means minus two and a half, not minus two plus a half, so the whole part and the fraction are treated as one signed quantity the way a mixed number should be.
  • Addition and subtraction use the product of the two denominators as the common denominator, not the least common multiple, and then reduce the result with the greatest common divisor. The final answer is fully reduced either way; only the intermediate step in the working looks larger than you might expect.
  • Division is implemented as multiplication by the reciprocal, so dividing by a fraction whose numerator is zero is rejected rather than producing Infinity. A zero denominator on either input is also rejected outright.
  • Every result comes with the working: the common denominator, the rewritten fractions, and the reduction step. If you are checking homework, that chain is the part worth reading, because the answer alone teaches nothing.
  • The decimal equivalent is a 64-bit float, so 1/3 shows as 0.333333 and not as an exact third. When you need exactness, quote the fraction, not the decimal.
Limits

What Fraction Calculator does not do

The honest boundary, so you do not lose time finding it yourself.

  • Two fractions at a time; no long chains and no order of operations.
  • No algebraic fractions, no variables, and no simplifying of a single fraction on its own.
  • No percentage or ratio conversion.
  • No decimal-to-fraction input; you enter numerator and denominator.
At a glance

Who Fraction Calculator is for

A quick way to understand who this helps, what it solves, and where it connects next.

Best fit

Students working with fractions and mixed numbers.

Ideal for

Using the fraction calculator without installing anything or signing up.

FAQ

Common questions

Short answers for the questions people usually have before trying a utility like this.

What is 1/2 plus 1/3?

5/6, which is 0.833333 as a decimal. The working shows a common denominator of 6, the rewritten pair 3/6 and 2/6, and a note that 5/6 is already in lowest terms. Enter 1 and 2 for the first fraction, 1 and 3 for the second, and leave add selected.

What is 3/4 minus 1/2?

1/4, or 0.25. The calculator multiplies the denominators for a common denominator of 8, rewrites the pair as 6/8 and 4/8, subtracts to 2/8, and then simplifies by 2 to reach 1/4.

What is 2/3 times 3/4?

1/2, or 0.5. Multiplication needs no common denominator: the step line reads (2 x 3) / (3 x 4) = 6/12, which then simplifies by 6 to 1/2.

What is 1/2 divided by 1/4?

2. Dividing by a fraction is multiplying by its reciprocal, so the working shows 1/2 x 4/1 = 4/2, simplified to 2/1. The reduced line reads 2/1 and the mixed line reads 2, since the answer is a whole number.

How do I convert an improper fraction like 11/4 to a mixed number?

Enter 11 and 4 as the first fraction, put 0 over 1 in the second, and choose add. Adding zero changes nothing, so the mixed line reads 2 3/4 and the decimal reads 2.75. There is no separate convert mode, but this works for any single fraction.

Can I enter a decimal such as 0.5 as a numerator?

The fields accept it and simple cases still come out right: 0.5/2 plus 1/4 reduces to 1/2. The tool is built for whole-number numerators and denominators though, and the working line will show your decimal exactly as typed, so convert to whole numbers first when the answer matters.

Does it convert a fraction to a percentage?

Not directly. Read the decimal line and multiply by 100: 5/6 shows as 0.833333, which is 83.3333 percent. The Percentage Calculator on this site handles the percentage arithmetic once you have the decimal.

Why do I get an error message instead of an answer?

Two checks run before any arithmetic. A denominator of zero on either fraction returns "Denominators cannot be zero", and dividing by a fraction whose numerator is zero returns "Cannot divide by a fraction equal to zero". A blank numerator or denominator asks you to fill both in, and a value with a comma in it does not parse as a number.

Is the answer always fully reduced?

Yes. Whatever the intermediate common denominator was, the final numerator and denominator are divided by their greatest common divisor, so 2/4 comes back as 1/2 and 6/8 as 3/4. The unreduced intermediate form is shown in the working so you can follow how the answer was reached.

How do I enter a mixed number like 2 3/4?

Put 2 in the whole box, 3 in the numerator, and 4 in the denominator. The tool converts it internally to the improper fraction 11/4 before doing any arithmetic. Leave the whole box empty for a plain fraction, in which case the numerator carries the sign, so -1 over 2 stays negative.

Why is the common denominator bigger than it needs to be?

Because the calculator multiplies the two denominators rather than finding their least common multiple. For 1/4 plus 1/6 it uses 24 instead of 12. The arithmetic is identical and the final answer is reduced to the same fraction either way; it only means the middle line of the working has larger numbers than a textbook would show.

What happens if I divide by zero?

It is refused with an explicit message rather than producing Infinity or NaN. A denominator of zero on either fraction is also rejected, since a fraction with a zero denominator is not a number at all. Both checks happen before any arithmetic runs.

Can it handle negative fractions?

Yes. If you use the whole-number box, the sign on the whole part applies to the entire mixed number, which is the standard convention: -2 1/2 is negative two and a half. With no whole part, a negative numerator makes the fraction negative. A negative denominator works too, and the sign is normalised into the numerator when the result is reduced.

Recommendations

You Might Also Like

Nearby tools from the catalog that fit the same job or workflow.

Cleanor app

Do it all on your device

Cleanor puts these tools in one app: compress and convert images, video, and audio, work with PDFs, and scan text right on your device. Plus free up storage and clear inbox clutter with Email Cleaner. Start with a free trial.

  • iPhone
  • Android
  • Macsoon
  • Windowssoon